← Back to Skills Marketplace
703
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install rednote-skills
Description
Comprehensive tool for interacting with rednote (xiaohongshu,小红书) platform. This skill enables users to search for posts by keyword, extract content from spe...
Usage Guidance
This skill appears to do what it claims: automated browser interactions with Xiaohongshu. Before installing or running it: (1) review the included Python scripts yourself or run them in an isolated environment (VM or container); (2) be aware the scripts will save your login cookies to rednote_cookies.json — treat that file like a credential (store it securely or use a throwaway account); (3) automated actions (likes, comments, publishes) will run as your account and may violate platform terms — proceed with caution; (4) ensure you trust the source before installing Playwright and running arbitrary scripts; (5) if you want stronger safety, modify scripts to run headless-only or add confirmation prompts before performing write actions.
Capability Analysis
Type: OpenClaw Skill
Name: rednote-skills
Version: 1.0.0
The skill bundle is classified as suspicious due to several vulnerabilities that could be exploited via prompt injection against the OpenClaw agent. Specifically, `scripts/publish_note.py` directly uses user-provided `--image-urls` for file uploads, creating a risk of arbitrary local file exfiltration or RCE if an attacker can control these arguments. Similarly, `scripts/comment_note.py` directly uses `comment_text`, posing a potential XSS risk if the platform is vulnerable and the agent's input is not sanitized. The `rednote_cookies.json` file, which stores authentication tokens, is also a sensitive asset that, while not directly exfiltrated by the skill, could be targeted by an attacker manipulating the agent.
Capability Assessment
Purpose & Capability
The name/description match the delivered artifacts: multiple Playwright scripts for searching, extracting, liking, commenting, following, collecting, publishing, validating and creating cookies for Xiaohongshu. No unrelated capabilities (cloud APIs, AWS creds, etc.) are requested.
Instruction Scope
SKILL.md instructs to run the included Playwright scripts which launch browsers, perform site navigation, and save/load cookies from rednote_cookies.json. The dump script extracts data from the page's JavaScript state (window.__INITIAL_STATE__), including metadata such as IP location if present. The instructions do not reference other system files, environment variables, or external endpoints beyond xiaohongshu.com, but users should note that the skill automates interactive actions (likes/comments/publish) and will act on the user's logged-in account.
Install Mechanism
No registry install spec is provided (instruction-only). The SKILL.md asks the user to install Playwright via pip and run playwright install — a conventional requirement for Playwright-based scripts. There are no downloads from unknown URLs or extracted archives in the registry metadata.
Credentials
The skill requests no environment variables or external credentials, which is appropriate. However, it requires and writes a local storage_state file (rednote_cookies.json) containing auth tokens/cookies — these are effectively credentials and should be protected. The number and type of required artifacts are proportionate to a browser-automation integration.
Persistence & Privilege
The skill is not forced-always and does not modify other skills or global agent settings. Its only persistent artifact is the local cookies file. It does not request elevated system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rednote-skills - After installation, invoke the skill by name or use
/rednote-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
📕 skills that help you connect to rednote (xiaohongshu)
Metadata
Frequently Asked Questions
What is rednote(xiaohongshu,xhs)?
Comprehensive tool for interacting with rednote (xiaohongshu,小红书) platform. This skill enables users to search for posts by keyword, extract content from spe... It is an AI Agent Skill for Claude Code / OpenClaw, with 703 downloads so far.
How do I install rednote(xiaohongshu,xhs)?
Run "/install rednote-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is rednote(xiaohongshu,xhs) free?
Yes, rednote(xiaohongshu,xhs) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does rednote(xiaohongshu,xhs) support?
rednote(xiaohongshu,xhs) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created rednote(xiaohongshu,xhs)?
It is built and maintained by MrMao007 (@mrmao007); the current version is v1.0.0.
More Skills