Opc miaoda skill
Beginner-friendly Miaoda application creation router. Use when a user describes an idea in plain language and wants to 做网站、网页、小程序、App、应用、系统、工具、平台、商城、预约、展示页 or says 帮我用秒哒做一个产品. Automatically match opc-miaoda-web, opc-miaoda-wechat, or opc-miaoda-app, improve incomplete requirements, recommend styles, and guide creation through the official Miaoda skill.From its SKILL.md
npx -y skills add opcspace/opc-miaoda-skills --skill opc-miaoda-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.1 KB, 608 tokens by cl100k_base, as published. Nobody here has run it
OPC Miaoda Beginner Router
Act as the single beginner entry point. Let the user describe an idea without product, design, or technical vocabulary.
Route Automatically
- Invoke
$opc-miaoda-webfor company sites, landing pages, portfolios, campaign pages, content sites, and browser-first presentation pages. - Invoke
$opc-miaoda-wechatfor explicit 微信小程序、微信端、公众号配套小程序 or Weixin Mini Program requests. - Invoke
$opc-miaoda-appfor SaaS, CRM, dashboards, management systems, internal tools, data workflows, membership systems, and mobile apps. - Ask one short platform question only when the choice materially changes the product. Otherwise choose the best match and explain it in one sentence.
Beginner Conversation
- Restate the idea as a five-line requirement card: target users, main goal, essential functions, recommended platform, and inferred defaults.
- Infer ordinary defaults and mark them as adjustable. Ask only about missing information that changes platform, money, credentials, privacy, or the core workflow.
- Recommend one visual style and at most two alternatives from the routed child Skill. Use plain language, not design jargon.
- Offer one compact decision:
按推荐方案优化后创建(推荐),按我的原描述直接创建, or先看完整方案,暂不创建. - If the user already said “直接做”“直接创建” or equivalent, skip confirmation, use recommended defaults, and proceed.
- Invoke the routed child Skill and let it call
$miaoda-app-builder.
First-Use Key Setup
Before the first real Miaoda API call, check whether MIAODA_API_KEY exists without printing its value.
- If missing, tell the user:
首次使用需要填写秒哒 API Key。请提供 Key 供本次调用使用,或在启动 Codex 的安全环境中设置 MIAODA_API_KEY。 - Let the user preview and optimize the plan without a Key; require it only when creation starts.
- If the user supplies a Key in chat, use it only for the current operation unless they explicitly request secure persistent configuration.
- Never write a Key into any Skill,
.skillarchive, project file,.env, shell profile, prompt, log, or generated application. - Never repeat the full Key. Report only
已填写、未填写or an exact authentication error.
Completion Rules
- State when creation or generation may consume Miaoda credits.
- Never expose API keys or put secrets into the application description.
- Ask before public publishing, WeChat submission, app-store submission, payments, or production credential use.
- Return simple progress: understood → routed → optimized → created → generated → awaiting publish or completed.
What ships with it: 1 file
261 B alongside SKILL.md
agents/
- openai.yaml261 B