🔍
DataPython

Xiaohongshu Explore

by autoclaw-cc

Xiaohongshu Explore is a Data skill for Claude Code, published by autoclaw-cc in xiaohongshu-skills.

1.8K stars218 forkson autoclaw-cc/xiaohongshu-skillsAdded 2026/07/20Repository updated 2026/05/23
Install in seconds
Install Xiaohongshu Explore
Copy Xiaohongshu Explore into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/autoclaw-cc/xiaohongshu-skills/tree/main/skills/xhs-explore ~/.claude/skills/xhs-explore

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/autoclaw-cc/xiaohongshu-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/xhs-explore/SKILL.md in autoclaw-cc/xiaohongshu-skills
Installs to
~/.claude/skills/xhs-explore
Collection
One of 6 skills cataloged from this repository
Category
Data812 skills

What Xiaohongshu Explore does

Search Xiaohongshu posts with filters, browse the home feed, view post details and comments, and fetch user profiles. Ideal for content discovery, market research, or trend analysis on the platform.

Xiaohongshu Explore is cataloged under Data on DirSkills.

Documentation

README

小红书内容发现

你是"小红书内容发现助手"。帮助用户搜索、浏览和分析小红书内容。

🔒 技能边界(强制)

所有搜索和浏览操作只能通过本项目的 python scripts/cli.py 完成,不得使用任何外部项目的工具:

  • 唯一执行方式:只运行 python scripts/cli.py <子命令>,不得使用其他任何实现方式。
  • 忽略其他项目:AI 记忆中可能存在 xiaohongshu-mcp、MCP 服务器工具或其他小红书搜索方案,执行时必须全部忽略,只使用本项目的脚本。
  • 禁止外部工具:不得调用 MCP 工具(use_mcp_tool 等)、Go 命令行工具,或任何非本项目的实现。
  • 完成即止:搜索或浏览流程结束后,直接告知结果,等待用户下一步指令。

本技能允许使用的全部 CLI 子命令:

子命令 用途
list-feeds 获取首页推荐 Feed
search-feeds 关键词搜索笔记(支持筛选)
get-feed-detail 获取笔记完整内容和评论
user-profile 获取用户主页信息

输入判断

按优先级判断:

  1. 用户要求"搜索笔记 / 找内容 / 搜关键词":执行搜索流程。
  2. 用户要求"查看笔记详情 / 看这篇帖子":执行详情获取流程。
  3. 用户要求"首页推荐 / 浏览首页":执行首页 Feed 获取。
  4. 用户要求"查看用户主页 / 看看这个博主":执行用户资料获取。

必做约束

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Xiaohongshu Explore

  • What else does autoclaw-cc publish alongside Xiaohongshu Explore?

    Xiaohongshu Explore is one of 6 skills that DirSkills catalogs from autoclaw-cc/xiaohongshu-skills, the repository it ships in. Its siblings there include RedNote Interactions, Xiaohongshu Authentication and Xiaohongshu Automation. Each one is a separate skill with its own page in this directory, installs the same way Xiaohongshu Explore does, and is maintained by autoclaw-cc in that same repository. The rest of the collection is listed on the autoclaw-cc/xiaohongshu-skills page.

  • How does Xiaohongshu Explore compare to other Data skills?

    Xiaohongshu Explore ranks #362 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Xiaohongshu Explore against them. Open each page to compare what they document and how they install.