skills/smithery.ai/install-skills

install-skills

Installation
SKILL.md

Install Skills

A meta-skill for discovering, browsing, and installing Agent Skills from online repositories. This skill helps you find and install community-created skills to enhance your capabilities.

skills.sh CLI Integration

If the user has the skills.sh CLI installed (via npx add-skill), these scripts will automatically detect it and use the skills.sh CLI instead of the manual installation process. This provides:

  • Better cross-agent compatibility: Automatic detection and installation for Claude Code, OpenCode, Cursor, and other agents
  • Auto-detection of agents: The CLI knows where to install skills for each installed agent
  • Access to skills registry: Browse and install from the community skills marketplace

To use the skills.sh CLI directly:

# List skills from a repository
npx add-skill anthropics/skills --list

# Install a specific skill
npx add-skill anthropics/skills --skill release-notes
Installs
1
First Seen
Apr 25, 2026
install-skills from smithery.ai