ai-mode-skills
Convert WeChat mini-programs into callable skills with validation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ai-mode-skills?▼
Run `npx skills add wechat-miniprogram/ai-mode-skills --all -g -y` in your terminal to install all three skills globally.
What does ai-mode-skills do?▼
It analyzes your WeChat mini-program source code, extracts network interfaces and JSAPI calls, and generates skill subpackages that the mini-program AI can invoke directly.
How do I validate generated mini-program skills?▼
Use the wxa-skills-validate skill, which runs static rule checks, real-device execution via WeChat DevTools CLI, and component rendering verification, then fixes errors automatically.
What do I need before using these skills?▼
You need Node.js 18 or higher, WeChat DevTools installed and logged in, and the service port enabled in the DevTools security settings.
Can it handle compressed or obfuscated mini-program code?▼
Yes. The generate skill can analyze minified source code, though it will first try formatting it and will ask you for the original source if key fields cannot be recovered.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core