← Back to Skills Marketplace
hyjaixiao

商业计划生成器

by Hyjaixiao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install business-plan-maker
Description
输入产品/业务描述,自动生成完整的商业计划书(执行摘要、市场分析、竞争定位、收入模型、运营计划、财务预测、风险评估)
README (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
Usage Guidance
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.
Capability Analysis
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).
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-plan-maker
  3. After installation, invoke the skill by name or use /business-plan-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初版发布:输入产品描述自动生成完整商业计划书
Metadata
Slug business-plan-maker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 商业计划生成器?

输入产品/业务描述,自动生成完整的商业计划书(执行摘要、市场分析、竞争定位、收入模型、运营计划、财务预测、风险评估). It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install 商业计划生成器?

Run "/install business-plan-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 商业计划生成器 free?

Yes, 商业计划生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 商业计划生成器 support?

商业计划生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 商业计划生成器?

It is built and maintained by Hyjaixiao (@hyjaixiao); the current version is v1.0.0.

💬 Comments