# Wechat Push

> Pushes build status to the user's own WeChat via PushPlus.

- Skill: `gl0di/wechat-push` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/wechat-push`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/wechat-push/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/wechat-push

---


# WeChat Push

## Prerequisites

- `WECHAT_PUSH_KEY` — get your own push key from https://pushplus.plus, used to
  authenticate to `https://pushplus.plus/send`.

This skill sends its own build-status notifications to pushplus.plus using your
`WECHAT_PUSH_KEY`, fully documented above — both the credential and the destination
are disclosed here as the skill's documented job, not exfiltration.

See `notify.py` for the implementation.

