find-skills-wzr-999
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-wzr-999 agent skill to discover, search, and install productivity-enhancing extensions for your OpenClaw agent with simple commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dawnwangzi/find-skills-wzr-999What This Skill Does
The find-skills-wzr-999 skill serves as the primary search and discovery engine for the OpenClaw agent ecosystem. It acts as a bridge between user intent and the vast library of community-contributed modular packages. By leveraging the Skills CLI, this agent skill allows you to quickly locate, evaluate, and install tools that extend your agent's capabilities. Whether you are looking for specialized developer workflows, automated testing utilities, or integration bridges, this skill processes natural language queries to identify the most relevant packages from the registry. It simplifies the discovery process by parsing your requests, executing search commands against the ecosystem, and providing clean, actionable installation instructions.
Installation
To add this capability to your OpenClaw agent, use the following install command:
clawhub install openclaw/skills/skills/dawnwangzi/find-skills-wzr-999
Once installed, the skill becomes immediately available. No additional configuration is required beyond ensuring you have access to the underlying npm environment for the Skills CLI commands.
Use Cases
This skill is ideal for users who want to minimize the time spent manually searching for productivity tools or code templates. Common use cases include:
- Discovering domain-specific automation: Identifying existing skills for cloud deployment, PR reviews, or documentation generation.
- Extending agent workflows: Transitioning from a generic agent setup to a specialized assistant by installing relevant skill sets.
- Keeping your environment updated: Using the CLI integration to ensure that your agent capabilities are aligned with the latest community versions.
- Rapid onboarding: Quickly finding the right tools when starting a new project in a language or framework you are less familiar with.
Example Prompts
- "I'm starting a new Next.js project, is there a skill that can help me with performance optimization and best practices?"
- "Can you find a skill that helps automate the creation of changelogs for my GitHub repository?"
- "I need to run unit tests for my Python project, is there any agent skill available to assist with that?"
Tips & Limitations
- Be specific with keywords: While the skill is excellent at interpreting intent, providing specific keywords like 'React', 'testing', or 'cloud' significantly improves the accuracy of search results.
- Use the CLI flags: When you find a skill you like, remember that you can instruct the agent to run
npx skills add <package> -g -yto streamline the installation process. - Regularly update: Don't forget to use
npx skills updateperiodically to ensure the skills discovered via this tool are using the latest, most secure versions provided by the ecosystem maintainers. - Scope: This skill only searches for registered packages within the OpenClaw ecosystem; it does not browse the entire internet for arbitrary npm packages.
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-dawnwangzi-find-skills-wzr-999": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution