XHS Creator Center Skill for Openclaw

A professional automation skill for Xiaohongshu creators to securely manage logins, publish rich media content, and export performance data.

leeguooooo
v1.0.15
Mar 2, 2026
4
2.7k
18

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install xhs-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is XHS Creator Center Skill?

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.

XHS Creator Center Skill Use Cases

  • Automating the login process to the Xiaohongshu Creator Center using QR code rendering and session persistence.
  • Orchestrating the publication of image and video notes with strict metadata validation and anti-bot behavior.
  • Exporting creator analytics, follower growth data, and content performance metrics into structured CSV or XLSX formats.
  • Performing pre-flight audits on content payloads to ensure compliance with platform link restrictions and character limits.
  • Managing a local registry of trending topics and tags to ensure high-relevance content discovery.

How XHS Creator Center Skill Works

  1. The user initializes the skill which sets up a local data directory to manage persistent session state and content artifacts.
  2. Using a stealth browser agent, the skill navigates to the XHS login portal and captures a QR code for manual scanning by the user.
  3. Upon successful authentication, the skill exports and normalizes session cookies to a local JSON file, allowing for future headless interactions.
  4. Content creators prepare a structured JSON payload containing the title, body, media paths, and verified tags.
  5. Pre-publish scripts analyze the payload against configured policies to detect prohibited links, AI-generated patterns, or invalid topic structures.
  6. The stealth agent executes a serialized publishing workflow, including media upload, field population with random delays, and dual-channel UI verification.
  7. After submission, the skill performs a double-confirmation check to ensure the post is live and logs the result in a detailed execution report.

XHS Creator Center Skill Setup

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

XHS Creator Center Skill Data Schema & Taxonomy

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

XHS Creator Center Skill Advanced Features

  • Stealth Browser Delegation: Uses agent-browser-stealth to bypass common bot detection mechanisms and maintain high session stability.
  • Anti-AI & Content Auditing: Integrated scripts that evaluate content for 'human-like' quality and factual evidence before publishing.
  • Dual-Channel UI Positioning: Combines semantic role-based discovery with DOM structural fallbacks to ensure reliable field population.
  • Error Self-Healing: Automatically detects and corrects common UI errors, such as field misalignments or failed draft saves, during the publishing cycle.
  • Local Analytics Pipeline: Automated data harvesting from creator dashboards without requiring constant manual login, a core advantage of using Openclaw Skills for data management.

SKILL.md


Loading

Related Openclaw Skills

Featured*