← 返回 Skills 市场
zlszhonglongshen

AI创业MVP快造工厂

作者 zlszhonglongshen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-startup-mvp-launcher
功能描述
AI创业MVP快造工厂 — 从需求分析到小程序上线的全链路自动化,每周即可完成一个MVP验证
使用说明 (SKILL.md)

AI创业MVP快造工厂

从0到1,一周完成MVP验证的自动化流水线。

概述

将一个创业想法在7天内转化为可验证的MVP产品。全流程由AI驱动,自动编排4个专业Skill协同工作,大幅降低创业初期的试错成本。

解决问题

  • 有想法但不知道怎么开始
  • 缺乏技术能力,无法快速验证
  • 预算有限,不想一上来就招人开发
  • 想快速验证市场需求,避免闭门造车

工作流程

[创业想法描述]
     ↓
miniapp-daily-generator  → 生成小程序完整产品方案
         ↓
project-mode              → 拆解任务 + 调度开发者 + 进度管理
         ↓
card-renderer             → 生成产品封面、品牌素材、推广卡片
         ↓
content-trend-weapon      → 自动追踪同类竞品 + 生成内容运营方案
         ↓
[交付物] 产品文档 + 代码框架 + 品牌素材 + 运营计划

使用方法

第一步:描述你的创业想法

告诉AI你遇到了什么问题,想做什么产品,目标用户是谁。

示例输入

我想做一个小程序,帮助年轻人管理订阅服务,避免被自动续费套路。用户主要是25-35岁的都市白领。

第二步:AI自动生成完整MVP方案

系统自动调用 miniapp-daily-generator,输出:

  • 产品功能架构
  • 页面设计
  • 技术选型
  • 代码生成(带项目结构)

第三步:项目启动与任务管理

调用 project-mode

  • 自动拆解开发任务
  • 调度虚拟开发团队执行
  • 追踪进度,生成周报

第四步:品牌与运营素材

card-renderer 生成:

  • 产品封面图
  • 功能介绍卡片
  • 社交媒体推广素材

第五步:市场调研与竞品分析

content-trend-weapon 自动:

  • 搜索同类产品
  • 分析竞品优缺点
  • 生成内容运营方案

交付物清单

交付物 说明
产品需求文档 功能清单、页面结构、用户旅程
小程序代码框架 完整项目结构,可直接运行
品牌素材包 封面图、图标、推广卡片
竞品分析报告 市场现状、差异化建议
运营计划 内容选题、推广节奏

适用场景

  • 创业者快速验证想法
  • 副业项目冷启动
  • 产品经理快速出原型
  • 学生创业项目
  • 内部创新项目立项

限制说明

  • 代码框架基于小程序(适合轻量工具类应用)
  • AI生成代码需人工review后使用
  • 部分API需要自己申请(微信支付、地图等)
安全使用建议
This package is internally coherent and low-risk as delivered because it is instruction-only and asks for no credentials. However: (1) the skill delegates work to four named sub-skills — before using it, ask who provides those sub-skills (miniapp-daily-generator, project-mode, card-renderer, content-trend-weapon) and review their permissions and code; orchestration can amplify risk if a sub-skill exfiltrates data. (2) Always review any AI-generated code before running or deploying it (it may include insecure defaults or placeholder API keys). (3) Do not paste sensitive credentials into prompts; the skill does not require them but later generated code may reference third-party APIs (WeChat Pay, map services) that will. (4) If you need higher assurance, request provenance (author, homepage, license) or run the workflow in an isolated environment/VM and audit outputs before connecting real services.
功能分析
Type: OpenClaw Skill Name: ai-startup-mvp-launcher Version: 1.0.0 The skill bundle is a high-level orchestrator designed to automate the creation of Minimum Viable Products (MVPs). It coordinates several sub-skills (miniapp-daily-generator, project-mode, card-renderer, and content-trend-weapon) to generate product documentation, task lists, visual assets, and market research. The files (SKILL.md, workflow.json, and README.md) contain purely descriptive instructions and configuration logic that align with the stated purpose, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill's name and description claim end-to-end MVP automation and the SKILL.md only orchestrates four sub-skills (miniapp-daily-generator, project-mode, card-renderer, content-trend-weapon). It does not request unrelated binaries, environment variables, or system access, so requested capabilities line up with the stated purpose.
Instruction Scope
The runtime instructions are limited to receiving a user's idea and invoking the listed sub-skills to produce product docs, code scaffolding, assets and analysis. There are no instructions to read local files, access system paths, or send data to endpoints outside the described workflow. Note: the skill assumes the presence and correct behavior of the named sub-skills.
Install Mechanism
There is no install spec and no downloadable code — this is instruction-only (Markdown/JSON files). That minimizes on-disk code risk. Nothing in the package requests or performs arbitrary downloads or extraction.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does mention that third-party APIs (WeChat Pay, maps) may be needed later, but those are not requested by the skill itself. No unnecessary secrets are being requested.
Persistence & Privilege
always:false (default) and model invocation is enabled (default). Autonomous invocation is normal for skills, but because this skill orchestrates other skills, you should verify the permissions and behavior of those sub-skills — the orchestration increases blast radius if one of the sub-skills is malicious or poorly scoped.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-startup-mvp-launcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-startup-mvp-launcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ai-startup-mvp-launcher 1.0.0 初始发布 - 实现创业MVP自动化生产线,从想法到小程序MVP交付只需7天 - 全流程自动编排:需求分析、任务管理、开发、品牌素材、竞品分析 - 自动生成产品方案、代码框架、品牌素材及运营计划 - 特别适用于创业者、产品经理、副业项目和创新冷启动 - 支持小程序场景,代码需人工复查、部分API需自办
元数据
Slug ai-startup-mvp-launcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI创业MVP快造工厂 是什么?

AI创业MVP快造工厂 — 从需求分析到小程序上线的全链路自动化,每周即可完成一个MVP验证. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 AI创业MVP快造工厂?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-startup-mvp-launcher」即可一键安装,无需额外配置。

AI创业MVP快造工厂 是免费的吗?

是的,AI创业MVP快造工厂 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI创业MVP快造工厂 支持哪些平台?

AI创业MVP快造工厂 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI创业MVP快造工厂?

由 zlszhonglongshen(@zlszhonglongshen)开发并维护,当前版本 v1.0.0。

💬 留言讨论