ITU

KnowledgebaseFor consumersInstall skills

Install skills

Published skills install straight from their source repository with the open-source skills CLI. One command, any supported agent, no marketplace account needed.

Commands

Install every skill a repository publishes:

npx skills add <owner>/<repo>

Install one skill from a repository:

npx skills add <owner>/<repo> --skill <name>

Every skill detail page and provider page shows its exact install command, ready to copy.

Supported agents

Skills follow the agent-agnostic SKILL.md convention, so they work in Claude Code, Codex, opencode, Pi, and any other agent that reads skill files. The CLI detects the agents on your machine and installs into the right place for each.

Finding skills

  • The homepage catalog lists every visible provider with its skill count; search filters by name.
  • Catalog URLs name the owner: /marketplace/<provider>/<source>/<skill>. A bare /skill/<slug> link redirects to the canonical page, because a slug often travels alone in an agent prompt. Skill names are unique per organisation, so when several providers publish the same name the bare link shows a chooser instead.
  • Before installing, check the skill’s public review trail and its source repository’s provenance - both are one click from the detail page.