Finding Skills
The marketplace offers a wide range of skills to enhance your agent.- Run the skill menu:
- Select “Browse & search for skills”.
- You can browse the full list or enter a search term.
- Search matches against skill names, descriptions, and tags.
- Search only ever returns skills you’re allowed to see: public listings, plus any private listings from your own organization.
- Select a skill to view details, including:
- Description and category
- Verified status
- Author
- Available versions and tools
- Required environment variables
A private skill from another organization is indistinguishable from one that doesn’t exist — search won’t surface it, and looking it up by ID returns not-found. If a colleague shares a private skill’s marketplace ID with you but you’re not in the listing creator’s organization, you’ll see the same not-found.
Installing a Skill
Once you’ve found a skill:- Select “Install” (if viewing details) or choose “Install a skill from the Marketplace” from the main menu.
- Version Selection:
- The CLI will show available versions.
- By default, the latest stable version is recommended.
- Configuration:
- If the skill requires environment variables (e.g., API keys), you will be prompted to enter them.
- These values are securely stored in your agent’s environment variables.
- Confirmation: Review the installation details and confirm.
Managing Installed Skills
You can manage your installed skills directly from the CLI:- List Installed (
installed): See all marketplace skills currently on your agent. - Update (
update): Upgrade a skill to a newer version.- The CLI checks for updates and lets you choose a new version.
- You can also update environment variable configuration without changing versions.
- Uninstall (
uninstall): Remove a skill and its configuration from your agent.
Safety Check: The CLI prevents you from installing a skill that is already present on your agent to avoid conflicts. Use
update to modify existing installations.
