Wrap any command-line tool into a JSON-emitting agent skill. Use when you want to make a CLI reliably callable and parseable by an AI agent — introspect its --help, define a structured-output (--json) contract and a stable error contract, then generate a SKILL.md wrapper with verified examples. Triggers on "wrap this CLI", "make X agent-usable", "generate a skill for this command", "turn a tool into an agent skill".
$npx -y skills add coco-research/coco --skill cli-anythingInstalls into the current project.
Run `npx skills use "https://github.com/coco-research/coco" --skill "coco-research/coco/cli-anything"` 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/coco-research/coco" that are relevant to the current task. Run `npx skills add "https://github.com/coco-research/coco"` and select the relevant skills, then follow their instructions.