Create Squad
Vapiai's create-squad assembles a tailored team of virtual experts to tackle complex tasks and generate innovative solutions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-squad npx -- -y @trustedskills/create-squad
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-squad": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-squad"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
create-squad
What it does
This skill enables AI agents to programmatically discover and install new capabilities from the TrustedSkills registry. It acts as a bridge, allowing agents to dynamically expand their functionality by fetching and applying external skill definitions without manual intervention.
When to use it
- Dynamic Onboarding: Automatically equip a newly deployed agent with necessary tools based on its assigned role or project requirements.
- Skill Updates: Refresh an agent's capabilities when new versions of existing skills are released in the registry.
- Modular Expansion: Allow users to customize agent behavior by installing specific skills via natural language commands rather than code changes.
- Cross-Agent Collaboration: Enable one agent to install prerequisite tools for another agent before delegating a complex task.
Key capabilities
- Scans the TrustedSkills registry for available skill definitions.
- Retrieves metadata and installation instructions for selected skills.
- Executes the installation process to integrate new functions into the agent's runtime environment.
Example prompts
- "Install the
create-squadskill so I can manage team formations." - "Check if a skill named 'data-analysis' is available and install it for me."
- "Update my current toolset by installing the latest version of the
report-generatorfrom the registry."
Tips & gotchas
- Ensure the AI agent has network access to reach the TrustedSkills registry endpoint.
- Verify that installed skills are compatible with your specific deployment environment before relying on them for critical tasks.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.