publish-image-text-skill

Automate Xiaohongshu image and text publishing via HTTP API with login validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of publishing image and text content to Xiaohongshu by automating the submission workflow through the xiaohongshu-mcp HTTP API.

Core Features & Use Cases

  • Image/Text Publishing: Automatically sends titles, content, images, and topic tags to Xiaohongshu for publishing.
  • API Workflow Handling: Initializes MCP sessions, verifies login status, and executes the publish operation through HTTP requests.
  • Use Case: Content creators can prepare a Xiaohongshu post with images and captions and use this Skill to publish it without manually operating the platform.

Quick Start

Use the publish image text skill to publish my Xiaohongshu post with the provided title, content, images, and tags.

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 publishing image and text posts to Xiaohongshu?

Automating Xiaohongshu publishing requires submitting titles, content, images, and tags through the xiaohongshu-mcp HTTP API. This workflow initializes MCP sessions, verifies login status, and executes the post submission automatically.

What is needed to set up automated Xiaohongshu social media publishing?

Setting up Xiaohongshu publishing requires access to the xiaohongshu-mcp HTTP API and environment-based content parameters. You must provide titles, text content, images, and topic tags to initialize the MCP session and validate login status.

Does the Xiaohongshu publishing automation handle login validation?

Yes, Xiaohongshu publishing automation handles login validation. The API workflow initializes MCP sessions and verifies your login status through HTTP requests before executing the image and text post submission operation.

Can I use this to distribute content to Xiaohongshu without manual operation?

Yes, you can distribute content to Xiaohongshu without manual operation. The workflow automates the submission of prepared posts with images and captions, fitting creator workflows and automated content distribution scenarios.

What are the limitations of using an HTTP API workflow for Xiaohongshu publishing?

Limitations of HTTP API publishing for Xiaohongshu include dependencies on the xiaohongshu-mcp HTTP API being accessible and maintaining a valid login status. The workflow specifically handles image and text posts, requiring all content parameters to be set in the environment.