← 返回 Skills 市场
Success Plan Generator
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install success-plan-generator
功能描述
为 B2B 客户生成成功计划,绑定里程碑、可验证结果与复盘节奏。;use for success-plan, customer-success, b2b workflows;do not use for 承诺合同外服务, 替代正式项目计划.
安全使用建议
This skill appears to do what it says: generate reviewable success-plan drafts from templates or input files. Safe practices before using it: (1) Prefer to run the script only on the specific input files/directories containing customer materials, not on root or system directories — the script will traverse and read many file types and could surface sensitive snippets. (2) Do not supply unredacted sensitive credentials or PII as input; the tool is designed for non-sensitive planning material. (3) If you cannot or do not want to execute the local script, you can still use the SKILL.md and resources/template.md to produce outputs manually. (4) Review any generated output before sharing with customers. If you want a stricter audit, provide the full run.py output or confirm whether you plan to run the script against arbitrary directories so I can assess potential data-exposure risk further.
功能分析
Type: OpenClaw Skill
Name: success-plan-generator
Version: 1.0.0
The skill bundle is a legitimate tool for generating B2B customer success plans. The primary logic in `scripts/run.py` processes text, CSV, or directory inputs to produce structured Markdown reports based on a configuration file (`resources/spec.json`). Notably, the script includes a diagnostic 'pattern_audit' mode that uses regular expressions to scan for security risks like hardcoded secrets or dangerous shell commands (e.g., `curl|bash`) in the input data, acting as a safety/audit utility rather than an attack vector. No evidence of data exfiltration, unauthorized network access, or malicious intent was found.
能力评估
Purpose & Capability
Name/description (success plan generator) match the included resources: templates, spec.json, examples, and a local Python script that produces structured Markdown reports. The only required binary is python3, which is reasonable for a Python script. There are no unrelated credentials, binaries, or install steps.
Instruction Scope
SKILL.md limits behavior to producing reviewable success-plan drafts and explicitly says not to perform external system changes. It offers an optional local execution step: python3 scripts/run.py --input <...>. The script will read files/directories provided as input and can also scan directories for file lists, headings, CSVs, and pattern matches. That behavior is coherent for auditing or assembling inputs, but it means if the agent (or user) runs the script against broad system paths (e.g., / or home), it will read many files. The skill does not request broad system credentials, but you should avoid pointing it at sensitive system directories or repositories you do not want inspected.
Install Mechanism
Instruction-only + bundled local Python script; no install spec and no external downloads. This is low-risk: nothing is fetched from the network, and the script uses only the standard library per README/SELF_CHECK.
Credentials
No environment variables, credentials, or external config paths are required. The script reads local files only; it does not embed any hardcoded tokens or remote endpoints. The regex-based pattern detector in the script searches for secret-like patterns but also tries to partially redact those matches.
Persistence & Privilege
Skill is user-invocable and not always-on. It does not attempt to modify other skills or global agent settings. The bundled script may write output files when given an --output path (normal behavior) but does not persist configuration or enable itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install success-plan-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/success-plan-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of success-plan-generator.
- Generate B2B customer success plans with milestones, verifiable outcomes, and review rhythms.
- Provides structured drafts emphasizing goals, key milestones, ownership, and renewal signals.
- Clearly distinguishes use cases—does not promise services outside contract or replace formal project planning.
- Flags missing information for user confirmation instead of making assumptions.
- Ensures output is review-ready, safe, and auditable by default.
元数据
常见问题
Success Plan Generator 是什么?
为 B2B 客户生成成功计划,绑定里程碑、可验证结果与复盘节奏。;use for success-plan, customer-success, b2b workflows;do not use for 承诺合同外服务, 替代正式项目计划. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Success Plan Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install success-plan-generator」即可一键安装,无需额外配置。
Success Plan Generator 是免费的吗?
是的,Success Plan Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Success Plan Generator 支持哪些平台?
Success Plan Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Success Plan Generator?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills