XiaohongshuSkills

XiaohongshuSkills

A Skill that enables automated posting, commenting, and retrieval on Xiaohongshu.

Agent SkillOfficeOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 3.1k
Source
skill-github

Overview

XiaohongshuSkills is a command-line tool supporting automated posting on Xiaohongshu, implemented via Chrome DevTools Protocol (CDP). It supports image and video posting, multi-account management, headless operation, and more. This capability allows AI to automate content publishing and interactions on Xiaohongshu, improving efficiency. Ideal for content creators or operators who need to perform bulk operations on Xiaohongshu. Integration involves installing Python dependencies and running the script.

Capabilities

  • Automated posting of images and videos
  • Multi-account management
  • Headless mode operation
  • Automatic insertion of hashtags
  • Fetching homepage recommendation feed
  • Reading post details

Use cases

Bulk posting of Xiaohongshu contentAutomated management of multiple Xiaohongshu accountsFetching and analyzing Xiaohongshu dataAutomated interactions (likes, bookmarks)

Setup

Requires: Python 3.10+Google Chrome 浏览器Windows 操作系统
pip install -r requirements.txt

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Is support available for other operating systems?

Currently only Windows is supported.

How do I add a new account?

Use the command: `python scripts/cdp_publish.py add-account myaccount --alias "我的账号"`.

How do I get the login QR code?

Use the command: `python scripts/cdp_publish.py get-login-qrcode`.

Related skills