Skip to content

Installing Skills

Skills extend your agents with new tools, integrations, and workflows. This guide covers how to find, install, and manage skills.

  1. Open Skills from the sidebar.
  2. In the Browse tab, search by keyword or browse available skills.
  3. Use the filters to narrow results:
    • Category — Filter by category (e.g., Development, Productivity, Automation)
    • Trust Level — Filter by Verified, Community, or Flagged status
    • Sort — Sort by Most Popular, Highest Rated, Recently Updated, or Alphabetical
    • Tags — Click popular tags to narrow results (skills must match all selected tags)
  4. Click a skill card to open a detail dialog with full information, security reports, requirements, and permissions.
  1. On a skill card in the Browse tab, click Install.
  2. The skill is installed to your library.
  3. An Assign to Agents dialog appears, showing all your agents. Select which agents should use the skill, then click Assign — or click Skip to assign later.

If the skill has system requirements (e.g., specific binaries or environment variables), a warning appears in the assignment dialog listing what is needed.

If you skipped assignment during install, or want to add the skill to more agents:

  1. On the Agents page, click the agent card to open the profile dialog.
  2. Go to the Skills tab.
  3. Find the skill in the list and toggle it on.

The agent can now use the skill’s tools in conversations.

Go to the Installed tab on the Skills page. Each skill card shows:

  • Skill name and description
  • Version badge (e.g., “v1.0.0”)
  • Enabled (green) or Disabled (gray) status badge — click to toggle

If a newer version is available in the catalog, an update badge appears on the card.

Click the Enabled / Disabled badge on a skill card to toggle the skill on or off. Disabled skills are not available to agents.

Click the Edit button on an installed skill card to open the skill editor. The editor has five tabs:

TabWhat You Can Edit
DetailsName, description, category, emoji, version
InstructionsThe skill’s instruction content (Markdown with Edit/Preview modes)
ToolsJSON tool definitions
HandlerPython handler code (src/handler.py)
DepsPython dependencies (requirements.txt)

Unsaved changes are indicated by a yellow dot on the tab. Click Save Changes when done.

When a skill update is available, an amber update badge appears on the card. Click Update to install the latest version.

Click the Remove button (trash icon) on the skill card. The skill is removed from your library and detached from all agents.

Before installing a skill, check its trust level:

LevelBadgeMeaning
VerifiedGreen shieldAudited and verified by the platform
CommunityBlue users iconCommunity-contributed, not yet verified
UnverifiedYellow shieldNew or unreviewed
FlaggedRed shieldHas security warnings — review before installing

Skills with critical security flags are blocked from installation.

  • Verify the skill is enabled (green Enabled badge on the Installed tab).
  • Verify the skill is toggled on for the agent (click the agent card → Skills tab).
  • Check that any system requirements listed in the skill are met.

Some skills need specific binaries, environment variables, or operating system features. The requirements warning appears during agent assignment. Ensure your environment meets the listed requirements.