通过 SandBase 搜索笔记、分析创作者、追踪话题趋势、研究用户行为。适用于小红书内容研究、种草分析、达人发现、竞品监控、话题追踪等场景。
npx skills add https://github.com/sandbaseai/sandbase-skills --skill xiaohongshu-research
小红书内容与创作者研究工具。搜索笔记、分析用户画像、追踪话题热度、研究消费趋势。使用前请阅读 API 映射表。
每次调用前先使用 sandbase_describe_tool 获取当前参数 schema,再使用 sandbase_call_tool 传入准确的 tool_name。
使用 xiaohongshu_app_v2_search_notes 按关键词搜索笔记。
使用 xiaohongshu_app_v2_search_users 搜索创作者/品牌账号。
使用 xiaohongshu_app_v2_topic_feed 获取话题下的笔记流。
使用 xiaohongshu_app_v2_topic_info 获取话题热度信息。
使用 xiaohongshu_app_v2_user_info 获取用户资料和粉丝数。
使用 xiaohongshu_app_v2_user_posted_notes 获取创作者发布的笔记。
使用 xiaohongshu_app_v2_user_faved_notes 分析收藏偏好。
使用 xiaohongshu_app_v2_image_note_detail 获取图文笔记详情。
使用 xiaohongshu_app_v2_video_note_detail 获取视频笔记详情。
使用 xiaohongshu_app_v2_note_comments 分析评论区互动。
使用 xiaohongshu_app_v2_search_products 搜索商品。
使用 xiaohongshu_app_v2_product_detail 获取商品详情。
使用 xiaohongshu_app_v2_product_reviews 获取商品评价。
返回:搜索结果概览、笔记互动数据、创作者分析、话题趋势、消费洞察、竞品内容对比。
Take sandbaseai/xiaohongshu-research from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.