Help us improve
Share bugs, ideas, or general feedback.
From xiaohongshu-skill
Posts comments to Xiaohongshu feeds via xiaohongshu-mcp HTTP API using Node.js script. Requires feed_id, xsec_token, and content via environment variables. Useful for social media automation.
npx claudepluginhub ibreez3/xiaohongshu-skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/xiaohongshu-skill:post-comment-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
Post a comment to a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
Fetches detailed Xiaohongshu feed information via xiaohongshu-mcp HTTP API. Supports loading all comments with customizable limit. Run via Node.js script with Bash.
Creates Xhs notes. Invoke manually with /Xhs Note Creator; auto-activation disabled by invalid frontmatter description '../../SKILL.md'.
Posts to WeChat Official Account via API or Chrome CDP. Supports articles (HTML/markdown/plain text) and image-text posts with multiple images. Converts external links to bottom citations.
Share bugs, ideas, or general feedback.
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.