← 返回 Skills 市场
1944
总下载
10
收藏
15
当前安装
3
版本数
在 OpenClaw 中安装
/install xiaohongshu-skill
功能描述
当用户想要与小红书(xiaohongshu/rednote)交互时使用此 Skill。包括搜索笔记、获取帖子详情、查看用户主页、二维码扫码登录、提取平台内容等。当用户提到 xiaohongshu、小红书、rednote,或需要浏览/抓取中国社交媒体内容时激活此 Skill。
安全使用建议
This skill appears to implement exactly what it claims (browser automation for Xiaohongshu), but take these precautions before installing: 1) Fix or confirm the installer: the metadata's install kind (node) conflicts with SKILL.md and requirements.txt (pip). Ensure you install Python dependencies (pip install -r requirements.txt) and run 'playwright install chromium' as documented. 2) Cookie & QR handling: the skill saves session cookies to ~/.xiaohongshu/cookies.json and a QR image under the skill data folder; these contain sensitive session material—keep them on a trusted machine and consider file permissions. 3) Active actions: the skill can post comments, like, collect, and publish on your account — only run those operations knowingly and consider rate limits / platform TOS. 4) Run in an isolated environment (VM/container) if you are uncertain, and review the code (login.py, client.py, publish.py, comment.py) yourself. If you want higher assurance, ask the author to correct the install metadata and provide signed release/source location.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-skill
Version: 1.0.2
The OpenClaw AgentSkills bundle is a Python Playwright-based tool for interacting with Xiaohongshu (Rednote), including searching, viewing posts, user profiles, and publishing content. It stores session cookies locally in `~/.xiaohongshu/cookies.json` and reads user-specified local files for publishing (images, videos, markdown). All network interactions are directed to `xiaohongshu.com` or `creator.xiaohongshu.com`. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts against the agent. The code implements anti-bot measures like random delays and captcha detection, which are typical for web automation tools. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized third parties, backdoor installation, or arbitrary code execution on the host system.
能力评估
Purpose & Capability
Name/description (Xiaohongshu interaction: search, details, user pages, QR login, extraction) align with included Python Playwright scripts (login, search, feed, user, interact, publish). Required binaries (python3, playwright) are appropriate for a Playwright-based tool.
Instruction Scope
SKILL.md and scripts instruct local browser automation, QR-code login, scraping of window.__INITIAL_STATE__, saving QR image and cookies. Instructions do not attempt to read unrelated system files or exfiltrate data to external servers. However the skill automates actions (comments, likes, publish) which are destructive/active operations on the user's account and thus require explicit user consent.
Install Mechanism
The declared install spec in metadata is inconsistent: SKILL.md and requirements.txt indicate pip (Python) and running 'playwright install chromium', but the registry install entry is labeled with kind: "node" and claims to create a 'playwright' binary. This mismatch could cause installer confusion or unexpected installation behavior; it is disproportionate to the task and should be corrected/clarified.
Credentials
No external environment variables or credentials are requested, which is coherent. The skill does persist session cookies to ~/.xiaohongshu/cookies.json and writes qrcode.png under the skill data dir; storing web_session cookies locally is expected for automated login but is sensitive (session tokens).
Persistence & Privilege
Skill is not flagged always:true; it does not request elevated system privileges. It writes its own cookie and data files (normal for this functionality) and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Removed the README.md file from the repository.
- No changes to features or user-facing functionality.
v1.0.1
- Removed all test files, including tests for CLI, client, comment, explore, interact, publish, and search modules.
- No changes to core scripts or documentation content.
v1.0.0
一个用于 小红书的 AI Agent Skill,基于 Python + Playwright 浏览器自动化实现。
支持搜索笔记、提取帖子详情、查看用户主页、二维码扫码登录,并内置反爬保护机制。
元数据
常见问题
小红书skill 是什么?
当用户想要与小红书(xiaohongshu/rednote)交互时使用此 Skill。包括搜索笔记、获取帖子详情、查看用户主页、二维码扫码登录、提取平台内容等。当用户提到 xiaohongshu、小红书、rednote,或需要浏览/抓取中国社交媒体内容时激活此 Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1944 次。
如何安装 小红书skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-skill」即可一键安装,无需额外配置。
小红书skill 是免费的吗?
是的,小红书skill 完全免费(开源免费),可自由下载、安装和使用。
小红书skill 支持哪些平台?
小红书skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32, linux, darwin)。
谁开发了 小红书skill?
由 Delicious(@deliciousbuding)开发并维护,当前版本 v1.0.2。
推荐 Skills