← 返回 Skills 市场
jeremycooper2077

Skill Generator

作者 JeremyCooper2077 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jc-skill-generator
功能描述
Extract completed work into reusable AgentSkills. Ask user after complex task completion whether to generate a skill.
使用说明 (SKILL.md)

Skill Generator

将已跑通的工作流程、工具、经验沉淀为可复用的 Skill。

触发规则

每个对话循环结束时,扫描本次对话中的工作产出,如果满足任一条件则触发:

  • 跑通了一个完整的工作流程(多步骤,有明确输入和输出)
  • 新建或优化了一个可复用的工具/脚本
  • 完成了一次需要记录经验的任务(踩坑、确认环境、配置等)

触发方式:在回复中询问用户 — "要不要把这个工作流程沉淀成一个 Skill?"

如果用户说不,不追问。如果说要,按下面流程执行。

生成流程

  1. 确认范围:和用户快速确认要沉淀的核心内容(1-2 句话即可)
  2. 创建 skills/\x3Cname>/SKILL.md,遵循 skill-creator 规范
  3. 如有脚本/模板,放入 scripts/references/
  4. skill-creator 验证格式
  5. 告知用户生成完成,说明技能名、触发词、覆盖场景

SKILL.md 写作要点

  • 前面 YAML frontmatter 必须有 name + description
  • description 是触发短语,简短精准(如 "Parse local video files into transcript and analysis")
  • 正文只写 AI 需要的关键信息:工作流程、命令、注意事项、坑
  • 不要写背景介绍,不要写通用知识
  • 命令语法、路径格式等容易出错的地方要精准

使用模板

references/skill-template.md

安全使用建议
Install only if you want an assistant to proactively watch for reusable workflow lessons and propose local skill updates. Review the target path and full proposed diff before approving any write, especially because changes to local skills can affect future agent behavior.
能力评估
Purpose & Capability
The artifact’s purpose is to detect reusable session lessons and manage local skill files; searching skill roots, drafting SKILL.md content, and proposing diffs are aligned with that purpose.
Instruction Scope
The trigger policy is broad, including silent scans after substantive turns and checks at task or session boundaries, but the artifact narrows promotion to reusable, user-evidenced material and avoids surfacing non-actionable checks.
Install Mechanism
No hidden installer, auto-import, or third-party skill enablement was found; the artifact explicitly requires consent before installing, importing, enabling, or writing skills.
Credentials
The skill may inspect common local skill roots and optionally search external skill ecosystems for duplicates, which is proportionate for a skill manager but should be expected by the user.
Persistence & Privilege
The skill can create or update durable local skill files and learning notes, but it requires clear target paths, complete proposed content or diffs, and explicit user confirmation before file changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jc-skill-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jc-skill-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 任务完成后自动检测并提示生成Skill
元数据
Slug jc-skill-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Generator 是什么?

Extract completed work into reusable AgentSkills. Ask user after complex task completion whether to generate a skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Skill Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jc-skill-generator」即可一键安装,无需额外配置。

Skill Generator 是免费的吗?

是的,Skill Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Generator 支持哪些平台?

Skill Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Generator?

由 JeremyCooper2077(@jeremycooper2077)开发并维护,当前版本 v1.0.0。

💬 留言讨论