一键导入
publish-image-text-skill
Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check Xiaohongshu login status and display QR code if needed
Get detailed information about a Xiaohongshu feed via HTTP API
List feeds from Xiaohongshu homepage via HTTP API
Post a comment to a Xiaohongshu feed via HTTP API
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
Search Xiaohongshu content by keyword via HTTP API
| name | publish-image-text-skill |
| description | Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API |
| allowed-tools | Bash, Read |
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: