Opc miaoda wechat
Beginner-friendly WeChat Mini Program creator using Baidu Miaoda. Use for 微信小程序、小程序商城、预约小程序、会员小程序、服务小程序、内容小程序 or when a user describes a WeChat idea without technical details. Improve requirements, recommend a style, and create the MINIPROGRAM project through the official Miaoda skill.From its SKILL.md
npx -y skills add opcspace/opc-miaoda-skills --skill opc-miaoda-wechatAssembled 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
2.1 KB, 407 tokens by cl100k_base, as published. Nobody here has run it
OPC Miaoda WeChat
Turn a beginner's idea into a WeChat Mini Program through $miaoda-app-builder.
Beginner Intake
- Infer users, entry scene, essential pages, main flow, tab bar, login, data, permissions, sharing, and external prerequisites.
- Present a requirement card and recommend one style from references/styles.md, with at most two alternatives.
- Offer
按推荐方案优化后创建(推荐)or按原描述创建. Skip the choice when immediate creation was explicit. - Explain AppID, privacy declarations, merchant setup, and platform review in plain language.
Create Safely
- Read
miaoda-app-builder/SKILL.mdcompletely and use its CLI. Before the first API call, check forMIAODA_API_KEYwithout printing it. If missing, ask the user to fill it for the current operation or configure it securely in the Codex launch environment. Never persist or repeat the Key. - Begin:
创建一个可生成的微信小程序应用,目标类型是 MINIPROGRAM,不是普通网页,也不是报告或内容文档任务。 - Include style, routes, core flow, permissions, empty/error states, privacy assumptions, and acceptance criteria.
- Call
chat, preserve both IDs, and inspectapp-detail. Stop on a type mismatch and offer one corrected retry instead of silently creating duplicates. - Refine with both IDs. Generate exactly once only after the structured
generateAppaction appears. - Review with references/wechat-quality.md and apply fixes through
chat.
Release Boundary
Miaoda generation is not WeChat approval. Ask before publishing, review submission, payment setup, or production credentials. Never invent AppID, AppSecret, merchant credentials, or review results.
What ships with it: 3 files
1.7 KB alongside SKILL.md
agents/
- openai.yaml256 B
references/
- styles.md728 B
- wechat-quality.md771 B