wechat-mp-exporter
Installation
SKILL.md
MP Ark
Use MP Ark through the stable wechat-mp-exporter Skill ID and its single bundled CLI. Keep the user present for QR approval. Prefer onboard; accept init as its exact alias.
SCRIPT="${CODEX_HOME:-$HOME/.codex}/skills/wechat-mp-exporter/scripts/wechat_mp_exporter.py"
python3 "$SCRIPT" doctor --mode lite --json
Choose an experience
- Prefer Lite terminal for the smallest footprint:
--mode lite --ui terminal. Run an on-demand Python process and an installed browser with no persistent service or status listener. - Offer Lite HTML when the user wants a visual status window:
--mode lite --ui html. Open a temporary static page in the system default browser and show only redacted login state and progress. Keep the QR code on the real WeChat page opened in the selected automation browser; never copy or relay it into the status page. - Keep Docker as an explicit full-UI option:
--mode docker --ui full. Fetch/build/start it only after the user selects Docker. - Use
autofor an already ready path. Resolve it once, honor saved or running choices, and never create a fresh Docker deployment or switch backend after an error. Require an explicit--mode dockerbefore Docker setup or onboarding.