@autoclaw-cc/xhs-search

xiaohongshu-mcp skills

View in AI SkillSafe app
Scanned · no findings
180 downloads
0 stars
0 demos
SKILL.md
namexhs-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_idxsec_token(后续操作需要)

提示用户可以:

  • 查看某条笔记详情(使用 xhs-explore)
  • 对笔记进行互动(使用 xhs-interact)

失败处理

场景 处理
未登录 引导使用 xhs-login 登录
无搜索结果 建议调整关键词或筛选条件

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@autoclaw-cc/xhs-search/verified)](https://skillsafe.ai/skill/@autoclaw-cc/xhs-search/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@autoclaw-cc/xhs-search/installs)](https://skillsafe.ai/skill/@autoclaw-cc/xhs-search/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@autoclaw-cc/xhs-search/scan)](https://skillsafe.ai/skill/@autoclaw-cc/xhs-search/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@autoclaw-cc/xhs-search/eval)](https://skillsafe.ai/skill/@autoclaw-cc/xhs-search/)