返回顶部
s

skill-creater技能创建器

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
117
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

skill-creater

技能工匠

一种生成其他技能的元技能。将您的想法转化为具有适当结构、文档和打包的生产就绪型AgentSkills。

该技能的功能

  1. 1. 与您对话,了解您想构建什么技能
  2. 生成完整的技能结构,包括SKILL.md、脚本、参考资料
  3. 将所有内容打包成可直接上传的.zip压缩包
  4. 提供Clawhub上传指南

快速开始

用户:帮我创建一个处理PDF的Skill
→ 该技能对话 → 生成 → 打包 → 交付zip文件

使用流程

步骤1:意图捕捉(自动)

技能会自动询问关键问题:

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

步骤2:结构生成

根据需求生成:

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

步骤3:打包与交付

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

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

技能复杂度级别

级别特点包含内容
简单纯文本指导仅SKILL.md
标准
带辅助脚本 | SKILL.md + scripts/ | | 高级 | 完整工具集 | SKILL.md + scripts/ + references/ + assets/ |

应用的最佳实践

该技能自动确保:

  • - ✅ YAML前置元数据格式合规
  • ✅ 描述包含何时使用触发条件
  • ✅ 正确的目录结构
  • ✅ 简洁的SKILL.md(少于500行)
  • ✅ 渐进式信息展示设计

输出示例

📦 已生成: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

🚀 下一步:

  1. 1. 解压压缩包
  2. 本地测试:openclaw skill install ./pdf-master
  3. 上传到Clawhub:https://clawhub.com/upload

Clawhub上传检查清单

生成的技能包括:

  • - [x] 包含版本、作者、标签的有效manifest.json
  • [x] 具有正确YAML前置元数据的SKILL.md
  • [x] 脚本可执行(如果包含)
  • [x] 无多余文件(README可选)
  • [x] 以正确结构压缩



打造您的技能。与世界分享。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-creater-1776079383 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-creater-1776079383 技能

通过命令行安装

skillhub install skill-creater-1776079383

下载

⬇ 下载 skill-creater v1.0.0(免费)

文件大小: 7.22 KB | 发布时间: 2026-4-14 13:04

v1.0.0 最新 2026-4-14 13:04
- Initial release of skill-creater.
- Automatically generates complete AgentSkill packages from user requirements.
- Includes interview workflow to clarify needs, then creates SKILL.md, scripts, references, asset folders, and manifest.
- Outputs a ready-to-upload .zip archive for Clawhub.
- Ensures directory structure, documentation, and metadata meet best practices.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部