Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
zhjiang22 avatar

Xiaohongshu

  • 11.2k installs
  • 117 repo stars
  • Updated March 8, 2026
  • zhjiang22/openclaw-xhs

Programmatic access to Xiaohongshu search, feed details, comments, user profiles, publishing, and topic analysis via MCP shell scripts.

About

Shell script wrapper around xiaohongshu-mcp for programmatic interaction with Xiaohongshu (RedNote) via MCP protocol. Enables searching notes by keyword with filters, fetching feed details with comments, posting and replying to comments, tracking trending topics with analysis reports, and publishing image or video notes. Requires MCP service running on port 18060 with valid login credentials. Core workflow fetches feed_id and xsec_token from search/recommend/profile results, then uses these paired tokens to retrieve full post details, comments, and user profiles. Supports hot-topic tracking with automatic statistics and markdown report generation, and long-image export for posts.

  • Search notes with filters: sort (newest, likes, comments), type (video, image), timeframe (day, week, 6mo), location
  • Fetch complete post details including full text, image list, all comments, engagement metrics (likes, saves), and nested
  • Post comments and replies to comments using feed_id + xsec_token pairs extracted from search results
  • Track trending topics with automatic report generation: overview stats, top posts, comment keywords, trend analysis
  • Publish image or video notes with title, text, tags, optional scheduling up to 14 days ahead

Xiaohongshu by the numbers

  • 11,212 all-time installs (skills.sh)
  • +81 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #57 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

xiaohongshu capabilities & compatibility

Free (requires Xiaohongshu account and local resources)

Capabilities
search posts with multi field filters (sort, typ · fetch complete post details with all comments an · post and reply to comments · like and favorite posts · publish image or video notes with optional sched · track hot topics and generate markdown analysis · export posts as formatted long form jpg images · user profile and note list retrieval
Use cases
web scraping · research · seo
Platforms
macOS · Linux · WSL
Runs
Runs locally
Pricing
Free
From the docs

What xiaohongshu says it does

自动搜索 → 拉取详情 → 生成 Markdown 报告
SKILL.md - 热点跟踪
发布限制:标题≤20字符,正文≤1000字符,日发布≤50条
SKILL.md - 注意事项
npx skills add https://github.com/zhjiang22/openclaw-xhs --skill xiaohongshu

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11.2k
repo stars117
Security audit1 / 3 scanners passed
Last updatedMarch 8, 2026
Repositoryzhjiang22/openclaw-xhs

What it does

Search, analyze, and publish content on Xiaohongshu (RedNote) including topic tracking, comment management, and long-form image export.

Who is it for?

Content teams automating Xiaohongshu publishing, marketers tracking brand mentions and trends, researchers analyzing Chinese social discourse, agents orchestrating multi-step Xiaohongshu workflows.

Skip if: User interfaces, mobile apps, real-time streaming, web frontends, analytics dashboards (tool outputs raw JSON).

When should I use this skill?

Developer needs to search Xiaohongshu, fetch post details with comments, publish content, reply to comments, track hot topics, or export posts as images.

What you get

Automate Xiaohongshu content operations: search, publish, comment, track trending topics, and export posts as formatted images.

  • Shell scripts for search, recommend, post-detail, comment, user-profile, like, favorite, publish, track-topic, export-lo
  • JSON reports (search results, post details, topic analysis)
  • JPG long-form image exports

By the numbers

  • Cookies valid for ~30 days before requiring re-login
  • Headless browser download ~150MB on first start
  • Supports comment limit up to 20+ per post with load_all_comments=true

Files

SKILL.mdMarkdownGitHub ↗

小红书 MCP Skill

基于 xiaohongshu-mcp 封装的 shell 脚本工具集。

前置条件

cd scripts/
./install-check.sh    # 检查依赖(xiaohongshu-mcp、jq、python3)
./start-mcp.sh        # 启动 MCP 服务(默认端口 18060)
./status.sh           # 确认已登录

未登录时需扫码:mcp-call.sh get_login_qrcode 获取二维码,用小红书 App 扫码。

服务端口可通过 MCP_URL 环境变量覆盖(默认 http://localhost:18060/mcp)。

核心数据流

重要: 大多数操作需要 feed_id + xsec_token 配对。这两个值从搜索/推荐/用户主页结果中获取,不可自行构造

search_feeds / list_feeds / user_profile
        │
        ▼
  返回 feeds 数组,每个 feed 包含:
  ├── id          → 用作 feed_id
  ├── xsecToken   → 用作 xsec_token
  └── noteCard    → 标题、作者、封面、互动数据
        │
        ▼
  get_feed_detail(feed_id, xsec_token)
        │
        ▼
  返回完整笔记: 正文、图片列表、评论列表
  评论中包含 comment_id、user_id(用于回复评论)

脚本参考

脚本用途参数
search.sh <关键词>搜索笔记关键词
recommend.sh首页推荐
post-detail.sh <feed_id> <xsec_token>帖子详情+评论从搜索结果获取
comment.sh <feed_id> <xsec_token> <内容>发表评论从搜索结果获取
user-profile.sh <user_id> <xsec_token>用户主页+笔记从搜索结果获取
track-topic.sh <话题> [选项]热点分析报告--limit N --output file --feishu
export-long-image.sh帖子导出长图--posts-file json -o output.jpg
mcp-call.sh <tool> [json_args]通用 MCP 调用见下方工具表
start-mcp.sh启动服务--headless=false --port=N
stop-mcp.sh停止服务
status.sh检查登录
install-check.sh检查依赖

MCP 工具详细参数

search_feeds — 搜索笔记

{"keyword": "咖啡", "filters": {"sort_by": "最新", "note_type": "图文", "publish_time": "一周内"}}

filters 可选字段:

  • sort_by: 综合 | 最新 | 最多点赞 | 最多评论 | 最多收藏
  • note_type: 不限 | 视频 | 图文
  • publish_time: 不限 | 一天内 | 一周内 | 半年内
  • search_scope: 不限 | 已看过 | 未看过 | 已关注
  • location: 不限 | 同城 | 附近

get_feed_detail — 帖子详情

{"feed_id": "...", "xsec_token": "...", "load_all_comments": true, "limit": 20}
  • load_all_comments: false(默认) 返回前10条,true 滚动加载更多
  • limit: 加载评论上限(仅 load_all_comments=true 时生效),默认 20
  • click_more_replies: 是否展开二级回复,默认 false
  • reply_limit: 跳过回复数超过此值的评论,默认 10
  • scroll_speed: slow | normal | fast

post_comment_to_feed — 发表评论

{"feed_id": "...", "xsec_token": "...", "content": "写得真好!"}

reply_comment_in_feed — 回复评论

{"feed_id": "...", "xsec_token": "...", "content": "谢谢!", "comment_id": "...", "user_id": "..."}

comment_iduser_id 从 get_feed_detail 返回的评论列表中获取。

user_profile — 用户主页

{"user_id": "...", "xsec_token": "..."}

user_id 从 feed 的 noteCard.user.userId 获取,xsec_token 使用该 feed 的 xsecToken

like_feed — 点赞/取消

{"feed_id": "...", "xsec_token": "..."}
{"feed_id": "...", "xsec_token": "...", "unlike": true}

favorite_feed — 收藏/取消

{"feed_id": "...", "xsec_token": "..."}
{"feed_id": "...", "xsec_token": "...", "unfavorite": true}

publish_content — 发布图文

{"title": "标题(≤20字)", "content": "正文(≤1000字)", "images": ["/path/to/img.jpg"], "tags": ["美食","旅行"]}
  • images: 至少1张,支持本地路径或 HTTP URL
  • tags: 可选,话题标签
  • schedule_at: 可选,定时发布(ISO8601,1小时~14天内)

publish_with_video — 发布视频

{"title": "标题", "content": "正文", "video": "/path/to/video.mp4"}

其他工具

工具参数说明
check_login_status检查登录状态
list_feeds获取首页推荐
get_login_qrcode获取登录二维码(Base64 PNG)
delete_cookies删除 cookies,重置登录

热点跟踪

自动搜索 → 拉取详情 → 生成 Markdown 报告。

./track-topic.sh "DeepSeek" --limit 5
./track-topic.sh "春节旅游" --limit 10 --output report.md
./track-topic.sh "iPhone 16" --limit 5 --feishu    # 导出飞书

报告包含:概览统计、热帖详情(正文+热评)、评论关键词、趋势分析。

长图导出

将帖子导出为白底黑字的 JPG 长图。

./export-long-image.sh --posts-file posts.json -o output.jpg

posts.json 格式:

[{
  "title": "标题", "author": "作者", "stats": "1.3万赞",
  "desc": "正文摘要", "images": ["https://..."],
  "per_image_text": {"1": "第2张图的说明"}
}]

依赖:Python 3.10+、Pillow。

注意事项

  • Cookies 有效期约 30 天,过期需重新扫码
  • 首次启动会下载 headless 浏览器(~150MB)
  • 同一账号避免多客户端同时操作
  • 发布限制:标题≤20字符,正文≤1000字符,日发布≤50条
  • Linux 服务器无桌面环境需安装 xvfb(apt-get install xvfb,脚本自动管理)

Related skills

FAQ

How do I get feed_id and xsec_token?

Run search_feeds, list_feeds, or user_profile to fetch posts. Each post in the returned array contains 'id' (feed_id) and 'xsecToken' (xsec_token). These paired values must be used together for operations like get_feed_detail, post_comment, likes, etc.

Do I need to set up authentication?

Yes. Run './start-mcp.sh' to launch the service, then './status.sh' to check login. If not logged in, call 'mcp-call.sh get_login_qrcode' to get a QR code, scan with Xiaohongshu app. Cookies expire in ~30 days.

What are the publishing limits?

Title ≤20 characters, content ≤1000 characters, up to 50 posts per day. Images must include at least 1. Optional scheduled publishing 1 hour to 14 days ahead (ISO8601 format).

Is Xiaohongshu safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Marketing & SEOcontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.