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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/12357851/find-skills-local-backup
Or

What This Skill Does

The find-skills skill acts as the primary interface for the OpenClaw agent ecosystem, enabling seamless discovery and installation of modular agent enhancements. It connects users directly to the Skills CLI (npx skills), which serves as a package manager for specialized agent behaviors. By utilizing this skill, users can transform their OpenClaw agent from a general-purpose assistant into a domain-specific expert by installing curated tools, workflows, and knowledge packs indexed on the skills.sh platform.

Installation

To install this skill locally, use the following command:

clawhub install openclaw/skills/skills/12357851/find-skills-local-backup

Once installed, you can trigger the discovery workflow by asking the agent to search for new capabilities. The agent will leverage the underlying npx skills commands to search, verify, and assist in the installation of third-party extensions directly into your environment.

Use Cases

This skill is designed for scenarios where the agent's current capabilities are insufficient. Use it when you need specialized engineering workflows, such as setting up automated PR review templates, or when you require domain-specific knowledge, like React performance tuning or complex data analysis schemas. It is also ideal for users who want to explore the ecosystem to discover new ways to automate repetitive tasks by finding existing community-contributed workflows.

Example Prompts

  1. "I need to automate my deployment process, can you find a skill that handles AWS deployments for Next.js?"
  2. "Is there a skill available that can help me write better unit tests for my Python projects?"
  3. "How do I find a skill that helps me generate documentation automatically from my codebase?"

Tips & Limitations

For the best results, provide specific keywords when searching, such as the technology stack (e.g., 'React', 'Python') or the specific pain point (e.g., 'performance', 'formatting'). Note that while this skill excels at discovery, the success of the installation depends on your local environment permissions and network access. Ensure your terminal has the necessary rights to execute npx commands. Always review the source repository of a skill on GitHub before installation to ensure security and reliability, especially when installing tools from external contributors.

Metadata

Author@12357851
Stars4473
Views0
Updated2026-05-01
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-12357851-find-skills-local-backup": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, code-execution