← Back to Skills Marketplace
1209
Downloads
0
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install xhs-login
Description
管理小红书登录状态:检查是否已登录、二维码扫码登录、重置登录切换账号。 当用户提到登录、扫码、账号、切换账号、退出登录、登录状态检查,或其他 skill 报告"未登录"需要先登录时使用。
Usage Guidance
This skill appears internally consistent for QR-based Xiaohongshu login. Before installing, verify you trust the platform connector (MCP) that will actually perform the check/login operations, since the skill delegates to it. Pay attention to the delete_cookies step — it will clear the current session and should only be run after explicit confirmation. If the client falls back to saving the QR to /tmp, be aware the file can be accessible on shared machines; consider using a secure temporary directory or deleting the file after use. Finally, confirm your client/environment can render images or open the saved PNG, otherwise you'll need to open the file manually on your device.
Capability Analysis
Type: OpenClaw Skill
Name: xhs-login
Version: 0.1.0
The skill bundle provides instructions for managing Xiaohongshu (XHS) login states using standard MCP tools like check_login_status and get_login_qrcode. It includes transparent fallback logic for displaying login QR codes via local system utilities and correctly requires user confirmation before deleting session cookies in SKILL.md. No malicious behaviors, data exfiltration, or suspicious obfuscation were detected.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: checking login status, returning a QR code for scanning, and optionally deleting cookies to switch accounts. The skill does not request unrelated environment variables, binaries, or config paths.
Instruction Scope
The SKILL.md only calls three MCP operations (check_login_status, get_login_qrcode, delete_cookies) which align with the purpose. It includes a fallback that writes Base64 image data to /tmp/xhs-qrcode.png and runs platform-specific open commands (open / xdg-open). Writing a temporary file and spawning a viewer process is expected behavior for displaying a QR code, but this does require filesystem and process execution privileges and the fallback file may be world-readable on shared systems. The SKILL.md explicitly requires user confirmation before delete_cookies, which is appropriate.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing will be downloaded or written beyond ephemeral runtime artifacts. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The operations described (QR generation, status check, cookie deletion) do not appear to need additional secrets from the agent. Note: the SKILL.md relies on an external 'MCP' tool/connector — that tool may itself require credentials or network access, but those are not requested by this skill.
Persistence & Privilege
The skill is user-invocable (not always: true) and does not request persistent presence or modify other skills or global agent settings. It does not attempt to store its own tokens or alter system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-login - After installation, invoke the skill by name or use
/xhs-login - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
xhs-login v0.1.0
- 初始版本发布,支持小红书扫码登录全流程。
- 检查当前登录状态,显示已登录账号或引导扫码。
- 支持扫码二维码登录,详细说明二维码获取及有效期。
- 提供切换账号与退出登录功能,需用户确认并重新扫码。
- 明确失败处理,包括工具不可用与二维码超时场景指引。
Metadata
Frequently Asked Questions
What is Xhs Login?
管理小红书登录状态:检查是否已登录、二维码扫码登录、重置登录切换账号。 当用户提到登录、扫码、账号、切换账号、退出登录、登录状态检查,或其他 skill 报告"未登录"需要先登录时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1209 downloads so far.
How do I install Xhs Login?
Run "/install xhs-login" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xhs Login free?
Yes, Xhs Login is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Xhs Login support?
Xhs Login is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xhs Login?
It is built and maintained by xmznini (@xmznini); the current version is v0.1.0.
More Skills