# 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.

- Skill: `tomevault-io/configure` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/configure`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/configure/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/configure

---


# /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](https://github.com/paceaitian/cc-wechat) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-23 -->

