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.