← 返回
未分类 中文

skill-creater

Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive...
根据用户需求生成完整的 AgentSkills。创建 SKILL.md、脚本、参考、资源文件夹,并打包为可直接上传的压缩包...
timyljob2011-sudo timyljob2011-sudo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 2
Stars
📥 508
下载
💾 1
安装
1
版本
#latest

概述

Skill Craftsmen

A meta-skill that generates other skills. Transform your ideas into production-ready AgentSkills with proper structure, documentation, and packaging.

What This Skill Does

  1. Interviews you to understand what skill you want to build
  2. Generates complete skill structure including SKILL.md, scripts, references
  3. Packages everything into a ready-to-upload .zip archive
  4. Provides Clawhub upload guidance

Quick Start

User: "帮我创建一个处理PDF的Skill"
→ This skill interviews → Generates → Packages → Delivers zip file

Usage Flow

Step 1: Intent Capture (自动)

Skill会自动询问关键问题:

  • 这个skill要解决什么问题?
  • 用户会怎么描述需求来触发它?
  • 需要哪些功能?简单的还是复杂的?
  • 需要脚本/工具吗?还是纯文本指导?

Step 2: Structure Generation

根据需求生成:

your-skill/
├── SKILL.md              # 主文档 (name, description, instructions)
├── manifest.json         # Clawhub元数据
├── scripts/              # 可选: 可执行脚本
│   └── (Python/Node.js/Bash)
├── references/           # 可选: 参考文档、示例
│   └── (schemas, examples, guides)
├── assets/               # 可选: 模板、图标等
│   └── (templates, icons, images)
└── README.md             # 安装说明 (可选)

Step 3: Package & Deliver

自动打包为 your-skill-v1.0.0.zip,包含:

  • 完整目录结构
  • 验证过的manifest.json
  • 可直接上传Clawhub

Skill Complexity Levels

级别特点包含内容
---------------------
Simple纯文本指导SKILL.md only
Standard带辅助脚本SKILL.md + scripts/
Advanced完整工具集SKILL.md + scripts/ + references/ + assets/

Best Practices Applied

This skill automatically ensures:

  • ✅ YAML frontmatter format compliance
  • ✅ Description includes "when to use" triggers
  • ✅ Proper directory structure
  • ✅ Concise SKILL.md (<500 lines)
  • ✅ Progressive disclosure design

Output Example

📦 Generated: pdf-master-v1.0.0.zip

📁 Contents:
├── SKILL.md              ✓ Valid YAML frontmatter
├── manifest.json         ✓ Clawhub ready
├── scripts/
│   ├── merge.py
│   ├── split.py
│   └── rotate.py
├── references/
│   ├── examples.md
│   └── api-guide.md
└── README.md

🚀 Next Steps:
1. Extract the zip
2. Test locally: openclaw skill install ./pdf-master
3. Upload to Clawhub: https://clawhub.com/upload

Clawhub Upload Checklist

Generated skills include:

  • [x] Valid manifest.json with version, author, tags
  • [x] SKILL.md with proper YAML frontmatter
  • [x] Scripts are executable (if included)
  • [x] No unnecessary files (README optional)
  • [x] Compressed with proper structure

Craft your skills. Share with the world.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,423 📥 326,262
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 851 📥 331,902
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,131 📥 902,792