check-login-skill

Check Xiaohongshu login status and fetch a QR-code login challenge via JSON-RPC.

21|8|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill check-login-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-login-skill
Source: https://github.com/ibreez3/xiaohongshu-skill/tree/main/skills/check-login-skill
Command: npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill check-login-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the guesswork of whether you are currently logged in to Xiaohongshu by checking login status and prompting for QR-code login when needed.

Core Features & Use Cases

  • Login status verification: Detects whether the Xiaohongshu session is already authenticated.
  • QR-code login support: Fetches a fresh QR code when you are not logged in and guides the user to complete login.
  • Operational feedback: Returns clear outcomes for logged-in vs not-logged-in vs error states, helping you retry quickly.

Quick Start

Ask the Skill to check your Xiaohongshu login status and show the QR code if you are not logged in.

Frequently Asked Questions about check-login-skill

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

FAQPage Schema
How do I check my Xiaohongshu login status for automation workflows?

You can verify your Xiaohongshu login status by triggering the check_login_status function via a configured MCP server, which returns a clear authenticated, not-logged-in, or error state for your publishing workflows.

How do I get a QR code for Xiaohongshu login when my session expires?

To get a Xiaohongshu QR code for an expired session, the Skill executes the get_login_qrcode JSON-RPC call via the MCP server, fetching a fresh login challenge for you to scan and reactivate your account.

What is the best way to verify Xiaohongshu account sessions before posting?

The best way to verify Xiaohongshu account sessions before posting is to run a login check that detects authentication gaps and prompts QR-code activation if the session is currently missing.

Does Xiaohongshu login check work with MCP server automation?

Yes, the Xiaohongshu login check integrates directly with MCP server automation by using JSON-RPC tool calls to execute check_login_status and get_login_qrcode within your publishing and account-management scripts.

Why does my Xiaohongshu automation workflow fail with an authentication error?

Your Xiaohongshu automation workflow fails with an authentication error because the account session is not active, requiring you to fetch a new QR code login challenge to re-authenticate before retrying actions.