← Back to Skills Marketplace
3660
Downloads
4
Stars
18
Active Installs
2
Versions
Install in OpenClaw
/install xiaohongshu-crawler
Description
小红书内容爬取工具,支持搜索笔记(需要登录)、获取笔记详情、用户信息、热门笔记等公开内容爬取功能。
Usage Guidance
This skill appears to be what it says: a Playwright-based Xiaohongshu scraper. Important cautions before installing/running: 1) get-cookie.js extracts your account session cookies and saves them to config.json in plaintext—do not use your primary/personal account if you are concerned about compromise or violating platform rules; prefer a throwaway/test account. 2) Review config.json before running — it can contain proxy credentials and stored cookies. 3) Installing dependencies (playwright) will download browser binaries; run npm install in a sandboxed environment if you want to limit exposure. 4) The tool includes anti-detection and proxy-rotation features; aggressive or large-scale crawling can violate site terms and may lead to account suspension—follow the usage limits documented in SKILL.md. 5) If you need higher assurance, request the missing files not shown here (4 files were truncated) and confirm there is no hidden network exfiltration before running on sensitive accounts.
Capability Analysis
Type: OpenClaw Skill
Name: xiaohongshu-crawler
Version: 1.0.1
The skill bundle is a comprehensive web scraping tool for the Xiaohongshu (Red) platform, utilizing Playwright for browser automation. It includes features for searching notes, fetching user profiles, and managing authentication cookies locally in 'config.json'. The code is well-documented, follows its stated purpose, and contains no evidence of data exfiltration, malicious execution, or prompt injection attacks against the AI agent.
Capability Assessment
Purpose & Capability
Name/description (Xiaohongshu crawler) align with the included scripts and libraries: Playwright-based browser automation, search/deep-crawl/get-note/get-user/hot-notes scripts, anti-crawl logic and caching. Dependencies (playwright, axios, cheerio) and the presence of stealth/anti-crawl code are expected for this purpose.
Instruction Scope
SKILL.md and the scripts instruct the agent/user to open a browser, capture session cookies, and write them into config.json; scripts read config.json, use cookies to access logged-in-only content, and write output files and caches. Collecting and persisting session cookies is sensitive and outside 'purely read-only' behavior—it's necessary for logged-in scraping but should be highlighted to users.
Install Mechanism
There is no explicit install spec in the registry entry (instruction-only), but package.json lists Playwright which will pull browser binaries and increase disk/network activity when dependencies are installed. No downloads from unknown ad-hoc URLs or obfuscated installers are present in the provided files.
Credentials
The skill requests no environment variables or external credentials, which is coherent. However, it asks the user to export and store their Xiaohongshu session cookies (and config may contain proxy server credentials) into a local config.json in plaintext; that is sensitive and should be treated as such. The number/nature of requested items is proportionate to a scraper but still security-relevant.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent settings. It writes/reads its own config.json and cache files in its workspace, which is normal for a CLI scraper.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaohongshu-crawler - After installation, invoke the skill by name or use
/xiaohongshu-crawler - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
优化 SKILL.md 结构,添加 YAML frontmatter,整理 references 文档
v1.0.0
Xiaohongshu Crawler Skill v1.0.0
- Initial release of the Xiaohongshu (小红书) content crawler tool
- Supports search, note detail retrieval, and user profile fetching
- Includes scripts for cookie acquisition, cookie validation, and popular notes access
- Provides anti-crawling protection options and detailed configuration instructions
- Extensive documentation on usage, troubleshooting, and technical requirements
Metadata
Frequently Asked Questions
What is Xiaohongshu Crawler?
小红书内容爬取工具,支持搜索笔记(需要登录)、获取笔记详情、用户信息、热门笔记等公开内容爬取功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 3660 downloads so far.
How do I install Xiaohongshu Crawler?
Run "/install xiaohongshu-crawler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xiaohongshu Crawler free?
Yes, Xiaohongshu Crawler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xiaohongshu Crawler support?
Xiaohongshu Crawler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xiaohongshu Crawler?
It is built and maintained by Djttt (@djttt); the current version is v1.0.1.
More Skills