CAPA solves the fundamental challenges of tool management for AI agents: too many tools, duplicated skills, complex commands, and static configurations.
curl -LsSf https://capa.infragate.ai/install.sh | sh powershell -ExecutionPolicy ByPass -c "irm https://capa.infragate.ai/install.ps1 | iex" Need more details? Check out the full installation guide.
MCP servers often bundle dozens of tools, but you only need a few. CAPA creates one server that exposes only the tools required by your skills—no manual management needed.
Stop duplicating skills across projects. Reference them from GitHub, GitLab, or local repos in your capabilities file, then run capa install to fetch them automatically.
The best tools are often CLI commands. CAPA lets you define them with variable substitution and automatic setup, turning complex operations into simple tool calls that save tokens.
Agents start with one tool and dynamically load capabilities on-demand. Switch between profiles like "web-research" or "data-analysis" automatically based on the task.
Because the capabilities file is part of your project, agents can edit it to add new skills and tools. This creates a feedback loop where your agent evolves through use.
Block dangerous phrases and sanitize skill content before installation. Configure allowed character sets and blocked phrase lists to keep your agent's skills safe.