Help us improve
Share bugs, ideas, or general feedback.
From xiaohongshu-skill
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.
npx claudepluginhub ibreez3/xiaohongshu-skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:publish-image-text-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 image/text content to Xiaohongshu using the xiaohongshu-mcp HTTP API.
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.
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.
Posts to WeChat Official Account via API or Chrome CDP. Supports articles (HTML/markdown/plain text) and image-text posts with multiple images. Converts external links to bottom citations.
Share bugs, ideas, or general feedback.
Publish image/text 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-image-text-skill/scripts/publish.mjs
The script will:
Pass parameters via environment variables:
export XIAOHONGSHU_TITLE="标题"
export XIAOHONGSHU_CONTENT="正文内容"
export XIAOHONGSHU_IMAGES='["path1.jpg","path2.jpg"]'
export XIAOHONGSHU_TAGS='["标签1","标签2"]'
node skills/publish-image-text-skill/scripts/publish.mjs
After execution, return the result to the caller: