skills/ibreez3/xiaohongshu-skill/search-feeds-skill

search-feeds-skill

SKILL.md

Search Feeds Skill

Search for content on Xiaohongshu using the xiaohongshu-mcp HTTP API.

Parameters

This skill receives the following parameters:

  • keyword: Search keyword (required)
  • filters: Optional filters object
    • sort_by: 综合|最新|最多点赞|最多评论|最多收藏
    • note_type: 不限|视频|图文
    • publish_time: 不限|一天内|一周内|半年内
    • search_scope: 不限|已看过|未看过|已关注
    • location: 不限|同城|附近

Execution

Run the search script

node skills/search-feeds-skill/scripts/search-feeds.mjs

Environment Variables

Pass parameters via environment variables:

export XIAOHONGSHU_KEYWORD="美食"
export XIAOHONGSHU_SORT_BY="最多点赞"
export XIAOHONGSHU_NOTE_TYPE="图文"
node skills/search-feeds-skill/scripts/search-feeds.mjs

Return the result

After execution, return the search results to the caller.

Weekly Installs
3
GitHub Stars
16
First Seen
9 days ago
Installed on
openclaw3
github-copilot3
codex3
kimi-cli3
gemini-cli3
cursor3