← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install business-plan-maker
功能描述
输入产品/业务描述,自动生成完整的商业计划书(执行摘要、市场分析、竞争定位、收入模型、运营计划、财务预测、风险评估)
使用说明 (SKILL.md)
商业计划生成器
功能概述
给创业者和自由职业者使用的商业计划书工具。输入你的产品/业务描述,一键生成结构完整的商业计划书。
使用方法
# 使用 AI 生成完整商业计划书
python3 business_plan_maker.py --mode full "我的产品是一款AI驱动的健身App"
# 使用快速模式(模板框架,不调用API)
python3 business_plan_maker.py --mode quick "我的产品是一款AI驱动的健身App"
# 保存到文件
python3 business_plan_maker.py --output business_plan.md "我的产品是一款..."
# 指定语言
python3 business_plan_maker.py --lang en "AI fitness app..."
环境变量
| 变量名 | 必填 | 说明 |
|---|---|---|
OPENAI_API_KEY |
full模式必填 | OpenAI API 密钥 |
OPENAI_MODEL |
否 | 模型名,默认 gpt-4o-mini |
输出章节
- 执行摘要
- 市场分析
- 竞争定位
- 收入模型
- 运营计划
- 财务预测
- 风险评估
依赖
pip install openai
安全使用建议
This skill appears to do what it says: full mode sends your product description and prompt to OpenAI using the OPENAI_API_KEY, while quick mode runs locally without networking. Before using: (1) Only set a valid OPENAI_API_KEY if you accept that prompt text will be sent to OpenAI; avoid including sensitive IP, secrets, or confidential business data in the description. (2) Verify you install the official openai package from PyPI (pip install openai) and review the code locally if you want to confirm behavior. (3) Be mindful of API usage costs when using full mode; quick mode is safe and offline. If you need higher assurance, run the script in an isolated environment or inspect network traffic to confirm it only contacts OpenAI endpoints.
功能分析
Type: OpenClaw Skill
Name: business-plan-maker
Version: 1.0.0
The business-plan-maker skill is a legitimate tool designed to generate business plans using either static templates or the OpenAI API. The code (business_plan_maker.py) is well-structured, uses standard libraries (argparse, openai), and contains no evidence of data exfiltration, malicious execution, or obfuscation. It correctly handles sensitive information like API keys via environment variables as described in its documentation (SKILL.md and README.md).
能力标签
能力评估
Purpose & Capability
Name/description (商业计划生成器) match the package contents: a quick template mode and a full mode that calls OpenAI. Required items (OPENAI_API_KEY, optional OPENAI_MODEL) are appropriate and expected for an OpenAI-backed generator. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and README instruct running the included Python script and (for full mode) setting OPENAI_API_KEY. The runtime instructions do not ask for unrelated files, system state, or to transmit data to unexpected external endpoints. The code only sends the provided product description to the OpenAI API and writes output locally if requested.
Install Mechanism
There is no installer spec; dependencies are limited to the public 'openai' Python package (pip). No downloads from unknown hosts or archive extraction are present.
Credentials
Only OPENAI_API_KEY (required for full mode) and an optional OPENAI_MODEL are referenced. This is proportional to the functionality. The code checks only these environment variables and does not access other secrets or config paths.
Persistence & Privilege
The skill is not forced-always; it doesn't request elevated or persistent system privileges and only writes output to a user-specified file. Autonomous invocation defaults are unchanged (normal) and not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install business-plan-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/business-plan-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布:输入产品描述自动生成完整商业计划书
元数据
常见问题
商业计划生成器 是什么?
输入产品/业务描述,自动生成完整的商业计划书(执行摘要、市场分析、竞争定位、收入模型、运营计划、财务预测、风险评估). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 商业计划生成器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install business-plan-maker」即可一键安装,无需额外配置。
商业计划生成器 是免费的吗?
是的,商业计划生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
商业计划生成器 支持哪些平台?
商业计划生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 商业计划生成器?
由 Hyjaixiao(@hyjaixiao)开发并维护,当前版本 v1.0.0。
推荐 Skills