← 返回 Skills 市场
xmznini

Xhs Login

作者 xmznini · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1209
总下载
0
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install xhs-login
功能描述
管理小红书登录状态:检查是否已登录、二维码扫码登录、重置登录切换账号。 当用户提到登录、扫码、账号、切换账号、退出登录、登录状态检查,或其他 skill 报告"未登录"需要先登录时使用。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xhs-login
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xhs-login 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
xhs-login v0.1.0 - 初始版本发布,支持小红书扫码登录全流程。 - 检查当前登录状态,显示已登录账号或引导扫码。 - 支持扫码二维码登录,详细说明二维码获取及有效期。 - 提供切换账号与退出登录功能,需用户确认并重新扫码。 - 明确失败处理,包括工具不可用与二维码超时场景指引。
元数据
Slug xhs-login
版本 0.1.0
许可证
累计安装 14
当前安装数 14
历史版本数 1
常见问题

Xhs Login 是什么?

管理小红书登录状态:检查是否已登录、二维码扫码登录、重置登录切换账号。 当用户提到登录、扫码、账号、切换账号、退出登录、登录状态检查,或其他 skill 报告"未登录"需要先登录时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1209 次。

如何安装 Xhs Login?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-login」即可一键安装,无需额外配置。

Xhs Login 是免费的吗?

是的,Xhs Login 完全免费(开源免费),可自由下载、安装和使用。

Xhs Login 支持哪些平台?

Xhs Login 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Xhs Login?

由 xmznini(@xmznini)开发并维护,当前版本 v0.1.0。

💬 留言讨论