From xiaohongshu-skill
Checks Xiaohongshu login status via xiaohongshu-mcp API, displays base64 QR code if not logged in, waits for scan, returns user info. Useful before Xiaohongshu API tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:check-login-skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check if user is logged in to Xiaohongshu, display QR code if not.
Check if user is logged in to Xiaohongshu, display QR code if not.
node skills/check-login-skill/scripts/check-login.mjs
The script will:
npx claudepluginhub ibreez3/xiaohongshu-skillConfigures 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.