Bruno Collection Generator

🌐Community
by patricio0312rev · vlatest · Repository

Bruno Collection Generator creates diverse and themed fictional collections based on user prompts, streamlining worldbuilding and creative projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bruno-collection-generator npx -- -y @trustedskills/bruno-collection-generator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bruno-collection-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bruno-collection-generator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The bruno-collection-generator skill automates the creation of API testing collections within Bruno, a modern API client and collection editor. It streamlines workflow by generating structured test environments directly from code or configuration inputs without manual setup.

When to use it

  • Rapidly prototype API testing suites for new endpoints during development cycles.
  • Standardize testing formats across multiple microservices by enforcing consistent collection structures.
  • Automate the migration of existing Postman collections into Bruno's native format.
  • Generate baseline test data and request configurations for CI/CD pipeline integration.

Key capabilities

  • Generates fully functional Bruno collection files (.bruno) programmatically.
  • Supports dynamic variable injection for environment-specific testing scenarios.
  • Creates organized folder structures within the generated collection automatically.
  • Facilitates quick onboarding of team members by providing pre-configured test environments.

Example prompts

"Generate a Bruno collection for my REST API with endpoints for user authentication and data retrieval." "Create a new Bruno collection structure containing three folders: GET requests, POST requests, and Environment variables." "Automatically generate a Bruno collection template based on this OpenAPI specification file."

Tips & gotchas

Ensure your input specifications clearly define endpoint URLs and method types to avoid malformed collections. This tool is best suited for developers familiar with Bruno's interface who need to scale their testing infrastructure quickly rather than manually building each request.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
patricio0312rev
Installs
72

🌐 Community

Passed automated security scans.