ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

xiaohongshu-automation

A complete automation suite for Xiaohongshu (Little Red Book). Includes long-text publishing, comment management (reply/check), and stealth login helpers.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dingkwang/xiaohongshu-automation
Or

Xiaohongshu Automation Suite

This skill bundle provides a set of tools to automate your Xiaohongshu content creation and community management.

Included Tools

1. 📝 Publishing (xiaohongshu-publish)

  • publish_long_text: Automatically publish long-form articles with titles and content.
  • Supports "Pro" platform (pro.xiaohongshu.com).

2. 💬 Community Management (xiaohongshu-reply)

  • check_comments: Fetch and reply to latest comments.
  • reply_fixed: Alternative reply logic.
  • generate_replies: Generate template replies.

3. 🔐 Authentication

  • login_helper: Stealth login script using Playwright (independent, no plugin required).
  • Cookie management and persistence.

Usage

Login (First Time)

Run the login helper to capture cookies:

python3 skills/xiaohongshu-skill/login_helper.py

Publish an Article

python3 skills/xiaohongshu-skill/xiaohongshu-publish/publish_long_text.py --title "My Title" --content "My Content"

Requirements

  • Python 3.8+
  • Playwright (pip install playwright && playwright install chromium)

Metadata

Author@dingkwang
Stars2190
Views0
Updated2026-03-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dingkwang-xiaohongshu-automation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.