Agent skill · AI & Agents

xiaohongshu-mcp

使用本机 browser-first xiaohongshu-mcp 只读搜索小红书、下载候选首图、补全用户选择的笔记详情,并把脱敏证据写入调用方 Memory。用于 xhs-replicate 的选题和视觉参考研究,取代小红书 MediaCrawler 路径。

tsingyuaigithub.com/tsingyuaiGitHub ↗
claude-codecodexships scriptsApache-2.0
Install
npx skills add tsingyuai/growth-lab --skill xiaohongshu-mcp --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 3 KB
Bundled scripts: yes
Path: collectors/xiaohongshu-mcp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 427
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Xiaohongshu browser-first collection Read [runtime.md](references/runtime.md) before startup and [cover-screening.md](references/cover-screening.md) before visual selection. ## First-run conversation Before collection, tell the user: - the recommended first-run batch is 25 notes; - the count is adjustable, but 25 is recommended; - collection is read-only and saves sanitized research evidence and requested images locally; - login does not authorize likes, saves, comments, follows, uploads, or publication. If required settings are missing, stop and invoke `onboard-growth-lab`. Give the user the exact configuration file and fields from [`CONFIGURATION.md`](../../CONFIGURATION.md); never ask them to paste a key, cookie, or signed URL into the conversation. ## Runtime ```powershell powershell -ExecutionPolicy Bypass -File collectors/xiaohongshu-mcp/scripts/start_xiaohongshu_service.ps1 python collectors/xiaohongshu-mcp/scripts/collect_xiaohongshu.py "<topic>" ` --limit 25 --cover-pool 25 ` --out "memory/xhs-replicate/<run>/xiaohongshu-search.json" ``` The service must be local HTTP only. If it is not logged in, explain the boundary, ask before opening the visible login window, run `lo

What's inside
Steps it walks through
  1. First-run conversation
  2. Runtime
  3. Visual selection
  4. Data boundary
  5. Handoff
Ships with 11 files
  • agents/openai.yaml
  • references/cover-screening.md
  • references/runtime.md
  • scripts/collect_selected_xiaohongshu_note.py
  • scripts/collect_xiaohongshu.py
  • scripts/login_xiaohongshu.ps1
  • scripts/start_xiaohongshu_service.ps1
  • scripts/test_collect_xiaohongshu.py
  • scripts/test_minimal_continuous_flow.py
  • scripts/test_validate_visual_reference_selection.py
  • scripts/validate_visual_reference_selection.py
More from growth-lab
All skills →
About this skill
What does the xiaohongshu-mcp skill do?

使用本机 browser-first xiaohongshu-mcp 只读搜索小红书、下载候选首图、补全用户选择的笔记详情,并把脱敏证据写入调用方 Memory。用于 xhs-replicate 的选题和视觉参考研究,取代小红书 MediaCrawler 路径。

How do I install it?

Run `npx skills add tsingyuai/growth-lab --skill xiaohongshu-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tsingyuai/growth-lab, a repository with 427 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going