Skip to content
Skillv1.0.0

skills-search

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

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/skills-search/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill skills-search. Copyright stays with the author.

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)

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-skills-search/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-skills-search.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-skills-search",
  "kind": "skill",
  "name": "skills-search",
  "description": "Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "search",
      "skills-sh",
      "cli"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/skills-search/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/skills-search/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/skills-search/SKILL.md"
    }
  },
  "instructions": "# Skills.sh Search CLI\n\nSearch skills from skills.sh registry directly from your terminal.\n\n## Install (Clawdbot)\n\n```bash\nclawdhub install skills-search\n```\n\n## Usage\n\n```bash\n# Search for skills by name\nskills-search \"postgres\"\nskills-search \"web design\"\nskills-search \"twitter\"\n\n# Show most popular skills\nskills-search --popular\nskills-search --popular --limit 10\n\n# Search with install command\nskills-search \"web design\" --show-install\n```\n\n## Examples\n\n```\nāÆ skills-search \"web design\"\nšŸ” Searching skills.sh for \"web design\"...\n\nāœ… web-design-guidelines (16,922 installs)\n   Source: vercel-labs/",
  "cost": {
    "context_tokens": 688
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-skills-search/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.