小红书自动发稿 Skill

Automate Xiaohongshu publishing and engagement via MCP tool calls.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/imsatoshi/bot_article --skill skill-imsatoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 小红书自动发稿 Skill
Source: https://github.com/imsatoshi/bot_article/tree/main/skills/xiaohongshu
Command: npx skills add https://github.com/imsatoshi/bot_article --skill skill-imsatoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates Xiaohongshu (Little Red Book) publishing and engagement by calling the upstream MCP toolset, so you don’t need to manually perform each repetitive action through separate clients and steps.

Core Features & Use Cases

  • 发布图文:发布标题、正文、图片与话题标签,并支持定时发布。
  • 发布视频:发布标题、正文、视频文件、话题标签,并支持定时发布。
  • 内容获取与互动:搜索feeds、获取笔记详情、发表评论、点赞与收藏,适用于内容运营和日常管理。
  • 登录辅助:检查登录状态并获取登录二维码用于扫码登录。

Use case: 运营账号时先检查是否已登录;未登录就获取二维码完成扫码;随后按主题搜索内容并挑选目标笔记进行点赞/收藏,最后按素材发布图文或视频。

Quick Start

Ask the AI in OpenClaw to use this Skill to publish an image/text post with a title, content, and at least one absolute image path.

Frequently Asked Questions about 小红书自动发稿 Skill

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

FAQPage Schema
How do I automate Xiaohongshu publishing for image text and video posts?

Automate Xiaohongshu publishing by routing OpenClaw tool calls to the MCP toolchain, which handles titles, content, media paths, and scheduled posts. It supports repeatable workflows for both image-text and video publishing without manual client steps.

Can I search Xiaohongshu feeds and automatically like or comment on notes?

Yes, searching feeds, retrieving note details, and performing comment, like, and favorite interactions are supported. The workflow uses a JSON-RPC tool-calling mechanism with error handling and retry behavior to manage content operations and engagement.

Do I need an MCP endpoint to use Xiaohongshu automation features?

Yes, an operational MCP endpoint is required. The automation relies on valid tool names and parameters, including login states and media paths, routed through the Skill's JSON-RPC tool-calling workflow to function correctly.

What is the best way to manage Xiaohongshu login for automated content operations?

The best way to manage login is checking the login status first; if not logged in, obtain a login QR code for scanning. This prepares the session for subsequent automated searching, liking, and publishing tasks.

How do I publish a Xiaohongshu post with a specific image file path?

To publish an image-text post, provide the title, content, and at least one absolute image path to the AI in OpenClaw. The Skill routes these parameters to the Xiaohongshu MCP server to execute the publishing task.

What are the limitations of automating Xiaohongshu engagement via MCP?

Limitations include dependency on a valid MCP endpoint and correct tool parameters; invalid login states or missing absolute media paths will cause failures. The workflow includes error handling and retry behavior to manage these constraints during publishing and interactions.