byfastclaw-ai· 11 skills
Run this BEFORE any package install (pip / npm / apt / brew / cargo / gem / go install) you would otherwise execute via the exec tool — including when the user asks for a deliverable that needs third-party libraries (PDF generation, image processing, scrapers, dashboards, charts, OCR, audio/video, …). It searches the open agent-skill ecosystem (skills.sh) for an installable skill that already does the job; only fall back to direct package install if find-skills returns no credible match. Also covers explicit "find a skill for X" / "how do I do X" / "is there a skill that can..." requests, and any time the user expresses interest in extending agent capabilities.
$npx -y skills add fastclaw-ai/fastclaw --skill find-skillsInstalls into the current project.
Run `npx skills use "https://github.com/fastclaw-ai/fastclaw" --skill "fastclaw-ai/fastclaw/find-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fastclaw-ai/fastclaw" that are relevant to the current task. Run `npx skills add "https://github.com/fastclaw-ai/fastclaw"` and select the relevant skills, then follow their instructions.