From sundial-org-awesome-openclaw-skills-4
CLI tool to search skills.sh registry for agent skills by keyword or popularity, view install counts, and generate npx/clawdhub install commands from terminal.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Search skills from skills.sh registry directly from your terminal.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Search skills from skills.sh registry directly from your terminal.
clawdhub install skills-search
# 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
โฏ 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
โฏ 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
...
npx @thesethrose/skills-search "react"
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:
space, confirm with enterup/down, select Clawdbot with space, confirm with enterenterenter to proceedImportant: 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.
ls ~/.clawdbot/workspace/.agents/skills/
Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:
SKILL.md in your GitHub repoclawdhub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0
clawdhub install your-skill
clawdhub install skills-search