Skip to content
Automation
Skill

/xhs-search

搜索小红书笔记,支持关键词搜索和多维度筛选(排序、内容类型、时间范围、位置等)。 当用户想在小红书上搜索、查找内容时使用——包括搜笔记、找攻略、看看小红书上有没有某某内容、搜一下、查一查等场景。

From plugin
xiaohongshu-mcp-skills
2458 skills
Install
$ npx -y skills add autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-search --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/xhs-search

Context preview

The summary Claude sees to decide when to auto-load this skill.

搜索小红书笔记,支持关键词搜索和多维度筛选(排序、内容类型、时间范围、位置等)。 当用户想在小红书上搜索、查找内容时使用——包括搜笔记、找攻略、看看小红书上有没有某某内容、搜一下、查一查等场景。

SKILL.md

xhs-search.SKILL.md
name: xhs-search
argument-hint: "[搜索关键词]"
description: |
  搜索小红书笔记,支持关键词搜索和多维度筛选(排序、内容类型、时间范围、位置等)。
  当用户想在小红书上搜索、查找内容时使用——包括搜笔记、找攻略、看看小红书上有没有某某内容、搜一下、查一查等场景。

执行流程

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 登录 | | 无搜索结果 | 建议调整关键词或筛选条件 |

Ships withxiaohongshu-mcp-skills

基于 xiaohongshu-mcp 的 Agent Skills 集合,为小红书提供完整的自动化操作能力。兼容 Agent Skills 开放标准,支持 OpenClaw、Claude Code 等平台。

Get the whole plugin
Stats
247
Stars
45
Forks
Maintained
Maintenance
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: autoclaw-cc/xiaohongshu-mcp-skills

Other skills on xiaohongshu-mcp-skills.