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, evaluate, and install powerful extensions to your OpenClaw agent. Boost your productivity with community-verified skills.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jimliuxinghai/find-skillsWhat This Skill Does
The find-skills skill serves as the primary discovery engine for the OpenClaw ecosystem, acting as an intelligent bridge between user requirements and available automation modules. It enables the OpenClaw agent to query the Skills CLI to identify, evaluate, and recommend specialized packages that extend the agent's core capabilities. By interpreting user intent—whether expressed as a specific task request or a general desire for functional improvement—this skill streamlines the process of customizing an agent's workflow.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/jimliuxinghai/find-skills
Use Cases
Use this skill whenever you need to augment your agent's current capabilities. It is particularly effective for developers looking to integrate third-party tools, automate repetitive tasks, or implement industry-standard best practices without reinventing the wheel. From setting up complex CI/CD pipelines to automating specific file-system manipulations or code-style enforcement, if the task is repetitive, a skill likely exists to handle it.
Example Prompts
- "I'm starting a new React project, is there a skill that can help me set up linting and performance tracking automatically?"
- "How do I do automated PR reviews? Find a skill for me that integrates with GitHub."
- "Can you help me with documentation? I need to find a skill that generates changelogs from my commit history."
Tips & Limitations
When using find-skills, provide as much context as possible. Instead of just asking for a 'testing skill', specify the language or framework (e.g., 'Jest testing for TypeScript'). Remember that the quality of recommendations depends on the search queries passed to the Skills CLI. Always verify the source repository and documentation link provided by the skill before performing an installation. Note that this skill facilitates discovery; for actual execution of installed modules, ensure you have the appropriate permissions and environment configuration. If you receive too many results, narrow your search by adding specific technology keywords.
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-jimliuxinghai-find-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution