check-login-skill

Checks Xiaohongshu login status and saves a QR code image to /tmp when logged out.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you determine whether you are currently logged into Xiaohongshu and, when you are not, provides a QR code to complete login so you can resume work without guessing your authentication state.

Core Features & Use Cases

  • Login status detection: Queries an MCP tool to check whether the session is authenticated.
  • QR-code based login: Retrieves a fresh QR code (base64) and saves it as an image for scanning when you are logged out.
  • User guidance for completion: Prompts you to scan and then rerun the check to confirm success.
  • Use case: If an automation workflow fails due to expired credentials, run this Skill to quickly restore access by logging in via QR scan.

Quick Start

Ask the system to run the check-login-skill to check Xiaohongshu login status and display 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 Xiaohongshu login status for an automation workflow?▼

To check Xiaohongshu login status, the Skill queries an MCP tool to verify if the current session is authenticated and reports whether you are logged in or need to scan a QR code to restore access.

How do I get a QR code for Xiaohongshu login when session recovery is needed?▼

For Xiaohongshu session recovery, the Skill retrieves a fresh QR code via MCP, saves the base64 image to the /tmp directory, and prompts you to scan it to complete the login process.

Why does my scheduled task fail due to expired Xiaohongshu credentials?▼

Scheduled tasks fail when Xiaohongshu credentials expire or change over time, requiring you to run a login status check and perform QR code authentication to resume the automation workflow.

Can I use MCP methods to verify authentication for developer testing?▼

Yes, you can use MCP methods like check_login_status and get_login_qrcode to verify Xiaohongshu authentication, parse JSON results, and save QR codes during developer testing.

What happens if the Xiaohongshu login check returns an error?▼

If the Xiaohongshu login check returns an error, the Skill parses the JSON results and reports the error outcome, indicating the authentication state could not be verified and needs manual intervention.