Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub acedatacloud/wisdomchannelHow this skill is triggered — by the user, by Claude, or both
Slash command
/wechat:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure the WeChat channel's connection to the Wisdom server.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Configure the WeChat channel's connection to the Wisdom server.
/wechat:configure <api_url> [token]
/wechat:configure http://localhost:8000
/wechat:configure http://localhost:8000 my-secret-token
/wechat:configure http://192.168.1.100:8000 my-token
Writes WISDOM_API_URL and WISDOM_API_TOKEN to ~/.claude/channels/wechat/.env.
When the user runs /wechat:configure, parse the arguments and write the .env file:
~/.claude/channels/wechat/ if it doesn't exist.env file with:
WISDOM_API_URL=<url>
WISDOM_API_TOKEN=<token>
--channelsSecurity: Never echo the token back to the user. Just confirm it was saved.