xhs-profile
xhs-profile fetches a Xiaohongshu user's profile page, including basic details, follower and engagement metrics, and their recent published posts. Use it to explore any creator's account information and content history.
xhs-profile retrieves a Xiaohongshu user's profile information, follower counts, and recent posts.
AI-generated summary based on this skill's SKILL.md
Install
autoclaw-cc/xiaohongshu-mcp-skills/xhs-profile
git clone https://github.com/autoclaw-cc/xiaohongshu-mcp-skills
cp -r xiaohongshu-mcp-skills/skills/xhs-profile ~/.claude/skills/xhs-profilenpx skillfed install autoclaw-cc/xiaohongshu-mcp-skills/xhs-profileFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does xhs-profile do?
xhs-profile fetches a Xiaohongshu user's profile page, including basic details, follower and engagement metrics, and their recent published posts. Use it to explore any creator's account information and content history.
Can xhs-profile show me a creator's follower count and social metrics?
Yes. xhs-profile retrieves creator follower counts and social metrics as a core feature, making it easy to check a Xiaohongshu creator's audience size and engagement performance at a glance.
How do I view a Xiaohongshu user's profile and basic information with xhs-profile?
xhs-profile accesses the user profile and basic information directly. Simply provide the user identifier, and xhs-profile will display their profile details, including avatar, bio, and account information.
Does xhs-profile let me browse a user's published notes and recent content?
Yes. xhs-profile allows you to browse a Xiaohongshu user's published notes and recent content, giving you a complete view of their posting history and creative output.
Can I access user engagement data and likes statistics through xhs-profile?
xhs-profile provides access to user engagement data and likes statistics, helping you understand how well a creator's content performs on the platform.
What license does xhs-profile use?
xhs-profile is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
执行流程
1. 获取用户信息
调用 user_profile:
- user_id(string,必填)— 用户 ID(来自笔记详情或搜索结果)
- xsec_token(string,必填)
2. 展示结果
- 基本信息:昵称、头像、简介、性别、地区
- 数据:粉丝数、关注数、获赞与收藏数
- 最近发布的笔记列表(含 feed_id 和 xsec_token)
提示用户可以查看某条笔记详情或进行互动。
失败处理
| 场景 | 处理 |
|---|---|
| 未登录 | 引导使用 xhs-login |
| 用户不存在 | 告知用户该主页无法访问 |
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/xhs-profile/SKILL.md