Create a skill for a CLI tool
Uses skill-anything
- Target CLI tool name; replace "jq" with another CLI tool if desired
Use skill-anything to create a skill for the jq CLI tool.

SkillAnything runs a seven-phase pipeline that analyzes a target — whether it is a CLI tool, an API, a library, a workflow, or a web service — and produces a production-ready skill packaged for multiple agent platforms. It helps AI agent developers, platform engineers, and DevOps teams turn their software into something an AI assistant can use directly.
Follow the documented setup, then try a first task.
Installs: SkillAnything skill · Claude Code
Platform: Claude Code
In a terminal, clone SkillAnything into the Claude Code skills directory.
git clone https://github.com/AgentSkillOS/SkillAnything.git ~/.claude/skills/skill-anything
Installs: SkillAnything skill · OpenClaw
Platform: OpenClaw
In a terminal, clone SkillAnything into the OpenClaw skills directory.
git clone https://github.com/AgentSkillOS/SkillAnything.git ~/.openclaw/skills/skill-anything
Installs: SkillAnything skill · Codex
Platform: Codex
In a terminal, clone SkillAnything into the Codex skills directory.
git clone https://github.com/AgentSkillOS/SkillAnything.git ~/.codex/skills/skill-anything
Uses skill-anything
Use skill-anything to create a skill for the jq CLI tool.
Uses skill-anything
Use skill-anything to generate a skill for the Stripe API.
Uses skill-anything
Use skill-anything to turn this workflow into a multi-platform skill: [describe the workflow, its steps, and the tools involved].