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.
How 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.
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:
npx claudepluginhub ibreez3/xiaohongshu-skillPublishes 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 content to WeChat Official Account via API or Chrome CDP. Supports articles (HTML/markdown/text) and image-text posts. Converts markdown links to citations for WeChat-friendly output.