check-login-skill

Check Xiaohongshu login status and retrieve authentication QR codes via MCP API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly determine whether their Xiaohongshu account is authenticated and guides them through login recovery when access is unavailable.

Core Features & Use Cases

  • Login Status Checking: Connects to the Xiaohongshu MCP server to verify the current account login state.
  • QR Code Login Support: Retrieves and saves a login QR code when authentication is required.
  • Use Case: Use this Skill before publishing or managing Xiaohongshu content to ensure the automation environment has an active logged-in session.

Quick Start

Use the check-login-skill to verify my Xiaohongshu login status and show a QR code if I need to authenticate.

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 Xiaohongshu login status for automation workflows?

To check Xiaohongshu login status, this Skill connects to a running xiaohongshu-mcp server and verifies the current account authentication state via Node.js scripts. It confirms whether your active session is valid before executing publishing or searching tasks.

Do I need a running xiaohongshu-mcp server to check my account login state?

Yes, you need a running xiaohongshu-mcp server because this Skill executes MCP API calls through a provided Node.js script to verify authentication. The server acts as the bridge to check your Xiaohongshu login status.

When should I verify Xiaohongshu authentication before publishing content?

You should verify Xiaohongshu authentication before publishing, searching, or managing content to ensure the automation environment has an active logged-in session. Checking login status beforehand prevents access errors during your workflow execution.

Can I use Node.js scripts to retrieve a Xiaohongshu login QR code?

Yes, you can use Node.js scripts within this Skill to retrieve a Xiaohongshu login QR code. It executes MCP API calls to fetch and save the authentication QR code when your account login access is unavailable.

Why does Xiaohongshu automation fail before checking login status?

Xiaohongshu automation fails when account verification is required but unverified. Checking login status first ensures the MCP server has an active authenticated session, preventing authentication errors during content publishing or searching operations.