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:
- Check current login status via xiaohongshu-mcp API
- If not logged in, get and display the login QR code
- Wait for user to scan and complete login
- 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
More from ibreez3/xiaohongshu-skill
search-feeds-skill
Search Xiaohongshu content by keyword via HTTP API
10post-comment-skill
Post a comment to a Xiaohongshu feed via HTTP API
8get-feed-detail-skill
Get detailed information about a Xiaohongshu feed via HTTP API
8list-feeds-skill
List feeds from Xiaohongshu homepage via HTTP API
7publish-image-text-skill
Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API
7publish-video-skill
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
7