โ† All skills
Tencent SkillHub ยท Developer Tools

Skills.sh Search

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, cli.js, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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 ...

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: Select skills โ†’ Toggle skills you want with space, confirm with enter Select agents โ†’ Navigate with up/down, select Clawdbot with space, confirm with enter Installation scope โ†’ Choose Project (recommended) with enter 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: Create a skill folder with SKILL.md in your GitHub repo Publish to ClawdHub for Clawdbot-specific discovery: clawdhub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0 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)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • cli.js Scripts
  • package.json Config