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: 在做打包工作之前,先看這些檔案:

小蔥技能站7w4.net,專業的AI技能分享平臺。

  • {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

中文約束:

  • 不要把 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