ワンクリックで
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: