A professional automation skill for Xiaohongshu creators to securely manage logins, publish rich media content, and export performance data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xhs-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install xhs-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The XHS Creator Center skill is a comprehensive automation solution designed for the Xiaohongshu platform. It serves as a unified entry point for developers to handle complex creator workflows, including secure QR-based login, cookie normalization, content publishing, and data extraction. By utilizing a stealth browser delegation model, the skill ensures that all interactions are human-like and secure, minimizing the risk of account restrictions.
This skill emphasizes local data sovereignty, ensuring that sensitive artifacts like session cookies, analytics exports, and media assets are stored strictly within the local file system. It provides a robust framework for content auditing, integrating multi-layer verification scripts that check for platform compliance, anti-AI detection, and topic accuracy before any post is finalized. It is an essential tool within the ecosystem of Openclaw Skills for marketers and developers looking to scale their social media presence.
Install the skill via the command line and initialize the necessary dependencies for the local CLI tools:
clawhub install xhs-skill
cd skills/xhs-skill
npm i
Ensure your local environment is ready for data storage by creating the required directory structure:
mkdir -p data
The skill organizes its operations around a structured local file system to ensure data integrity and security:
| File / Directory | Purpose | Format |
|---|---|---|
data/xhs_cookies.json |
Normalized session cookies for persistent authentication. | JSON |
data/publish_payload.json |
Content definitions including titles, body text, and media references. | JSON |
data/exports/ |
Destination for exported analytics, CSV reports, and screenshots. | Directory |
data/tag_registry.json |
A cached collection of verified platform tags and trending topics. | JSON |
data/run_log/ |
Timestamped execution logs detailing the success or failure of each workflow step. | JSON |
Loading
Automatically transforms your git commit history into structured, professional daily and weekly work reports grouped by project.

A powerful command-line tool to fetch and structure trending news from over 60 global and regional sources.

A powerful automation tool for publishing quality-gated editorial and news content with integrated CDN support and repository syncing.

A stealth-first web automation skill for Openclaw Skills that enables AI agents to navigate bot-protected websites with human-like behavior.

A specialized skill for Openclaw Skills that enables seamless querying, searching, and synchronization of YApi interface documentation.

A command-line interface for ZenTao that enables users to manage bug tracking and product lists directly from the terminal.








































