
Network Proxy
- 19 installs
- 3.9k repo stars
- Updated August 5, 2026
- didi/mpx
Sets up and configures a network proxy for local development against the MPX mini-program framework so requests can be inspected and rerouted.
About
A skill from DiDi's MPX mini-program framework repo that configures a network proxy for local development, letting a solo builder intercept, inspect, and reroute HTTP requests while building and debugging an app. Reach for it when you need to point API calls at a mock or staging backend without touching production config.
- Network proxy for MPX dev
- Intercept and reroute requests
- Local debugging aid
Network Proxy by the numbers
- 19 all-time installs (skills.sh)
- Ranked #919 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/didi/mpx --skill network-proxyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 19 |
|---|---|
| repo stars | ★ 3.9k |
| Last updated | August 5, 2026 |
| Repository | didi/mpx ↗ |
What it does
Sets up and configures a network proxy for local development against the MPX mini-program framework so requests can be inspected and rerouted.
Who is it for?
Debugging network requests in an MPX mini-program during development.
When should I use this skill?
You need to proxy or reroute HTTP traffic for local testing.