skills-search

Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skills-search" with this command: npx skills add vercel-labs/agent-skills

Skills.sh Search CLI

Search skills from skills.sh registry directly from your terminal.

Install (Clawdbot)

clawdhub install skills-search

Usage

# Search for skills by name
skills-search "postgres"
skills-search "web design"
skills-search "twitter"

# Show most popular skills
skills-search --popular
skills-search --popular --limit 10

# Search with install command
skills-search "web design" --show-install

Examples

❯ skills-search "web design"
🔍 Searching skills.sh for "web design"...

✅ web-design-guidelines (16,922 installs)
   Source: vercel-labs/agent-skills
   Install: npx skills add vercel-labs/agent-skills

✅ frontend-design (566 installs)
   Source: anthropics/skills
   Install: npx skills add anthropics/skills

Popular Skills

❯ skills-search --popular --limit 5
📈 Top 5 most popular skills:

✅ vercel-react-best-practices (22,475 installs)
   Source: vercel-labs/agent-skills

✅ web-design-guidelines (17,135 installs)
   Source: vercel-labs/agent-skills

✅ upgrading-expo (1,192 installs)
   Source: expo/skills
...

Automation (Clawdbot)

Step 1: Search for a skill

npx @thesethrose/skills-search "react"

Step 2: Install found skill via skills CLI

After finding a skill, install it using the skills CLI:

npx skills add vercel-labs/agent-skills

TUI Navigation Guidance:

The skills CLI uses an interactive menu. Watch for prompts and navigate accordingly:

  1. Select skills → Toggle skills you want with space, confirm with enter
  2. Select agents → Navigate with up/down, select Clawdbot with space, confirm with enter
  3. Installation scope → Choose Project (recommended) with enter
  4. Confirm → Press enter to proceed

Important: The TUI may change. Pay attention to the menu options and select Clawdbot when prompted for agents. If unsure about any selection, ask the user for guidance.

Step 3: Verify installation

ls ~/.clawdbot/workspace/.agents/skills/

Adding Your Own Skill

Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:

  1. Create a skill folder with SKILL.md in your GitHub repo
  2. Publish to ClawdHub for Clawdbot-specific discovery:
    clawdhub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0
    
  3. Install in Clawdbot:
    clawdhub install your-skill
    

Notes

  • Queries https://skills.sh/api/skills (official skills.sh API)
  • Results sorted by install count (most popular first)
  • Clawdbot-only: Install via clawdhub install skills-search
  • Skills.sh leaderboard requires GitHub repo (not needed for ClawdHub-only skills)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

You.com Web search, research, and content extraction

Web search, research with citations, and content extraction for bash agents using curl and You.com's REST API. - MANDATORY TRIGGERS: You.com, youdotcom, YDC,...

Registry SourceRecently Updated
2.1K2Profile unavailable
Coding

You.com Web search, research, and content extraction

Web search, research with citations, and content extraction for bash agents using curl and You.com's REST API. - MANDATORY TRIGGERS: You.com, youdotcom, YDC,...

Registry SourceRecently Updated
1.1K0Profile unavailable
Coding

MiniMax CLI Web Search

Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...

Registry SourceRecently Updated
5240Profile unavailable
Coding

airq

Check air quality, AQI, PM2.5, PM10, pollution levels for any city from the terminal using airq CLI. Installs, configures, and runs air quality queries. Use...

Registry SourceRecently Updated
790Profile unavailable