← Back to Skills Marketplace
jeremycooper2077

Skill Generator

by JeremyCooper2077 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jc-skill-generator
Description
Extract completed work into reusable AgentSkills. Ask user after complex task completion whether to generate a skill.
README (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

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jc-skill-generator
  3. After installation, invoke the skill by name or use /jc-skill-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 任务完成后自动检测并提示生成Skill
Metadata
Slug jc-skill-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Generator?

Extract completed work into reusable AgentSkills. Ask user after complex task completion whether to generate a skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Skill Generator?

Run "/install jc-skill-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Generator free?

Yes, Skill Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Generator support?

Skill Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Generator?

It is built and maintained by JeremyCooper2077 (@jeremycooper2077); the current version is v1.0.0.

💬 Comments