Capabilities
Plugins and skills that extend agent functionality.
The Capabilities tab has two sub-sections: Plugins and Skills.
Plugins are bundled packages that extend agent functionality. A plugin can include:
Skills (git-based capabilities)
Commands (custom tool definitions)
Agent configurations
Prompt templates
Installing a plugin:
Browse the Plugins sub-tab
Click a plugin card for details
Click Install
Assign to agents from the Agent Details → Plugins tab
Skills are individual capability modules loaded from git repositories. They give agents specific abilities like:
Code analysis patterns
Document summarisation strategies
Domain-specific knowledge
Custom tool implementations
Installing a skill:
Browse the Skills sub-tab
Click a skill card
Click Install
Assign to agents
Skills are defined by a SKILL.md file in a git repository with instructions, prompts, and tool definitions.
Installed vs. available
Installed items appear in your workspace inventory and can be assigned to agents
Available items are in the marketplace but not yet installed
You can also create custom plugins and skills from your own repositories. See Agent Plugins & Skills in the Agent Details section.
Last updated

