personal-wechat
Installation
SKILL.md
Personal WeChat via Wisdom
Use the user's self-hosted Wisdom service to operate their personal WeChat account. Wisdom runs on a Windows host with WeChat Desktop logged in and exposes an HTTP API.
Credentials are injected by the personalwechat BYOC connector:
PERSONALWECHAT_BASE_URL— Wisdom server base URL, e.g.http://203.0.113.10:8000.PERSONALWECHAT_API_TOKEN— WisdomAPI_TOKEN. Secret — never echo, print, or log it.
The helper sends the token as Authorization: Bearer ...; it never puts the
token in the URL. Wisdom answers every UI-driven action (search, send, Moments,
groups) with 202 + a task ID; the helper polls /api/tasks/{id} for you and
prints only the final result.
This is the user's real personal WeChat account. Read operations run directly. Every write — send, Moment, group change — dry-runs first and only executes after the user explicitly approves that exact payload.