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://82.156.126.14: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. For queued UI operations such as search and send, the helper
submits the task and waits for /api/tasks/{id} before printing the final
result.
This is the user's real personal WeChat account. Read operations can run directly. Sending messages or files must be dry-run first, then performed only after the user explicitly approves the exact target and content.