Skip to content
Automation
Skill

/xhs-profile

查看小红书用户主页:基本信息、粉丝/关注/获赞数据、发布的笔记列表。 当用户想查看某个博主、作者、用户的主页信息和作品时使用。

From plugin
xiaohongshu-mcp-skills
2458 skills
Install
$ npx -y skills add autoclaw-cc/xiaohongshu-mcp-skills --skill xhs-profile --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/xhs-profile

Context preview

The summary Claude sees to decide when to auto-load this skill.

查看小红书用户主页:基本信息、粉丝/关注/获赞数据、发布的笔记列表。 当用户想查看某个博主、作者、用户的主页信息和作品时使用。

SKILL.md

xhs-profile.SKILL.md
name: xhs-profile
description: |
  查看小红书用户主页:基本信息、粉丝/关注/获赞数据、发布的笔记列表。
  当用户想查看某个博主、作者、用户的主页信息和作品时使用。

执行流程

1. 获取用户信息

调用 `user_profile`:

  • `user_id`(string,必填)— 用户 ID(来自笔记详情或搜索结果)
  • `xsec_token`(string,必填)

2. 展示结果

  • 基本信息:昵称、头像、简介、性别、地区
  • 数据:粉丝数、关注数、获赞与收藏数
  • 最近发布的笔记列表(含 feed_id 和 xsec_token)

提示用户可以查看某条笔记详情或进行互动。

失败处理

| 场景 | 处理 | |---|---| | 未登录 | 引导使用 xhs-login | | 用户不存在 | 告知用户该主页无法访问 |

Ships withxiaohongshu-mcp-skills

基于 xiaohongshu-mcp 的 Agent Skills 集合,为小红书提供完整的自动化操作能力。兼容 Agent Skills 开放标准,支持 OpenClaw、Claude Code 等平台。

Get the whole plugin
Stats
247
Stars
45
Forks
Maintained
Maintenance
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: autoclaw-cc/xiaohongshu-mcp-skills

Other skills on xiaohongshu-mcp-skills.