How 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.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub acedatacloud/wisdomchannel