
Xhs Profile
- 6 installs
- 244 repo stars
- Updated March 5, 2026
- autoclaw-cc/xiaohongshu-mcp-skills
xhs-profile is a Claude skill that fetches a Xiaohongshu user's profile page and follower stats via the user_profile MCP tool.
About
This skill retrieves a Xiaohongshu user's profile page through an MCP server. It calls user_profile with a user_id and xsec_token and returns basic info (nickname, avatar, bio, gender, region) plus follower, following, and like/collect counts. It also lists the user's recent notes so a developer can inspect or interact with them next.
- Fetches a Xiaohongshu user profile (bio, follower/following/like counts) via the user_profile MCP tool
- Lists the user's recent notes with feed_id and xsec_token for follow-up detail or interaction
Xhs Profile by the numbers
- 6 all-time installs (skills.sh)
- Ranked #1,691 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xhs-profile capabilities & compatibility
- Capabilities
- xhs search · xhs login
- Use cases
- research · marketing
- Runs
- Runs locally
What xhs-profile says it does
查看小红书用户主页:基本信息、粉丝/关注/获赞数据、发布的笔记列表。
数据:粉丝数、关注数、获赞与收藏数
npx skills add https://github.com/autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-profileAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 244 |
| Last updated | March 5, 2026 |
| Repository | autoclaw-cc/xiaohongshu-mcp-skills ↗ |
What it does
Look up a Xiaohongshu creator's profile stats and recent notes to inform competitor or audience research.
When should I use this skill?
When a user wants to view a Xiaohongshu creator's profile, follower stats, or list of published notes.
By the numbers
- 1 MCP call (user_profile) with 2 required params
Files
执行流程
1. 获取用户信息
调用 user_profile:
user_id(string,必填)— 用户 ID(来自笔记详情或搜索结果)xsec_token(string,必填)
2. 展示结果
- 基本信息:昵称、头像、简介、性别、地区
- 数据:粉丝数、关注数、获赞与收藏数
- 最近发布的笔记列表(含 feed_id 和 xsec_token)
提示用户可以查看某条笔记详情或进行互动。
失败处理
| 场景 | 处理 |
|---|---|
| 未登录 | 引导使用 xhs-login |
| 用户不存在 | 告知用户该主页无法访问 |
Related skills
FAQ
What data does xhs-profile return?
Nickname, avatar, bio, gender, region, plus follower, following, and like/collect counts, and a list of the user's recent notes.
What input does it need?
A user_id (from a note detail or search result) and an xsec_token, both required.