check-login-skill

Installation
SKILL.md

Check Login Status Skill

Check if user is logged in to Xiaohongshu, display QR code if not.

Execution

Run the check login script

node skills/check-login-skill/scripts/check-login.mjs

The script will:

  1. Check current login status via xiaohongshu-mcp API
  2. If not logged in, get and display the login QR code
  3. Wait for user to scan and complete login
  4. Return the login status

Return the result

  • Logged in: Display user info
  • Not logged in: Display QR code as base64 image and instructions
  • Error: Show error details
Related skills
Installs
7
GitHub Stars
19
First Seen
Mar 8, 2026