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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/baotangyin/find-skills-from-jimliuxinghaiWhat 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 functional modules. As your agent expands its capabilities, it is impossible to bake every tool into the core runtime. Instead, this skill allows the agent to query the Skills CLI to locate, evaluate, and present specialized tools for tasks ranging from React performance auditing to complex CI/CD orchestration. By utilizing this skill, users can transform their basic agent into a highly specialized professional assistant without manual configuration or deep technical research.
Installation
You can integrate this capability directly into your agent environment using the command: clawhub install openclaw/skills/skills/baotangyin/find-skills-from-jimliuxinghai. Once installed, the agent will have the internal permission to execute npx skills commands, enabling it to search the registry and help you manage your library of extensions effortlessly.
Use Cases
This skill is essential for users who frequently require specialized workflows that fall outside of general-purpose AI capabilities. It is particularly valuable for developers needing to onboard new frameworks (like Tailwind or Next.js), project managers seeking to automate changelog generation, or anyone who wants to optimize their workspace efficiency by installing community-vetted, high-quality automation packages.
Example Prompts
- "I'm starting a new React project, is there a skill that can help me set up best practices and linting?"
- "I need to automate my daily release notes; can you find a skill that manages changelogs?"
- "Is there a skill that allows me to run lighthouse audits directly from my agent?"
Tips & Limitations
To get the best results, use specific keywords when asking for help—rather than just saying 'help me,' specify the domain, such as 'React testing' or 'database migration.' Remember that this skill relies on the skills.sh registry; if a specific tool is not hosted there, the search will return no results. Finally, always review the skill documentation provided in the search results before authorizing installation to ensure the code meets your security standards.
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-baotangyin-find-skills-from-jimliuxinghai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution