Help us improve
Share bugs, ideas, or general feedback.
From xiaohongshu-skill
Publishes video content to Xiaohongshu (Little Red Book) via HTTP API using Node.js script. Parameters include title, content, local video path, optional tags, and schedule time.
npx claudepluginhub ibreez3/xiaohongshu-skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:publish-video-skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Publish video content to Xiaohongshu using the xiaohongshu-mcp HTTP API.
Publishes image and text content to Xiaohongshu (Little Red Book) via xiaohongshu-mcp HTTP API using Node.js script. Supports title, body, images, tags, and scheduled posting for automated social media content.
Uploads and publishes videos to Kuaishou (快手) platform with optional tags and cover image.
Guides automated publishing to WeChat Public Account, Xiaohongshu, and Feishu via wenyan-mcp APIs, Playwright browser automation, lark-mcp, with credential setup, workflows, and troubleshooting.
Share bugs, ideas, or general feedback.
Publish video content to Xiaohongshu using the xiaohongshu-mcp HTTP API.
This skill receives the following parameters:
Execute the Node.js script to publish content:
node skills/publish-video-skill/scripts/publish-video.mjs
The script will:
Pass parameters via environment variables:
export XIAOHONGSHU_TITLE="标题"
export XIAOHONGSHU_CONTENT="正文内容"
export XIAOHONGSHU_VIDEO="/path/to/video.mp4"
export XIAOHONGSHU_TAGS='["标签1","标签2"]'
node skills/publish-video-skill/scripts/publish-video.mjs
After execution, return the result to the caller: