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/cp33333333333/find-skills1
Or

What This Skill Does

The find-skills skill acts as the primary interface between the user and the extensive ecosystem of OpenClaw agent extensions. It provides the intelligence necessary to interpret natural language requests regarding new capabilities and map them to specific, installable software modules. By leveraging the Skills CLI, this skill enables the agent to search, identify, and prepare for the installation of third-party tools that can optimize workflows, automate repetitive tasks, or integrate specialized knowledge into the agent's current environment.

Installation

To integrate this utility, use the following command in your terminal: clawhub install openclaw/skills/skills/cp33333333333/find-skills1

Use Cases

This skill is indispensable when you need to extend your agent's functionality without manual coding. It is ideal for developers looking to import best practices (e.g., React performance, API security), project managers seeking automation tools for changelogs or PR reviews, and power users who want to add domain-specific data sets or utilities to their OpenClaw agent. It bridges the gap between 'I wish I could do this' and having the actual tool installed and ready to execute.

Example Prompts

  1. 'I need help setting up automated accessibility testing for my web project, is there a skill for that?'
  2. 'How do I optimize my Next.js build process? Can you find a skill that provides performance guidelines?'
  3. 'I want to improve my documentation workflow; search for a skill that helps me auto-generate changelogs from git history.'

Tips & Limitations

When using find-skills, provide as much context as possible. Instead of just asking for 'testing', specify the language or framework involved to narrow down the search results. Note that while this skill excels at discovery, the installation of third-party packages relies on the integrity of the remote repositories. Always verify that the skill source is reputable before proceeding with installation, and be aware that newly installed skills may require a brief period to index or initialize before they are fully active within your session. If a search yields no results, consider using broader keywords or checking the official marketplace at https://skills.sh/.

Metadata

Stars3409
Views0
Updated2026-03-25
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-cp33333333333-find-skills1": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#discovery#package-manager#cli#agent-extension#productivity
Safety Score: 4/5

Flags: network-access, code-execution