Configure

Set up the WeChat channel — scan QR code to login. Use when the user wants to connect WeChat or needs to re-login. Use when this capability is needed.

tomevault-io Updated

File contents

/wechat:configure — WeChat Channel Setup

No args — status and login

  1. Check ~/.claude/channels/wechat/account.json

    • If exists: show botId (first 12 chars + "..."), savedAt. Ask if re-login needed.
    • If missing: use the login tool to start QR code login.
  2. After success: tell user "WeChat connected! Send a message from WeChat to test."

logout — remove credentials

  1. Delete ~/.claude/channels/wechat/account.json
  2. Delete ~/.claude/channels/wechat/sync-buf.txt
  3. Confirm: "Logged out. Run /wechat:configure to re-login."

reset — full reset

  1. Delete entire ~/.claude/channels/wechat/ directory
  2. Confirm: "Reset complete. Run /wechat:configure to start fresh."

Source: paceaitian/cc-wechat — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/paceaitian--cc-wechat--cc-wechat commit 53ab85a95e

Frequently asked questions

npx skillmds@latest add tomevault-io/configure