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 extensions. Streamline your workflow with the OpenClaw ecosystem.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/robin797860/find-skills-robinWhat This Skill Does
The find-skills skill serves as the primary discovery engine for the OpenClaw ecosystem, enabling users to explore and integrate new functionality into their AI agent dynamically. Instead of relying solely on built-in capabilities, this skill allows the agent to interface with the Skills CLI, searching a comprehensive library of modular extensions designed to tackle specific technical and creative tasks. By bridging the gap between user intent and available tools, find-skills ensures that your agent remains adaptable and current with the latest community-developed workflows.
Installation
To integrate this utility, run the following command in your terminal:
clawhub install openclaw/skills/skills/robin797860/find-skills-robin
Once installed, the agent will have programmatic access to the npx skills interface, allowing it to perform searches, retrieve metadata about available packages, and assist in the installation process for secondary skills.
Use Cases
This skill is indispensable in scenarios where the task at hand requires specialized knowledge that isn't included in the core model. Common use cases include: 1. Developers looking for specific framework helpers (e.g., scaffolding, linting, or deployment scripts). 2. Workflow automation where a user needs an integration with an external service that a community member has already built a skill for. 3. Exploring experimental features or emerging tools hosted on the Skills repository that can streamline your daily routine.
Example Prompts
- "I'm starting a new React project and need help with setting up testing; can you find a skill for that?"
- "Is there a skill that can help me generate automated changelogs for my GitHub repository?"
- "I wish I had a way to analyze my logs for performance bottlenecks, can you look for a skill that helps with log monitoring?"
Tips & Limitations
When using find-skills, provide as much context as possible in your search query to narrow down the results effectively. For instance, instead of searching for "react," use "react performance testing." Keep in mind that this skill relies on the metadata provided by skill authors; if a skill description is vague, you may need to visit https://skills.sh/ to review the documentation directly. Additionally, while the skill can help you discover tools, always review the source repository of third-party skills before running the installation command, as these packages are maintained by the community.
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-robin797860-find-skills-robin": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
qwen-image
Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions.
otaku-reco
二次元鉴赏/推荐 Agent:基于 AniList 实时数据做智能推荐(无需数据库)
stock-watcher
Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
otaku-wiki
番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)
amap-traffic
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。