clawdhub-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. Uses reskill as the package manager.
Why use this skill?
Use clawdhub-find-skills to search, discover, and install AI agent skills via the reskill package manager. Easily extend your agent's capabilities today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/krislavten/rush-find-skillsWhat This Skill Does
The clawdhub-find-skills skill acts as a powerful discovery and integration layer for your OpenClaw agent, bridging the gap between user intent and the reskill ecosystem. It serves as an intelligent interface for the reskill package manager, enabling the agent to search, inspect, and manage specialized tools that extend its native capabilities. Instead of relying solely on built-in functions, the agent can actively source community-vetted workflows, templates, and domain-specific utilities from the Rush registry or other compatible Git-based repositories.
Installation
To add this capability to your agent, run the following command in your terminal:
clawhub install openclaw/skills/skills/krislavten/rush-find-skills
For optimal performance, ensure you have the reskill CLI installed globally on your host machine via npm install -g reskill. If a global instance is missing, the agent is configured to fall back to npx reskill@latest, ensuring minimal friction for new users.
Use Cases
This skill is designed for scenarios where you need to scale your agent's proficiency. Use it when you are exploring ways to automate new workflows, such as searching for testing utilities, design aids, or specialized deployment scripts. It is particularly effective when you encounter a repetitive task and wonder if a pre-built community solution exists to streamline it.
Example Prompts
- "I need to automate my API testing process. Is there a skill that can help me generate test cases from Swagger specs?"
- "Find a skill for managing AWS infrastructure that I can install directly into this agent."
- "How do I publish my own custom skills to the registry so others can find them?"
Tips & Limitations
When searching, always verify the source of the skill to ensure it aligns with your security requirements. While this skill makes finding tools easy, it adheres to a 'Search → Present → Ask → Install' workflow; the agent will never install a package without your explicit confirmation. Note that it defaults to the Rush community registry, but you can override this by configuring the RESKILL_REGISTRY variable. Keep in mind that while reskill manages dependencies effectively, ensure your system has Git access if you are fetching skills from private repositories.
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-krislavten-rush-find-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: code-execution, network-access
Related Skills
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
skill-pack-composer
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
agent3-hub
Universal AI resource registry — search and invoke agents, MCP servers, and APIs through a single MCP endpoint. Includes Telegram content search, Google search, X/Twitter search, and more.