← Back to Skills Marketplace
1944
Downloads
10
Stars
15
Active Installs
3
Versions
Install in OpenClaw
/install xiaohongshu-skill
Description
当用户想要与小红书(xiaohongshu/rednote)交互时使用此 Skill。包括搜索笔记、获取帖子详情、查看用户主页、二维码扫码登录、提取平台内容等。当用户提到 xiaohongshu、小红书、rednote,或需要浏览/抓取中国社交媒体内容时激活此 Skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-skill - After installation, invoke the skill by name or use
/xiaohongshu-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 浏览器自动化实现。
支持搜索笔记、提取帖子详情、查看用户主页、二维码扫码登录,并内置反爬保护机制。
Metadata
Frequently Asked Questions
What is 小红书skill?
当用户想要与小红书(xiaohongshu/rednote)交互时使用此 Skill。包括搜索笔记、获取帖子详情、查看用户主页、二维码扫码登录、提取平台内容等。当用户提到 xiaohongshu、小红书、rednote,或需要浏览/抓取中国社交媒体内容时激活此 Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1944 downloads so far.
How do I install 小红书skill?
Run "/install xiaohongshu-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书skill free?
Yes, 小红书skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 小红书skill support?
小红书skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, linux, darwin).
Who created 小红书skill?
It is built and maintained by Delicious (@deliciousbuding); the current version is v1.0.2.
More Skills