Knowledge to ClawHub Skill Publisher

👤 grey0758 📦 v1.0.1 ⭐ 4.5 ⬇️ 761 下载
📚 知识管理 免费

📖 技能介绍


name: knowledge-to-clawhub-skill-publisher description: Turn a solved workflow into canonical knowledge docs and a self-contained ClawHub-publishable skill. 把一个已验证流程沉淀成规范知识文档,并打包成可发布到 ClawHub 的自包含 skill。 homepage: https://docs.openclaw.ai/tools/clawhub


Knowledge to ClawHub Skill Publisher

Use this skill when a workflow has already been proven in practice and should now be captured as durable docs plus a reusable skill. 当一个流程已经在实战中验证过,并且现在需要沉淀成长期文档与可复用 skill 时,使用这个 skill。

Read First | 先读这些

Review these files before doing any packaging work: 在做打包工作之前,先看这些文件:

  • {baseDir}/README.md
  • {baseDir}/WORKFLOW.md
  • {baseDir}/FAQ.md
  • {baseDir}/CHANGELOG.md

Primary Rule | 核心原则

Do not publish a skill from a raw chat transcript. First extract a stable workflow and write canonical docs. 不要直接把原始聊天记录发布成 skill。先提炼稳定流程,再写成规范知识文档。

Workflow | 执行流程

  1. Identify the stable workflow and remove one-off chat noise. 识别稳定流程,去掉一次性聊天噪音。
  2. Write canonical docs under knowledge/runbooks/ if working inside a shared knowledge repository. 如果在共享知识仓库中工作,先把规范文档写到 knowledge/runbooks/
  3. Create a self-contained skill folder under skills/shared/<skill-name>/. 在 skills/shared/<skill-name>/ 下创建自包含 skill 目录。
  4. Add: 补齐以下文件:
  5. SKILL.md
  6. README.md
  7. WORKFLOW.md
  8. FAQ.md
  9. CHANGELOG.md
  10. Keep package references self-contained via {baseDir}. 使用 {baseDir} 保持包内引用自包含。
  11. Publish only after the docs and package are aligned. 只在文档和包内容一致后再发布。
  12. Verify the remote package after publish. 发布后验证远端包内容。

Strong Heuristics | 强判断规则

  • if the process is not proven yet, document it as a draft instead of publishing a skill
  • if the workflow depends on hidden workspace files, make the package self-contained first
  • if CHANGELOG.md is missing, add it before the first stable release
  • if the audience is mixed, prefer bilingual docs

中文解释:

  • 流程还没验证过,就先记成草稿,不要急着发布 skill。
  • 如果流程依赖工作区外部文件,先把包改成自包含。
  • 如果缺 CHANGELOG.md,最好在第一个稳定版本前补上。
  • 面向中英文混合用户时,优先双语。

Safe Commands | 安全命令

make sync
clawhub publish /absolute/path/to/skill-folder --slug your-skill --name "Your Skill" --version 1.0.0
clawhub inspect your-skill --version 1.0.0 --files

Response Format | 输出格式

Always return: 始终返回:

  1. current workflow status
  2. missing artifacts
  3. next single best action
  4. verification after that

Constraints | 约束

  • do not treat ClawHub as the source of truth
  • do not publish secrets, machine-specific tokens, or raw transcripts
  • keep skill bundles self-contained when possible
  • prefer knowledge/ as the canonical Markdown source

中文约束:

7w4.net小葱技能站收录全网优质技能,值得收藏。

  • 不要把 ClawHub 当成事实源。
  • 不要发布密钥、机器专属 token,或原始聊天记录。
  • 尽量保持 skill 包自包含。
  • 优先把 knowledge/ 作为规范 Markdown 来源。

🤖 AI 评测

这个 Skill 质量不错,文档结构清晰、条理分明,中英文双语支持友好,版本更新记录规范。主要优点是内容完整、指引明确,新手也能快速理解 ClawHub 发布流程。不足之处在于没有提供具体的操作示例或验证工具,仅靠文档描述可能在遇到问题时缺乏即时帮助,整体偏向指导性而非工具型。适合需要系统学习发布流程的用户使用。

📊 多维度评分

适应性4.2
规范性4.4
有效性4.6
可靠性4.3
可信度4.9

📁 包含文件 (7 个)

📄 CHANGELOG.md 342 B
📄 FAQ.md 842 B
📄 README.md 1.7 KB
📄 SKILL.md 3.4 KB
📄 WORKFLOW.md 913 B
📄 _meta.json 155 B
📄 agents/openai.yaml 338 B