--- id: autoclaw-cc/xiaohongshu-mcp-skills/xhs-profile version: "98ccd073" license: MIT install: manual updated: 2026-03-05 --- # 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. Publisher: autoclaw-cc · Stars: 239 · Updated: 2026-03-05 Install (manual): `git clone https://github.com/autoclaw-cc/xiaohongshu-mcp-skills` ## SKILL.md ## 执行流程 ### 1. 获取用户信息 调用 `user_profile`: - `user_id`(string,必填)— 用户 ID(来自笔记详情或搜索结果) - `xsec_token`(string,必填) ### 2. 展示结果 - 基本信息:昵称、头像、简介、性别、地区 - 数据:粉丝数、关注数、获赞与收藏数 - 最近发布的笔记列表(含 feed_id 和 xsec_token) 提示用户可以查看某条笔记详情或进行互动。 ## 失败处理 | 场景 | 处理 | |---|---| | 未登录 | 引导使用 xhs-login | | 用户不存在 | 告知用户该主页无法访问 | [View on SkillFed](https://skillfed.io/autoclaw-cc/xiaohongshu-mcp-skills/xhs-profile) · [View on GitHub](https://github.com/autoclaw-cc/xiaohongshu-mcp-skills)