원클릭으로
publish-video-skill
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Publish video 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 image/text content to Xiaohongshu (Little Red Book) via HTTP API
Search Xiaohongshu content by keyword via HTTP API
| name | publish-video-skill |
| description | Publish video content to Xiaohongshu (Little Red Book) via HTTP API |
| allowed-tools | Bash, Read |
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: