← Back to Skills Marketplace
Success Plan Generator
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install success-plan-generator
Description
为 B2B 客户生成成功计划,绑定里程碑、可验证结果与复盘节奏。;use for success-plan, customer-success, b2b workflows;do not use for 承诺合同外服务, 替代正式项目计划.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install success-plan-generator - After installation, invoke the skill by name or use
/success-plan-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Success Plan Generator?
为 B2B 客户生成成功计划,绑定里程碑、可验证结果与复盘节奏。;use for success-plan, customer-success, b2b workflows;do not use for 承诺合同外服务, 替代正式项目计划. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Success Plan Generator?
Run "/install success-plan-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Success Plan Generator free?
Yes, Success Plan Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Success Plan Generator support?
Success Plan Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Success Plan Generator?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills