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

clawdhub-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. Uses reskill as the package manager.

Why use this skill?

Use clawdhub-find-skills to search, discover, and install AI agent skills via the reskill package manager. Easily extend your agent's capabilities today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krislavten/rush-find-skills
Or

What This Skill Does

The clawdhub-find-skills skill acts as a powerful discovery and integration layer for your OpenClaw agent, bridging the gap between user intent and the reskill ecosystem. It serves as an intelligent interface for the reskill package manager, enabling the agent to search, inspect, and manage specialized tools that extend its native capabilities. Instead of relying solely on built-in functions, the agent can actively source community-vetted workflows, templates, and domain-specific utilities from the Rush registry or other compatible Git-based repositories.

Installation

To add this capability to your agent, run the following command in your terminal: clawhub install openclaw/skills/skills/krislavten/rush-find-skills

For optimal performance, ensure you have the reskill CLI installed globally on your host machine via npm install -g reskill. If a global instance is missing, the agent is configured to fall back to npx reskill@latest, ensuring minimal friction for new users.

Use Cases

This skill is designed for scenarios where you need to scale your agent's proficiency. Use it when you are exploring ways to automate new workflows, such as searching for testing utilities, design aids, or specialized deployment scripts. It is particularly effective when you encounter a repetitive task and wonder if a pre-built community solution exists to streamline it.

Example Prompts

  1. "I need to automate my API testing process. Is there a skill that can help me generate test cases from Swagger specs?"
  2. "Find a skill for managing AWS infrastructure that I can install directly into this agent."
  3. "How do I publish my own custom skills to the registry so others can find them?"

Tips & Limitations

When searching, always verify the source of the skill to ensure it aligns with your security requirements. While this skill makes finding tools easy, it adheres to a 'Search → Present → Ask → Install' workflow; the agent will never install a package without your explicit confirmation. Note that it defaults to the Rush community registry, but you can override this by configuring the RESKILL_REGISTRY variable. Keep in mind that while reskill manages dependencies effectively, ensure your system has Git access if you are fetching skills from private repositories.

Metadata

Stars1656
Views0
Updated2026-02-28
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-krislavten-rush-find-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#discovery#search#skills#package-manager
Safety Score: 4/5

Flags: code-execution, network-access