Find reusable skills from the vercel-labs/skills registry by task keywords, evaluate fit, and suggest how to install or adapt them for MicroClaw. Use when users ask 'do we have a skill for X?', 'find skills for a given task', or want to discover existing skills instead of writing from scratch. Triggers on mentions of find skill, search skills, skill registry, or reuse skill.
Use this skill when users ask:
Primary source:
Search repo metadata quickly:
curl -s "https://api.github.com/repos/vercel-labs/skills/contents"
Search issues/paths by keyword (example):
curl -s "https://api.github.com/search/code?q=repo:vercel-labs/skills+keyword"
Fetch raw README/skill docs when needed:
curl -sL "https://raw.githubusercontent.com/vercel-labs/skills/main/README.md"
When returning results, use this structure:
SKILL.md frontmatter (name, description, optional platforms/deps).bash, file tools, and existing MCP tools.