ワンクリックで
get-feed-detail-skill
Get detailed information about a Xiaohongshu feed via HTTP API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get detailed information about a Xiaohongshu feed via HTTP API
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check Xiaohongshu login status and display QR code if needed
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
Publish video content to Xiaohongshu (Little Red Book) via HTTP API
Search Xiaohongshu content by keyword via HTTP API
| name | get-feed-detail-skill |
| description | Get detailed information about a Xiaohongshu feed via HTTP API |
| allowed-tools | Bash, Read |
Get detailed information about a Xiaohongshu feed using the xiaohongshu-mcp HTTP API.
This skill receives the following parameters:
node skills/get-feed-detail-skill/scripts/get-feed-detail.mjs
Pass parameters via environment variables:
export XIAOHONGSHU_FEED_ID="feed_id_here"
export XIAOHONGSHU_XSEC_TOKEN="token_here"
export XIAOHONGSHU_LOAD_ALL_COMMENTS="true"
export XIAOHONGSHU_COMMENT_LIMIT="50"
node skills/get-feed-detail-skill/scripts/get-feed-detail.mjs
After execution, return the feed details to the caller.