publish-image-text-skill

Publish image-and-text posts to Xiaohongshu via HTTP JSON-RPC API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of manually posting image-and-text content to Xiaohongshu by automating the publish workflow through a HTTP API call.

Core Features & Use Cases

  • Xiaohongshu Image/Text Publishing: Creates and publishes a post using a title, body content, and one or more images.
  • Tagging & Scheduling Support: Adds optional topic tags and can publish immediately or at a specified scheduled time.
  • API-Based Automation with Login Guard: Checks login status before publishing and returns the published result or error details.

Example use case: You want to publish a promotional update with two images and 3 tags at a specific time, without repeatedly clicking through the Xiaohongshu web/app UI.

Quick Start

Ask the assistant to publish an Xiaohongshu post with a title, content, at least one image, optional tags, and an optional schedule time using the publish-image-text-skill.

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 post publishing via an API?

Automate Xiaohongshu image post publishing by sending title, body text, images, and optional tags through an HTTP JSON-RPC API workflow. The process checks Xiaohongshu login status via a pre-check call before executing the publish_content tool call.

Can I schedule Xiaohongshu content publishing using a JSON-RPC API?

You can schedule Xiaohongshu content publishing by passing the optional schedule_at parameter in your JSON-RPC API call. This enables automated content scheduling and batch social posting without manual UI intervention.

What are the requirements for Xiaohongshu automated text and image posting?

Xiaohongshu automated text and image posting requires at least one image, a title, and body content. The workflow enforces a Xiaohongshu login status pre-check call before attempting to publish the image-and-text post.

Why does my HTTP API call to publish Xiaohongshu content fail?

Your HTTP API call to publish Xiaohongshu content fails if the pre-check login status validation is not satisfied. The workflow requires an active Xiaohongshu login session before accepting the publish_content tool call.

Does this tool support Xiaohongshu batch social posting with topic tags?

Yes, it supports Xiaohongshu batch social posting with topic tags. The HTTP JSON-RPC API workflow accepts optional topic tags alongside titles, body text, and images for tool-driven marketing publishing.

What is the best way to handle content scheduling for Xiaohongshu image posts?

The best way to handle content scheduling for Xiaohongshu image posts is using an HTTP API workflow with a schedule_at parameter. This automates the publish process, bypassing the web UI for automated marketing publishing.