← 返回 Skills 市场
runbook-generator
作者
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
354
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install runbook-generator
功能描述
Runbook Generator
安全使用建议
This skill appears to do what it says (generate runbooks from a repo), but its runtime instructions assume access to repository files, various CLIs (git, jq, psql, prisma, vercel), and sensitive environment variables (production/staging DB URLs, test tokens, PagerDuty/Slack contacts) that are NOT declared. Before installing or enabling it: (1) do NOT provide production credentials to the skill; test only on a copy of the repo or in staging; (2) require explicit human approval before any command that can change state (migrations, resets, rollbacks); (3) restrict agent autonomy (disable automatic execution of destructive steps) or add a confirmation/approval step in the workflow; (4) ensure the runtime environment has the necessary CLIs if you intend to use the command examples, or treat the outputs as templates for a human to execute; (5) consider asking the skill author to declare required env vars and binaries and to add non-destructive dry-run defaults. If you need absolute safety, avoid giving the agent any secrets and only use it for read-only analysis and draft runbook generation.
功能分析
Type: OpenClaw Skill
Name: runbook-generator
Version: 1.0.0
The 'runbook-generator' skill is designed to analyze a codebase and generate operational documentation. It uses standard shell commands (ls, grep, cat, jq) to detect the technology stack and provides templates for deployment, incident response, and database maintenance. There is no evidence of data exfiltration, malicious execution, or prompt injection; all commands and instructions are consistent with its stated purpose of DevOps automation and documentation.
能力评估
Purpose & Capability
The name/description (runbook generator) matches the instructions: scanning a codebase, detecting stack components, and producing runbooks. The kinds of checks and templates (deployment, incident response, DB maintenance) are consistent with the stated goal.
Instruction Scope
SKILL.md instructs scanning repository files (ls, grep, git log) which is expected, but also includes concrete shell commands that assume access to credentials and runtime tools (psql, npx prisma, vercel CLI, curl with TEST_TOKEN). It includes potentially destructive operations (prisma migrate reset) and production rollbacks without explicit safeguards or confirmation steps. The guidance gives agents broad discretion to run admin commands that could modify production state.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts, which is low risk from an installation perspective.
Credentials
SKILL.md references many credential-like environment variables and tokens (DATABASE_URL, STAGING_DATABASE_URL, PROD_DATABASE_URL, TEST_TOKEN, PagerDuty/Slack contacts) but the skill declares no required env vars. It also assumes availability of CLIs and access to production secrets. Requesting or using production credentials is disproportionate for an automatically invoked agent unless explicit human approval and least-privilege controls are in place.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request permanent platform-wide presence or modify other skills. However, autonomous invocation combined with the instruction issues above increases risk, so consider limiting autonomy or requiring human confirmation before executing commands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runbook-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/runbook-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
元数据
常见问题
runbook-generator 是什么?
Runbook Generator. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 runbook-generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runbook-generator」即可一键安装,无需额外配置。
runbook-generator 是免费的吗?
是的,runbook-generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
runbook-generator 支持哪些平台?
runbook-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 runbook-generator?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v1.0.0。
推荐 Skills