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 skills. Extend your OpenClaw agent with specialized workflows and tools via the Skills CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leochan14/find-skills-0-1-0What This Skill Does
The find-skills skill serves as the primary discovery engine for the OpenClaw AI ecosystem. It acts as an intelligent bridge between the user's technical requirements and the vast library of available agent skills hosted on the Skills CLI registry. By intelligently parsing user intent, this skill searches for specialized modular packages that extend agent capabilities, ranging from boilerplate code generation and repository management to complex API integration and domain-specific workflows. It eliminates the friction of manually hunting for tools by executing semantic searches directly against the skills registry.
Installation
To integrate this discovery tool into your environment, use the OpenClaw installation command:
clawhub install openclaw/skills/skills/leochan14/find-skills-0-1-0
Once installed, you can utilize the npx skills interface directly within your terminal or chat session to browse, manage, and add new capabilities to your agent instance effortlessly.
Use Cases
This skill is designed for developers and power users who need to extend their agent's functionality dynamically. Use it when you are starting a new project and need standardized toolsets, when you encounter a repetitive task that likely has an automated solution, or when you wish to explore industry-standard workflows maintained by the OpenClaw community. It is particularly effective for teams looking to standardize development practices by installing shared, verified agent skills across all developer environments.
Example Prompts
- "I'm starting a new Next.js project, can you find a skill that helps with folder structure and routing best practices?"
- "Is there a skill that can help me automate the creation of PR descriptions and changelogs based on my commits?"
- "I'm struggling with unit testing in my current repo; can you search for any available skills that assist with test case generation?"
Tips & Limitations
To get the best results, use descriptive keywords rather than generic terms. For example, instead of searching for "testing," search for "jest testing setup." Remember that finding a skill is the first step; once found, you should inspect the source repository on GitHub to ensure the skill meets your security and quality standards before adding it to your agent. Be aware that the effectiveness of this skill is directly proportional to the indexing of the skills registry; if a highly niche tool is missing, consider contributing to the ecosystem yourself.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leochan14-find-skills-0-1-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution