Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive for Clawhub. Use when the user wants to create a new skill, build a custom skill, or package an existing skill for distribution.
一种生成其他技能的元技能。将您的想法转化为具有适当结构、文档和打包的生产就绪型AgentSkills。
用户:帮我创建一个处理PDF的Skill
→ 该技能对话 → 生成 → 打包 → 交付zip文件
技能会自动询问关键问题:
根据需求生成:
your-skill/
├── SKILL.md # 主文档(名称、描述、指令)
├── manifest.json # Clawhub元数据
├── scripts/ # 可选:可执行脚本
│ └── (Python/Node.js/Bash)
├── references/ # 可选:参考文档、示例
│ └── (schemas, examples, guides)
├── assets/ # 可选:模板、图标等
│ └── (templates, icons, images)
└── README.md # 安装说明(可选)
自动打包为 your-skill-v1.0.0.zip,包含:
| 级别 | 特点 | 包含内容 |
|---|---|---|
| 简单 | 纯文本指导 | 仅SKILL.md |
| 标准 |
该技能自动确保:
📦 已生成:pdf-master-v1.0.0.zip
📁 内容:
├── SKILL.md ✓ 有效的YAML前置元数据
├── manifest.json ✓ 已准备好上传Clawhub
├── scripts/
│ ├── merge.py
│ ├── split.py
│ └── rotate.py
├── references/
│ ├── examples.md
│ └── api-guide.md
└── README.md
🚀 下一步:
生成的技能包括:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 skill-creater-1776079383 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-creater-1776079383 技能
skillhub install skill-creater-1776079383
文件大小: 7.22 KB | 发布时间: 2026-4-14 13:04