Use Case
Agent Skills Open Standard is a powerful AI agent skill that extends your assistant with new capabilities. The official specification repository for the Agent Skills open standard β the SKILL.md format that powers cross-platform AI agent skill interoperability. Maintained by the agentskills organization, this repo defines how skills should be structured, what metadata is required, and how agents should discover and invoke skills. If you're building skills for distribution, this is the authoritative reference. The standard is now adopted by Claude Code, Codex CLI, Cursor, Gemini CLI, and 30+ other tools. This guide walks you through installing Agent Skills Open Standard, configuring it for your setup, and running your first commands β so you can start getting value in minutes.
Install Agent Skills Open Standard: npx clawhub@latest --dir ~/.claude/skills install agentskills-spec
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to ai agent to trigger Agent Skills Open Standard
Review the output and refine your prompt for better results
Combine Agent Skills Open Standard with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Agent Skills Open Standard
Help me get started with Agent Skills Open Standard
What can Agent Skills Open Standard do for my ai agent workflow?
Show me an example of using Agent Skills Open Standard
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install agentskills-specOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install agentskills-specβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/agentskills-spec/π‘Extract and place the folder at the path above, then restart your agent.