How this skill is triggered — by the user, by Claude, or both
Slash command
/wecom:configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Writes bot credentials to `~/.claude/channels/wecom/credentials.json`
Writes bot credentials to ~/.claude/channels/wecom/credentials.json
and orients the user on access policy. The server reads credentials at boot.
Arguments passed: $ARGUMENTS
Credentials — check ~/.claude/channels/wecom/credentials.json.
Show set/not-set; if set, show botId and first 6 chars of secret masked.
Access — read ~/.claude/channels/wecom/access.json.
Show: DM policy, allowed senders, pending pairings.
Next steps based on state:
/wecom:configure <botId> <secret>"/wecom:access pair <code>"Push toward allowlist policy once IDs are captured.
<botId> <secret> — save credentialsaib-), second = secret.mkdir -p ~/.claude/channels/wecom{
"botId": "aib-xxx",
"secret": "xxx",
"wsUrl": "wss://openws.work.weixin.qq.com"
}
clear — remove credentialsDelete credentials.json.
baseurl <url> — change WebSocket URLUpdate wsUrl in credentials.json for custom/private deployments.
wss://openws.work.weixin.qq.comnpx claudepluginhub microeleven/claude-plugin-wecom --plugin wecomConfigures WeChat iLink bot channel: checks credentials/access status, generates QR code for login, polls scan confirmation, stores tokens.
Configures WeChat channel in Claude Code: runs QR login via terminal or link, checks credentials status, clears credentials, sets custom API base URL.
Sets up WeChat channel connection via QR code login. Checks existing credentials, supports re-login, logout, and full reset.