wxjava-integration-guide
binarywang/WxJava · Agent Skill
Generates verifiable WxJava integration solutions for Java, Spring Boot, or Solon projects, including module selection, configuration, and code examples.
Jump to install ↓Install options
The review-first prompt is selected by default. You can switch to a direct command.
Copy the prompt, paste it into Claude, Codex, or another assistant, and it will review the skill page and install it.
I'd like to install this Claude Code skill: https://github.com/binarywang/WxJava/tree/develop/skills/wxjava-integration-guide Please review the SKILL.md file, verify the skill is legitimate, then copy the skill folder into .claude/skills/ of my project.
A direct command skips the review — inspect the source first.
npx skills add https://github.com/binarywang/WxJava/tree/develop/skills/wxjava-integration-guide
Read SKILL.md and any companion files before deciding whether to install. Click a file to preview it.
SKILL.md contents
Original author text · read-onlyWxJava 接入指南
1. 确认微信产品、框架、单/多账号、部署形态和首个 API 调用。
2. 读取 接入约束,选择模块和配置方式。
3. 先输出依赖与配置,再输出最小调用;每段示例注明应放置的位置和所依赖的模块。
4. 输出脱敏配置和最小服务端代码;凭据一律用占位符。
5. 给出本地验证步骤与安全提醒;支付、回调和证书示例不得直接用于生产。
保持 Java 8 兼容。生产集群必须使用可共享的配置存储或 token 存储;不要把内存实现当作多节点部署方案。引用已有 Demo、Wiki 或 README 作为继续阅读入口;不虚构配置键、SDK 方法或版本号。