Overview
On January 20, 2026, Vercel launched both the skills CLI and skills.sh—a directory and leaderboard platform for AI agent skill packages. Skills.sh serves as the central hub for discovering, browsing, and tracking skill packages built for AI agents across the ecosystem. The platform aggregates skills that follow the open Agent Skills standard, allowing developers to find reusable capabilities and see which skills are most popular.
The skills CLI has been used with a wide range of AI agent tools including Cursor, Claude Code, GitHub Copilot, Codex, Goose, Windsurf, and others. Developers can install skill packages to enhance their agents with specialized capabilities ranging from web design best practices to security auditing workflows.
Skills.sh addresses a key challenge in the AI agent ecosystem: discovering and sharing procedural knowledge. Rather than rebuilding workflows or prompts for each project, developers can package capabilities once and share them with the community.
For adjacent research, compare AI design tools, AI UI design tools, AI website design tools.
Key Features
Centralized Skills Directory — Browse the leaderboard showing top skills organized by popularity, making it easy to discover capabilities relevant to your workflow. As of January 2026, the leaderboard displays the top 200 entries.
Telemetry-based Leaderboard — View aggregated installation counts powered by anonymous telemetry, with both an all-time view and a trending view showing the most-installed skills over the past 24 hours.
Simple Installation — Install skill packages using
npx skills add <owner>/<repo>, or install a specific skill from a package using the command shown on each skill's page, eliminating complex setup.Cross-agent Ecosystem — The skills CLI is designed for portability and has been used with agents including Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, Goose, and more. Individual skill compatibility may vary by agent.
Detailed Usage Analytics — The leaderboard shows all-time and 24-hour trending installs, while each skill page displays weekly installation counts and a breakdown of installs by agent platform.
Open Standard — Skills follow the open Agent Skills standard originated by Anthropic and are designed for cross-tool portability. Anyone can create and share skills through GitHub repositories.
Pricing & Plans
Skills.sh is currently free to browse, and the CLI can be run directly via npx without installation. As of January 2026, the official documentation does not mention any paid tiers or subscription plans.
| Feature | Availability |
|---|---|
| Browse Skills Directory | Free |
| View Leaderboard & Stats | Free |
| Install Skills via CLI | Free |
| Get Listed on Leaderboard | Automatic via anonymous telemetry once users install your skill package |
Individual skills have their own licensing terms that vary by repository. Check each skill package's GitHub repository for its LICENSE file to understand specific terms and restrictions.
Best For
- Developers using AI coding assistants who want to extend their agents with specialized capabilities without building from scratch.
- Teams standardizing AI agent workflows who need a central repository to discover and share procedural knowledge across projects.
- Agent platform developers who want to provide their users with access to a large ecosystem of pre-built capabilities.
- Technical writers and documentation specialists who need skills for content creation, copywriting, and SEO optimization.
- Security engineers looking for auditing and analysis skills built by organizations like Trail of Bits.
FAQ
What is Skills.sh?
Skills.sh is a directory and leaderboard platform for AI agent skill packages, launched by Vercel on January 20, 2026. It provides a centralized place to discover, browse, and track usage of skill packages that extend the capabilities of AI agents. The platform is currently free to use and supports the open Agent Skills standard.
How do I install a skill from Skills.sh?
There are two ways to install skills. To install an entire skill package, use npx skills add <owner>/<repo>, for example npx skills add vercel-labs/agent-skills. Some packages contain multiple skills; to install a specific skill from a package, use the installation command shown on that skill's page, such as npx add-skill vercel-labs/agent-skills --skill "vercel-react-best-practices". The CLI will automatically download and configure the skill for your agent.
Which AI agents are compatible with Skills.sh?
At launch, the skills CLI has been used with agents including amp, antigravity, claude-code, clawdbot, codex, cursor, droid, gemini, gemini-cli, github-copilot, goose, kilo, kiro-cli, opencode, roo, trae, and windsurf. The agent list may evolve over time. Individual skill compatibility can vary, so check each skill's documentation and verify that your agent supports the skills standard.
Are the skills on Skills.sh free to use?
The skills.sh directory and CLI are currently free to use. Individual skill packages have their own licensing terms that vary by repository. Many use open source licenses, but you should always check the LICENSE file in each skill package's GitHub repository to understand the specific terms, restrictions, and permissions.
Can I submit my own skills to Skills.sh?
Yes, skills.sh is an open ecosystem. You can create skills following the Agent Skills specification, publish them to a GitHub repository, and they will automatically appear on the leaderboard via anonymous telemetry once users install your package with the CLI. A skill is typically a folder containing a SKILL.md file with YAML frontmatter that requires at least name and description fields, followed by markdown instructions.
What is the Agent Skills standard?
The Agent Skills standard is an open format originated by Anthropic for packaging procedural knowledge and capabilities for AI agents. Each skill is a folder containing a SKILL.md file with YAML frontmatter and markdown instructions, plus optional scripts, templates, and resources. Skills follow this standard and are designed for cross-tool portability, though some agents may add tool-specific extensions to the standard.
How does the Skills.sh leaderboard work?
The leaderboard is powered by anonymous telemetry that tracks aggregated installation counts for skill packages. It displays both all-time total installs and trending skills over the past 24 hours, helping users identify which skills are most trusted and actively used. As of January 2026, the top skill has over 26,000 all-time installs. Users can disable telemetry by setting the SKILLS_NO_TELEMETRY=1 environment variable.
Is there a review process for skills?
Skills.sh operates as an open directory without a formal review or certification process. Skill quality depends on individual authors and community feedback. Because skills can bundle scripts and workflows, users should review a skill's SKILL.md documentation, source code, and usage statistics before installation. Community tools and research efforts are emerging to scan skill packages for security risks, though this is not built into skills.sh itself.




