Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @dingkwang Updated 6/28/2026 629 downloads 0 stars Security: Pass

Xiaohongshu Automation OpenClaw Plugin & Skill | ClawHub

Looking to integrate Xiaohongshu Automation into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @dingkwang/xiaohongshu-automation
Node.js (npx)
npx clawhub@latest install xiaohongshu-automation

Full SKILL.md

Open original
Metadata table.
namedescription
xiaohongshu-automationA complete automation suite for Xiaohongshu (Little Red Book). Includes long-text publishing, comment management (reply/check), and stealth login helpers.

SKILL.md content below is scrollable.

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)
ClawHub Registry URL: https://clawhub.ai/dingkwang/skills/xiaohongshu-automation

Related skills

If this matches your use case, these are close alternatives in the same category.