← Back to Skills Marketplace
widebluesky

Xiaohongshu Auto Publisher

by Yi Xu · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ Security Clean
195
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-auto-publisher
Description
Posts content (images/videos) to Xiaohongshu (Little Red Book) automatically using Playwright. Use this skill when you need to publish content to Xiaohongshu.
Usage Guidance
This skill appears to do what it says: automate an interactive login (via your browser) and then publish using the saved Playwright storage state. Before installing or running it: (1) review the two Python scripts yourself (they are short and readable); (2) be aware state.json will contain session cookies/tokens — store it securely, or remove it when you no longer need automated publishing; (3) prefer running the initial login and publishing in an isolated environment or with a dedicated Xiaohongshu account if you’re concerned about credential exposure; (4) install Playwright via the documented steps (pip install playwright && playwright install chromium); and (5) note SKILL.md references the 'requests' package though the code does not use it (harmless, but a minor documentation mismatch). If you need stronger assurance, run the scripts in a disposable VM or container so the saved state and browser artifacts remain isolated.
Capability Analysis
Type: OpenClaw Skill Name: xiaohongshu-auto-publisher Version: 0.0.1 The skill is a legitimate automation tool for publishing content to Xiaohongshu (Little Red Book) using Playwright. The scripts (login.py and post.py) perform standard web automation tasks: capturing session state locally to state.json and interacting with the official creator studio UI to upload files and fill in post details. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included artifacts: both scripts use Playwright to log in and publish to Xiaohongshu. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to interactive login and posting. They instruct saving/loading a storage_state (state.json) in the skill directory — this contains authentication cookies/tokens and is sensitive. No evidence the scripts read other system files or exfiltrate data to third‑party endpoints.
Install Mechanism
No install spec in the registry; SKILL.md tells the user to pip install Playwright and run playwright install chromium (standard). The docs mention 'requests' though the shipped scripts do not use it — minor inconsistency but not malicious.
Credentials
The skill requires no environment variables or external credentials, which is proportionate. However, it stores the authenticated browser state (cookies/tokens) in state.json under the skill folder; that file grants access to the logged-in Xiaohongshu account and should be protected or stored in a secure location.
Persistence & Privilege
always:false and no system-wide changes. The skill writes only its own state.json in its directory (normal for Playwright session persistence) and does not modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-auto-publisher
  3. After installation, invoke the skill by name or use /xiaohongshu-auto-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Initial release
Metadata
Slug xiaohongshu-auto-publisher
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Xiaohongshu Auto Publisher?

Posts content (images/videos) to Xiaohongshu (Little Red Book) automatically using Playwright. Use this skill when you need to publish content to Xiaohongshu. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install Xiaohongshu Auto Publisher?

Run "/install xiaohongshu-auto-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xiaohongshu Auto Publisher free?

Yes, Xiaohongshu Auto Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Xiaohongshu Auto Publisher support?

Xiaohongshu Auto Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xiaohongshu Auto Publisher?

It is built and maintained by Yi Xu (@widebluesky); the current version is v0.0.1.

💬 Comments