mp-cli-sup
CommunityDebug live WeChat Mini Programs via persistent CLI
System Documentation
What problem does it solve?
Debugging a live WeChat Mini Program through automation typically suffers from per-command reconnection lag and unstable element references. This Skill establishes one persistent session via the system vince-mp JSON CLI, so subsequent commands reuse the same connection and element uids remain stable across separate invocations.
Core Features & Use Cases
- Persistent Session Workflow: Connect once to WeChat DevTools and reuse the session for instant repeated commands, eliminating reconnect overhead.
- Stable Element Interaction: Mint a uid with query or snapshot, then tap or input by that uid in later calls without re-querying.
- Camera-less Scan & Media: Drive scan smoke tests without a physical camera and instrument Skyline Canvas or Camera with explicit, reversible mocks.
- Cross-stack Diagnostics: Run project health checks (TypeScript compilation and .js freshness) and pull server-side error logs by requestId.
Quick Start
Use the mp-cli-sup skill to connect to your running WeChat Mini Program in DevTools, inspect its current page data, query a button element by CSS selector, and tap it to verify the interaction succeeded.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: mp-cli-sup Download link: https://github.com/VincentJiang06/skills/archive/main.zip#mp-cli-sup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.