
Xhs Search
- 7 installs
- 244 repo stars
- Updated March 5, 2026
- autoclaw-cc/xiaohongshu-mcp-skills
xhs-search is a Claude skill that searches Xiaohongshu notes by keyword with multi-dimensional filters via the search_feeds MCP tool.
About
This skill searches Xiaohongshu notes by keyword through an MCP server. It calls search_feeds with a required keyword plus optional filters for sort order, note type, publish time, search scope, and location. Results are returned as a list with titles, authors, engagement counts, and the feed_id and xsec_token needed for follow-up detail or interaction.
- Searches Xiaohongshu notes by keyword via the search_feeds MCP tool
- Supports filters for sort order, note type (video/image), publish time, scope, and location
Xhs Search by the numbers
- 7 all-time installs (skills.sh)
- Ranked #1,587 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xhs-search capabilities & compatibility
- Capabilities
- xhs profile · xhs login
- Use cases
- research · web search · marketing
- Runs
- Runs locally
What xhs-search says it does
搜索小红书笔记,支持关键词搜索和多维度筛选(排序、内容类型、时间范围、位置等)。
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7 |
|---|---|
| repo stars | ★ 244 |
| Last updated | March 5, 2026 |
| Repository | autoclaw-cc/xiaohongshu-mcp-skills ↗ |
What it does
Search Xiaohongshu for notes on a keyword with filters to research content or find posts to engage with.
When should I use this skill?
When a user wants to search or find content on Xiaohongshu, such as guides, notes, or whether a topic exists there.
By the numbers
- 5 filter dimensions: sort, note type, publish time, scope, location
Files
执行流程
1. 确认搜索条件
从用户输入中提取:
keyword(必填)— 搜索关键词filters(可选)— 筛选条件
2. 调用搜索
调用 search_feeds:
keyword(string,必填)filters(object,可选):sort_by:综合 | 最新 | 最多点赞 | 最多评论 | 最多收藏note_type:不限 | 视频 | 图文publish_time:不限 | 一天内 | 一周内 | 半年内search_scope:不限 | 已看过 | 未看过 | 已关注location:不限 | 同城 | 附近
3. 展示结果
将搜索结果整理为列表展示,每条包含:
- 标题、作者
- 点赞数、评论数、收藏数
feed_id和xsec_token(后续操作需要)
提示用户可以:
- 查看某条笔记详情(使用 xhs-explore)
- 对笔记进行互动(使用 xhs-interact)
失败处理
| 场景 | 处理 |
|---|---|
| 未登录 | 引导使用 xhs-login 登录 |
| 无搜索结果 | 建议调整关键词或筛选条件 |
Related skills
FAQ
What filters does xhs-search support?
Sort by (composite, newest, most likes/comments/collects), note type (video or image-text), publish time, search scope, and location.
What do results include?
Each result has a title, author, like/comment/collect counts, and the feed_id plus xsec_token required for later actions.