redbook-skills

Automate Xiaohongshu publishing and retrieval across multiple accounts with Puppeteer.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill redbook-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redbook-skills
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/redbook-skills
Command: npx skills add https://github.com/qianleigood/crawclaw --skill redbook-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, websockets, puppeteer-core, yargs, zod, and includes scripts (resource) and references (resource) components.

What problem does it solve?

将 Xiaohongshu(小红书)内容的跨账号发布与检索工作自动化,显著降低跨账号运营的手工劳动和出错风险。

Core Features & Use Cases

  • 跨账号发布与内容检索:支持在多个 Xiaohongshu 账号之间独立管理、发布与数据读取。
  • 登录与安全机制:提供登录检查、二维码登录辅助、多端口/多账号绑定,提升登录成功率与稳定性。
  • 账号与端口隔离:通过独立 Chrome Profile 实现 Cookie 隔离,支持多端口并存。
  • 自动化工作流:整合 Node + Puppeteer 执行层,以及可选的 Python 控制面,覆盖高层工作流与历史兼容路径。
  • 典型场景:批量发布笔记、获取笔记详情、检索笔记、读取内容数据、以及多账号协同运营。

Quick Start

Publish Xiaohongshu posts across accounts using configured accounts.

Frequently Asked Questions about redbook-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Xiaohongshu publishing across multiple accounts?

You can automate Xiaohongshu publishing across multiple accounts using this Skill's Node and Puppeteer-based execution layer. It handles login checks, QR login assistance, note search, detail retrieval, and commenting while isolating accounts via independent Chrome Profiles.

How does multi-account browser automation isolate cookies for Xiaohongshu?

Multi-account browser automation isolates cookies by assigning each Xiaohongshu account an independent Chrome Profile. This supports multi-port isolation, allowing multiple accounts to operate concurrently without session conflicts or cross-account data contamination.

Do I need Python to manage Xiaohongshu automation workflows?

You do not need Python for core Xiaohongshu automation tasks, but an optional Python control plane is available. It integrates with the Node and Puppeteer execution layer to handle complex filters and legacy compatibility paths for advanced multi-account workflows.

What are the limitations of using Puppeteer for Xiaohongshu browser automation?

Limitations of using Puppeteer for Xiaohongshu browser automation include the strict requirement for a local Node runtime environment. Additionally, complex filtering scenarios may require configuring the optional Python control plane to function correctly.