publish-image-text-skill

Publish Xiaohongshu image/text posts via the xiaohongshu-mcp HTTP API.

21|8|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill publish-image-text-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-image-text-skill
Source: https://github.com/ibreez3/xiaohongshu-skill/tree/main/skills/publish-image-text-skill
Command: npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill publish-image-text-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of preparing and submitting image/text posts to Xiaohongshu by automating the publish workflow through the xiaohongshu-mcp HTTP API.

Core Features & Use Cases

  • Publish image/text content: Send a title, body content, one or more images, and optional tags to Xiaohongshu.
  • Optional scheduling: Schedule posts by providing a schedule_at value.
  • Login gating: Checks login status first and blocks publishing when the account is not logged in, reducing failed publish attempts.

Quick Start

Run the skill with your title, content, at least one image, and optional tags so it publishes the post via the xiaohongshu-mcp HTTP API after confirming login.

Frequently Asked Questions about publish-image-text-skill

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

FAQPage Schema
How do I automate Xiaohongshu image and text post publishing?

To automate Xiaohongshu image and text post publishing, you send validated titles, content, image lists, and optional tags to the xiaohongshu-mcp server via an HTTP JSON-RPC POST call. This removes manual submission effort by programmatically handling the publish workflow.

Can I schedule Xiaohongshu posts to publish at a later time?

Yes, you can schedule Xiaohongshu posts by providing a schedule_at parameter in your publish request. This enables scheduled social posts and fast republishing from consistent templates without manual intervention.

Does the Xiaohongshu publishing API check login status before posting?

Yes, the workflow performs a prior tools/call to check_login_status before publishing. This login gating blocks publishing attempts when the account is not logged in, reducing failed publish requests.

What data do I need to prepare for a Xiaohongshu multi-image content post?

You need to prepare a validated title, body content, and a list of one or more images. You can also include optional tags and scheduling parameters to fully configure the multi-image content publishing request.

Why does my automated Xiaohongshu post fail to publish via the MCP API?

Automated Xiaohongshu publishing fails if the check_login_status call returns a logged-out state. The API intentionally blocks the subsequent publish_content call to prevent failed submission attempts when the account session is invalid.