with one click
post-comment-skill
Post a comment to a Xiaohongshu feed via HTTP API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Post a comment to a Xiaohongshu feed via HTTP API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
Publish image/text content to Xiaohongshu (Little Red Book) via HTTP API
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
Search Xiaohongshu content by keyword via HTTP API
| name | post-comment-skill |
| description | Post a comment to a Xiaohongshu feed via HTTP API |
| allowed-tools | Bash, Read |
Post a comment to a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
This skill receives the following parameters:
node skills/post-comment-skill/scripts/post-comment.mjs
Pass parameters via environment variables:
export XIAOHONGSHU_FEED_ID="feed_id_here"
export XIAOHONGSHU_XSEC_TOKEN="token_here"
export XIAOHONGSHU_COMMENT_CONTENT="评论内容"
node skills/post-comment-skill/scripts/post-comment.mjs
After execution, return the result to the caller.