跳转到主要内容

Skill 文档

了解 SKILL.md 文件格式,创建并分享你的 Agent Skill。

文件结构

一个 skill 通常是一个目录,至少包含 SKILL.md:

my-skill/
├── SKILL.md
├── scripts/      # 可选
├── references/   # 可选
└── assets/       # 可选

Frontmatter

---
name: my-skill
description: One-line description for skill discovery.
---

# My Skill

Detailed instructions for the AI agent...