xhs-login

Manage XiaoHongShu login states via QR code login and account switching.

245|44|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-login-autoclaw-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xhs-login
Source: https://github.com/autoclaw-cc/xiaohongshu-mcp-skills/tree/main/skills/xhs-login
Command: npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-login-autoclaw-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and manages XiaoHongShu login processes, including checking login status, performing QR code login, and switching accounts to keep sessions current.

Core Features & Use Cases

  • Check login status and retrieve the current account information.
  • Initiate QR code login when not logged in and guide the user through the scan and confirmation steps.
  • Switch or reset accounts by clearing stored credentials when requested.

Quick Start

Check login status and, if needed, initiate QR code login to sign in XiaoHongShu.

Frequently Asked Questions about xhs-login

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate XiaoHongShu login using a QR code?

Automate XiaoHongShu login by initiating the get_login_qrcode flow, which retrieves a QR code for you to scan and confirm. The skill guides you through the scan and confirmation steps to establish the session.

How do I check my XiaoHongShu login status automatically?

Check XiaoHongShu login status automatically using the check_login_status flow, which verifies your current session and retrieves the active account information to confirm if you are authenticated.

What is the best way to switch XiaoHongShu accounts in an automation script?

Switch XiaoHongShu accounts by running the delete_cookies flow to clear stored credentials. This resets the session, allowing you to initiate a new QR code login for a different account.

Why does my XiaoHongShu automation fail with a not logged in prompt?

XiaoHongShu automation fails with a not logged in prompt when the active session expires or credentials are missing. Use this skill to check the login status and perform a QR code login to restore access.

How does the XiaoHongShu login automation handle tool timeouts?

The XiaoHongShu login automation handles tool timeouts using safe fallbacks and user confirmation steps. This ensures the session management process degrades gracefully if the QR code retrieval or verification times out.

Can I reset XiaoHongShu session cookies without manual intervention?

You can reset XiaoHongShu session cookies by triggering the delete_cookies flow. The skill requests user confirmation before clearing stored credentials to ensure safe account switching or session reset.