Skill CLI — AI skill for Claude Code
Cross-platform CLI for creating, validating, and converting AI agent skills.
How to install Skill CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ZSeven-W/skill-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skill CLI does
Cross-platform CLI for creating, validating, and converting AI agent skills. Supports OpenClaw, Claude Code, and more.
Alternatives in AI
README
skill-cli
Cross-platform CLI for AI agent skills
Create, validate, discover, and convert skills for AI agents (OpenClaw, Claude Code, etc.)
 
Why skill-cli?
Each AI agent (Claude Code, OpenClaw, Cursor) has its own skill format. skill-cli provides a unified tool to manage skills across platforms.
Features
- ✨ Create — Scaffold new skills from templates
- ✅ Validate — Full schema and best-practice validation
- 🔍 Discover — Find installed skills across platforms
- 🔄 Convert — Transform skills between formats
Installation
go install github.com/ZSeven-W/skill-cli@latest
Commands
Create a skill
skill-cli create --name "My Skill" --description "Does useful things"
Use `--name` and `--description` flags for `create` (positional arguments are not supported).
Validate a skill
skill-cli validate ./my-skill
skill-cli validate ./my-skill --strict # Treat warnings as errors
skill-cli validate ./my-skill --format json # JSON output
List installed skills
skill-cli list
Convert between formats
skill-cli convert --from openclaw --to claude --input ./my-skill --output ./converted
Supported Platforms
- OpenClaw:
~/.nvm/.../openclaw/skills/ - Claude Code:
~/.claude/skills/ - Custom paths via environment variables
Validation Features
- Frontmatter schema checks (
name,description,version,tags,metadata) - SKILL.md structure validation (heading, Overview, Usage)
- Best-practice checks (description quality, examples, directory references)
License
MIT
Related Skills
Localsetup
Universal cross-platform repo-local workflow engine for AI agents: context-as-code, reusable skills, and one-c
New API
A unified AI model hub for aggregation & distribution. It supports cross-converting various LLMs into OpenAI-c
Config Guard
Stop AI agents from crashing OpenClaw by validating config changes. Auto-backup, schema validation, and auto-r
Skill Porter - Cross-Platform Skill Converter
This skill automates the conversion between Claude Code skills and Gemini CLI extensions, enabling true cross-
GT Office
Cross-platform AI agent desktop app and multi-agent workspace for Claude Code, Codex CLI, and Gemini CLI.
Gptcc
GPT for Claude Code — use OpenAI GPT models inside the Claude Code CLI via documented extension points (ANTHRO
Related Agents
Mark Epub Down
Use when a task involves converting an EPUB into Markdown for LLM knowledge bases, wikis, or ingestion workflo
Platform Architect
Use when provisioning, modifying, validating, or reviewing infrastructure-as-code — Terraform, Terragrunt, Pul
Vnv Sprint Prep Agent.Agent
Runs the V&V sprint workflow — platform-parity check, cloning dev sprint stories to the V&V board, validating