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 command
$ npx clawhub@latest install JimLiuxinghai/find-skillsCore Content (SKILL.md)
When to use
- 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.
CLI tools
npx clawhub@latest install JimLiuxinghai/find-skills
How to use
- Install the skill with the command shown above.
- Read SKILL.md and identify the trigger conditions.
- Invoke the skill when the task matches its scope.
- Fallback to direct execution if the skill is unavailable.
Categories & tips
- Review SKILL.md headings for scenarios and feature boundaries.
- Prioritize exact keyword matches before trying alternatives.
- Use tags and owner context to avoid similar-name confusion.
Error handling
- If no relevant section is found, ask a clarifying question.
- If install fails, retry with network and permission checks.
- If capability is missing, continue with a manual fallback plan.
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.
Related skills
-