publish-video-skill

Publish video posts to Xiaohongshu via HTTP API with metadata and scheduling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual process of uploading video content to Xiaohongshu by automating video publishing through an HTTP API workflow.

Core Features & Use Cases

  • Video Publishing Automation: Publishes Xiaohongshu video posts with titles, descriptions, tags, and optional scheduled publishing times.
  • Login Validation: Checks the Xiaohongshu account login status before attempting to publish content.
  • Use Case: Content creators and marketers can automate the release of promotional videos or social media updates to Xiaohongshu without manually interacting with the platform.

Quick Start

Use the publish-video skill to upload a video post to Xiaohongshu with the provided title, content, video file, and tags.

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 Xiaohongshu video publishing via HTTP API?

Automate Xiaohongshu video publishing by using an HTTP API workflow to upload video posts with metadata like titles, content, tags, and optional scheduling times. This removes manual platform interaction for content creators and marketers.

Can I schedule Xiaohongshu video posts through an API?

You can schedule Xiaohongshu video posts through the HTTP API by configuring an optional schedule time parameter. This allows marketers to plan and automate the release of social media video content.

Do I need to validate my Xiaohongshu login status before publishing videos?

Validating your Xiaohongshu login status is required before publishing videos. The automation workflow checks account login access through the HTTP API connection before attempting to upload any video content.

What metadata is required to publish a video to Xiaohongshu automatically?

Required metadata to publish a video to Xiaohongshu automatically includes the title, content, video file path, and tags. An optional schedule time parameter can also be configured for planned content releases.

What is the best way to automate social media video uploads for Xiaohongshu?

The best way to automate social media video uploads for Xiaohongshu is configuring an HTTP API workflow to handle the publishing process. This requires access to the xiaohongshu-mcp HTTP API to manage video and metadata submission.