# Check Login Skill

> Check Xiaohongshu login status and display QR code if needed Use when this capability is needed.

- Skill: `tomevault-io/check-login-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/check-login-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/check-login-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/check-login-skill

---


# Check Login Status Skill

Check if user is logged in to Xiaohongshu, display QR code if not.

## Execution

### Run the check login script

```bash
node skills/check-login-skill/scripts/check-login.mjs
```

The script will:
1. Check current login status via xiaohongshu-mcp API
2. If not logged in, get and display the login QR code
3. Wait for user to scan and complete login
4. 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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ibreez3) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

