publish-video-skill

Publish video posts to Xiaohongshu 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-video-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-video-skill
Source: https://github.com/ibreez3/xiaohongshu-skill/tree/main/skills/publish-video-skill
Command: npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill publish-video-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node-fetch, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual, error-prone process of publishing Xiaohongshu video posts by automating the full “check login then upload video” workflow.

Core Features & Use Cases

  • Publish video content to Xiaohongshu using the xiaohongshu-mcp HTTP API.
  • Schedule posts with an optional scheduled publish time.
  • Manage topics/tags by sending an array of tags alongside the post.

Quick Start

Ask the assistant to publish your video by providing title, content, a local video path, optional tags, and an optional schedule time.

Frequently Asked Questions about publish-video-skill

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

FAQPage Schema
How do I automate scheduling Xiaohongshu video posts via HTTP API?

You can automate Xiaohongshu video publishing by providing a local video file, title, content, and optional tags to schedule posts via an MCP HTTP API endpoint. It handles the upload and scheduling workflow automatically.

Do I need a pre-authenticated session to publish Xiaohongshu videos through an MCP API?

Yes, publishing Xiaohongshu videos requires a pre-checked authenticated session. The workflow expects a valid login status verified via the xiaohongshu-mcp server endpoint before executing the video publish command.

Can I include custom tags when automating Xiaohongshu video uploads?

Yes, you can send an array of custom tags alongside the title and caption content when publishing Xiaohongshu videos. These tags are attached to the new feed post during the automated upload process.

What is the best way to publish Xiaohongshu video content from a local environment?

The best way to publish Xiaohongshu videos from a local environment is using an automated workflow that checks login status and then calls the publish_with_video function with your local file path and post details.

Why does my automated Xiaohongshu video publishing workflow fail before upload?

Automated Xiaohongshu video publishing fails if the xiaohongshu-mcp server endpoint is unavailable or the authenticated session is not pre-checked. Ensure correct environment parameters are set before calling the publish function.

Does the xiaohongshu-mcp API support scheduling video posts for later publication?

Yes, the xiaohongshu-mcp API supports scheduling video posts. You can pass an optional scheduled publish time parameter during the video upload workflow to queue the post for later publication.