ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaw Find Skills

Skill by isainazar

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/isainazar/openclaw-find-skills
Or

name: find-skills description: Discover and install skills from the open agent skills ecosystem. Use when: (1) user asks "how do I do X" where X might have an existing skill, (2) user says "find a skill for X" or "is there a skill for X", (3) user asks "can you do X" where X is a specialized capability, (4) user wants to extend agent capabilities, (5) user wants to search for tools, templates, or workflows, (6) user mentions they wish they had help with a specific domain (design, testing, deployment, etc.).

Find Skills

Discover and install skills from the open agent skills ecosystem using the Skills CLI (npx skills).

Skills CLI Commands

npx skills find [query]    # Search for skills interactively or by keyword
npx skills add <package>   # Install a skill from GitHub or other sources
npx skills check           # Check for skill updates
npx skills update          # Update all installed skills

Browse skills at: https://skills.sh/

How to Help Users Find Skills

Step 1: Understand What They Need

Identify:

  • The domain (e.g., React, testing, design, deployment)
  • The specific task (e.g., writing tests, creating animations, reviewing PRs)
  • Whether this is a common enough task that a skill likely exists

Step 2: Search for Skills

npx skills find [query]

Examples:

  • "how do I make my React app faster?" → npx skills find react performance
  • "can you help me with PR reviews?" → npx skills find pr review
  • "I need to create a changelog" → npx skills find changelog

Results format:

Install with npx skills add <owner/repo@skill>

vercel-labs/agent-skills@vercel-react-best-practices
└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices

Step 3: Present Options to the User

Include:

  • The skill name and what it does
  • The install command
  • A link to learn more at skills.sh

Example:

I found a skill that might help! The "vercel-react-best-practices" skill provides
React and Next.js performance optimization guidelines from Vercel Engineering.

To install it:
npx skills add vercel-labs/agent-skills@vercel-react-best-practices

Learn more: https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices

Step 4: Offer to Install

Install with global flag and auto-confirm:

npx skills add <owner/repo@skill> -g -y

Common Skill Categories

CategoryExample Queries
Web Developmentreact, nextjs, typescript, css, tailwind
Testingtesting, jest, playwright, e2e
DevOpsdeploy, docker, kubernetes, ci-cd
Documentationdocs, readme, changelog, api-docs
Code Qualityreview, lint, refactor, best-practices
Designui, ux, design-system, accessibility
Productivityworkflow, automation, git

Tips for Effective Searches

Metadata

Author@isainazar
Stars2287
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-isainazar-openclaw-find-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.