Runbook Skill Kit Template Factory

v1.0.1

Generate a reusable runbook plus self-contained skill kit from a validated workflow. 从一个已验证流程批量生成可复用的 runbook 与自包含 skill 套件。

0· 163·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for grey0758/runbook-skill-kit-template-factory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Runbook Skill Kit Template Factory" (grey0758/runbook-skill-kit-template-factory) from ClawHub.
Skill page: https://clawhub.ai/grey0758/runbook-skill-kit-template-factory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install runbook-skill-kit-template-factory

ClawHub CLI

Package manager switcher

npx clawhub@latest install runbook-skill-kit-template-factory
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the SKILL.md and supporting docs: the skill is a general factory template for converting validated workflows into documentation and a self-contained skill bundle. The files and templates included align with that goal. Minor mismatch: SKILL.md shows example CLI commands (clawhub, make) but the registry metadata lists no required binaries — this is a documentation/metadata omission rather than a capability mismatch.
Instruction Scope
The runtime instructions are scoped to reading and instantiating files under {baseDir}, creating doc bundles, and optionally publishing via clawhub. They explicitly warn not to ship secrets or raw transcripts. Items to watch: 'sync memory' is referenced but not defined (could imply syncing agent memory or external storage); publishing (clawhub publish) will transmit bundle contents externally, so the user must ensure private data isn't included.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That's the lowest-risk install model. Example commands reference clawhub and make, but those are not installed by the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. The requested runtime actions (bundle local files, publish to ClawHub) are consistent with that. Caveat: publishing to ClawHub typically requires credentials at runtime which are not declared here — the skill does not demand unrelated secrets, but users should supply or verify credentials when publishing.
Persistence & Privilege
The skill does not request permanent presence (always:false) and is user-invocable. Note: agents/openai.yaml sets allow_implicit_invocation: false (UI/policy metadata) while the registry-level disable-model-invocation is false (agent-autonomy allowed). This is likely a harmless metadata mismatch, but users should confirm the actual platform policy for automatic invocation.
Assessment
This skill is a coherent template for generating runbook + skill bundles. Before using it: (1) inspect the bundle contents (knowledge/, FAQ, changelog) and remove any secrets or transcripts; (2) be aware that 'clawhub publish' will send files to the ClawHub service and typically requires runtime credentials—supply those securely and confirm the destination; (3) clarify what 'sync memory' means in your environment so no unintended data is shared; and (4) if you rely on the example CLI commands, ensure the corresponding binaries (clawhub, make) are installed and trusted. The only real concerns are operational (what you publish), not mismatches between claimed purpose and requested privileges.

Like a lobster shell, security has layers — review code before you run it.

bilingualvk972x053gq9qxg909bnn9fd1f9837n1glatestvk972x053gq9qxg909bnn9fd1f9837n1grunbookvk972x053gq9qxg909bnn9fd1f9837n1gskillvk972x053gq9qxg909bnn9fd1f9837n1gtemplatevk972x053gq9qxg909bnn9fd1f9837n1gworkflowvk972x053gq9qxg909bnn9fd1f9837n1g
163downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

Runbook Skill Kit Template Factory

Use this skill when you want a repeatable template that turns a validated workflow into both knowledge docs and a reusable skill bundle. 当你需要一个可重复使用的模板,把已验证流程同时变成知识文档和可复用 skill 套件时,使用这个 skill。

Read First | 先读这些

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

Primary Rule | 核心原则

Treat the template as a production kit generator, not as a place to dump raw notes. 把这个模板当成生产套件的生成器,不要把它当成随手堆原始笔记的地方。

Workflow | 执行流程

  1. identify the validated workflow 确认已经验证过的流程
  2. choose a topic slug and display name 选定 topic slug 和显示名称
  3. instantiate the knowledge doc trio 生成三件套知识文档
  4. instantiate the self-contained skill bundle 生成自包含 skill 包
  5. replace placeholders consistently 一致地替换所有占位符
  6. add or update changelog 增补 changelog
  7. sync memory, publish, and verify 同步 memory、发布并验证

Strong Heuristics | 强判断规则

  • if the process is not stable yet, keep it as draft notes
  • if the package references outside docs, inline or bundle them before publish
  • if operators are mixed-language, keep the kit bilingual
  • if the workflow will be reused often, favor templates over ad hoc copying

中文解释:

  • 流程还不稳定,就先留在草稿,不要直接模板化。
  • 如果包依赖外部文档,发布前先内联或打包进去。
  • 如果使用者语言混合,优先双语。
  • 如果流程会反复复用,优先做模板,不要每次手工复制。

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

Constraints | 约束

  • keep knowledge/ as canonical source
  • keep the skill bundle self-contained
  • do not ship secrets or raw transcripts
  • prefer stable naming and consistent file layout

Comments

Loading comments...