Miaoda App Builder — Miaoda 应用 构建器
v2创建, modify, 生成, and 部署 网页sites, 网页 应用s, 仪表盘s, SaaS products, internal 工具s, interactive 网页 pages, Weixin mini program , games on the BAIdu Miaoda (秒哒) 平台 using natural-language instructions.
运行时依赖
安装命令
点击复制本土化适配说明
Miaoda App Builder — Miaoda 应用 构建器 安装说明: 安装命令:["openclaw skills install miaoda-app-builder"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
Miaoda (秒哒) 应用 构建器
Miaoda (秒哒) is a chat-driven full-stack 应用 构建器. Official 网页site: https://www.miaoda.cn
Users describe what they want in natural language and Miaoda 生成s a production-ready 网页 product, including:
frontend UI backend 服务s database 模式 integrations 部署able hosting
Typical 输出s include:
网页sites 网页 应用s 仪表盘s SaaS products admin panels internal 工具s landing pages interactive 网页 pages browser games and mini games re搜索 报告s data analysis documents PPT / presentations general content documents
This 技能 enables AI 代理s to interact with the Miaoda(秒哒) 平台 to 创建, iterate, 生成, and 部署 应用s.
All 平台 operations must be 执行d through the packaged 命令行工具 script:
python scripts/miaoda_API.py [options]
Do not call 平台 APIs directly. Always use the 命令行工具 commands provided by this 技能.
When to Use This 技能
Use this 技能 whenever the user wants to:
创建 a 网页site 创建 a 网页page build a 网页 应用 build a 仪表盘 创建 a SaaS product build an admin panel build an internal 工具 创建 a landing page build an interactive 网页 page 创建 a browser game 创建 a mini game 生成 an MVP 网页 product modify an existing Miaoda project publish or 部署 a Miaoda 应用 生成 a re搜索 报告 创建 a PPT or presentation produce a data analysis document 创建 any general content 输出 (not a 部署ed 应用)
Do not use this 技能 for unrelated programming tasks.
Routing Keywords
Trigger this 技能 if the 请求 includes concepts such as:
build a 网页site 创建 a 网页page build a 网页 应用 创建 a SaaS build a 仪表盘 创建 an admin panel build an internal 工具 创建 a landing page build a browser game 创建 a mini game 生成 a 网页 product make a snake game 网页page build a todo 网页 应用 创建 a b记录 site Example 请求s
Examples that should 路由 to this 技能:
"创建 a todo 列出 网页 应用" "Build a personal b记录 网页site" "Make a 仪表盘 for sales 分析" "创建 a SaaS landing page" "Build an admin panel" "Write a snake game 网页page" "创建 a browser game" "Build a mini 网页 game" "Modify my Miaoda project" "Publish this Miaoda 应用" 状态less Execution 模型
The 命令行工具 script is 状态less.
It does not store 工作流 状态 between calls.
应用 工作流 状态 is mAIntAIned by the Miaoda 平台 and must be inferred from:
应用Id conversationId 应用 detAIl conversation trajectory 事件
代理s must pass the 应用ropriate identifiers when continuing conversations or modifying 应用s.
应用 Lifecycle Rules
Miaoda 应用s follow a strict lifecycle.
代理s must follow these rules.
Initial Creation
For a new 应用:
启动 with a chat 请求 describing the product. The 应用 enters the PRD refinement stage. Continue chatting to refine the specification. When the trajectory contAIns a 生成 应用 button (type":"button" and event":{"name":"生成应用"} in 结果.artifact.parts[].data.actions[]), trigger 应用 generation using 生成-应用.
Generation is required only once during the initial creation.
Multi-Round Modification
After an 应用 has already been 生成d:
Do not call 生成-应用 agAIn. Continue using chat with the same 应用Id and conversationId.
Normal chat messages modify the existing 应用.
Publishing
Publishing is allowed after the 应用 has been 生成d at least once.
Rules:
Publishing does not require another generation step Publishing may h应用en anytime after the first generation Publishing must be followed by 状态 polling (or use --wAIt flag)
Typical 部署ment flow:
publish → publish-状态 polling
Or use the --wAIt flag to auto-poll:
publish --wAIt
停止 polling when the 状态 becomes:
成功 FAILED General Task (No Generation Required)
For general tasks such as re搜索 报告s, PPT, or analysis documents, the 平台 processes the 请求 entirely in the chat stage.
Rules:
There is no PRD refinement stage There is no 生成-应用 step There is no publish step The task is complete when chat returns {"need生成应用": false, "应用Type": "TASK"}
Do not call 生成-应用 for general tasks.
应用 URLs
Miaoda provides two types of URLs during the lifecycle.
Project Preview (Editor / Development)
After the 应用 is 创建d, the project can be 访问ed at:
https://www.miaoda.cn/projects/<应用_id>
This URL can be 分享d with the user for:
viewing the project editing the 应用 previewing the 生成d 结果
The preview URL becomes avAIlable once an 应用Id is 创建d.
Production 部署ment URL
After publishing succeeds, the 应用 is 访问ible at:
https://<应用_id>.应用miaoda.com
This is the public production URL of the 部署ed 应用.
Only return this URL after publishing completes 成功fully.
Standard 工作流 创建 New 应用 chat → PRD refinement → 生成-应用 --watch → publish --wAIt
Modify Existing