Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring cross-platform compatibility with Claude Code, Cursor, GitHub Copilot, and other tools.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agentskills-io或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agentskills-io⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agentskills-io/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agentskills-io description: Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring cross-platform compatibility with Claude Code, Cursor, GitHub Copilot, and other tools. license: Apache-2.0 metadata: author: agentic-insights version: "1.0" spec-url: https://agentskills.io/specification reference-repo: https://github.com/agentskills/agentskills ---
Create portable skills for AI agents. Works with Claude Code, Cursor, GitHub Copilot, OpenAI integrations, VS Code (symlinks enable sharing across tools).
skill-name/
├── SKILL.md # Required (frontmatter + instructions, <5000 tokens activation)
├── scripts/ # Optional: executable code
├── references/ # Optional: detailed docs
└── assets/ # Optional: templates, static files
Rules: Dir name = frontmatter name:. Only 3 subdirs. SKILL.md <500 lines. ~100 tokens for discovery (name+desc).
name: 1-64 chars, lowercase alphanumeric-hyphens (^[a-z0-9]+(-[a-z0-9]+)*$)description: 1-1024 chars, include "Use when..." (discovery budget: ~100 tokens)license: SPDX identifier (Apache-2.0, MIT) | compatibility: Environment reqs (<500 chars)metadata: Key-value pairs (author, version, tags) | allowed-tools: Space-delimited tool list# Install permanently (vs ephemeral uvx)
uv tool install git+https://github.com/agentskills/agentskills#subdirectory=skills-ref
# Or use uvx for one-shot validation
uvx --from git+https://github.com/agentskills/agentskills#subdirectory=skills-ref skills-ref validate ./skill
| Command | Description | |---------|-------------| | skills-ref validate | Check structure, frontmatter, token budgets | | skills-ref read-properties | Extract metadata | | skills-ref to-prompt | Generate prompt format |
command" not "You might want to..."| Error | Fix | |-------|-----| | Invalid name | Lowercase alphanumeric-hyphens only | | Missing description | Add description: field with "Use when..." | | Description too long | <1024 chars, move details to body | | Invalid YAML | Check indentation, quote special chars | | Missing SKILL.md | Filename must be exactly SKILL.md | | Dir name mismatch | Directory name must match name: field |
mkdir skill-name && touch skill-name/SKILL.mdskills-ref validate ./skill-nameplugin-name/
├── .claude-plugin/plugin.json
├── README.md, LICENSE, CHANGELOG.md # CHANGELOG.md tracks versions
├── skills/skill-name/SKILL.md
├── agents/ # Optional: subagents (.md files)
└── examples/ # Optional: full demo projects
Distinctions: Plugin examples/ = runnable projects. Skill assets/ = static resources only.
bash scripts/validate-skills-repo.sh # Validate all skills in repo
bash scripts/bump-changed-plugins.sh # Auto-bump only changed plugins (semver)
---
name: example-skill
description: Brief description. Use when doing X.
---
# Example Skill
## Prerequisites
- Required tools
## Instructions
1. First step: `command`
2. Second step with example
## Troubleshooting
**Error**: Message → **Fix**: Solution
Share skills across Claude Code, Cursor, VS Code: ln -s /path/to/skills ~/.cursor/skills
安装 agentskills-io 后,可以对 AI 说这些话来触发它
Help me get started with agentskills-io
Explains what agentskills-io does, walks through the setup, and runs a quick demo based on your current project
Use agentskills-io to create, validate, and publish Agent Skills following the official o...
Invokes agentskills-io with the right parameters and returns the result directly in the conversation
What can I do with agentskills-io in my developer & devops workflow?
Lists the top use cases for agentskills-io, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agentskills-io/ 目录(个人级,所有项目可用),或 .claude/skills/agentskills-io/(项目级)。重启 AI 客户端后,用 /agentskills-io 主动调用,或让 AI 根据上下文自动发现并使用。
agentskills-io 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
agentskills-io 可免费安装使用。请查阅仓库了解许可证信息。
Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring cross-platform compatibility with Claude Code, Cursor, GitHub Copilot, and other tools.
Automate my developer & devops tasks using agentskills-io
Identifies repetitive steps in your workflow and sets up agentskills-io to handle them automatically
agentskills-io 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。