ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Why use this skill?

Use the find-skills tool to easily discover, search, and install modular agent extensions. Streamline your workflow with the OpenClaw ecosystem.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/robin797860/find-skills-robin
Or

What This Skill Does

The find-skills skill serves as the primary discovery engine for the OpenClaw ecosystem, enabling users to explore and integrate new functionality into their AI agent dynamically. Instead of relying solely on built-in capabilities, this skill allows the agent to interface with the Skills CLI, searching a comprehensive library of modular extensions designed to tackle specific technical and creative tasks. By bridging the gap between user intent and available tools, find-skills ensures that your agent remains adaptable and current with the latest community-developed workflows.

Installation

To integrate this utility, run the following command in your terminal: clawhub install openclaw/skills/skills/robin797860/find-skills-robin Once installed, the agent will have programmatic access to the npx skills interface, allowing it to perform searches, retrieve metadata about available packages, and assist in the installation process for secondary skills.

Use Cases

This skill is indispensable in scenarios where the task at hand requires specialized knowledge that isn't included in the core model. Common use cases include: 1. Developers looking for specific framework helpers (e.g., scaffolding, linting, or deployment scripts). 2. Workflow automation where a user needs an integration with an external service that a community member has already built a skill for. 3. Exploring experimental features or emerging tools hosted on the Skills repository that can streamline your daily routine.

Example Prompts

  1. "I'm starting a new React project and need help with setting up testing; can you find a skill for that?"
  2. "Is there a skill that can help me generate automated changelogs for my GitHub repository?"
  3. "I wish I had a way to analyze my logs for performance bottlenecks, can you look for a skill that helps with log monitoring?"

Tips & Limitations

When using find-skills, provide as much context as possible in your search query to narrow down the results effectively. For instance, instead of searching for "react," use "react performance testing." Keep in mind that this skill relies on the metadata provided by skill authors; if a skill description is vague, you may need to visit https://skills.sh/ to review the documentation directly. Additionally, while the skill can help you discover tools, always review the source repository of third-party skills before running the installation command, as these packages are maintained by the community.

Metadata

Stars1133
Views0
Updated2026-02-18
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-robin797860-find-skills-robin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#discovery#package-manager#ecosystem#automation#cli
Safety Score: 4/5

Flags: network-access, code-execution