← 返回 Skills 市场
5737
总下载
11
收藏
29
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-mcp-skill
功能描述
Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa...
使用说明 (SKILL.md)
xiaohongshu-mcp
小红书 MCP 服务操作。
快速开始
-
检查服务状态
curl -s -X POST http://localhost:18060/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}' -
服务未运行时启动
cd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp nohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &
可用工具
| 工具 | 说明 |
|---|---|
check_login_status |
检查登录状态 |
get_login_qrcode |
获取登录二维码 |
list_feeds |
首页推荐 |
search_feeds |
搜索内容 |
get_feed_detail |
笔记详情 |
user_profile |
用户主页 |
publish_content |
发布图文 |
publish_with_video |
发布视频 |
post_comment_to_feed |
发表评论 |
reply_comment_in_feed |
回复评论 |
like_feed |
点赞 |
favorite_feed |
收藏 |
delete_cookies |
重置登录 |
内容限制
- 标题 ≤20 字
- 正文 ≤1000 字
- 每日 ≤50 篇
- 图文流量优于视频
References
- 首次部署: references/deploy.md — 下载、登录、启动服务
- 使用指南: references/usage.md — 工具详解、工作流、运营知识
Credits
Based on xpzouying/xiaohongshu-mcp by @xpzouying
安全使用建议
Install only if you trust the upstream xiaohongshu-mcp project and are comfortable giving a local service control of your Xiaohongshu account. Verify downloaded binaries, protect cookies.json with restrictive permissions outside shared or committed directories, keep tool auto-approval off, require manual confirmation before publishing/commenting/liking/favoriting/resetting cookies, and stop the background service when finished.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-mcp-skill
Version: 1.0.0
The skill is classified as suspicious due to its reliance on direct execution of shell commands and handling of sensitive data. It instructs the AI agent to download and execute external binaries from GitHub (`xpzouying/xiaohongshu-mcp`) and run them locally via `nohup` in `SKILL.md` and `references/deploy.md`. While these actions are for the stated purpose of operating a local Xiaohongshu MCP service, they involve executing untrusted code and managing local `cookies.json` files, which is inherently risky. The hardcoded developer-specific path (`/Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp`) in the execution instructions also indicates a lack of robustness and potential for unintended behavior on different systems, highlighting a vulnerability rather than malicious intent.
能力评估
Purpose & Capability
The stated purpose matches the documented capabilities, including search, account status, publishing image/video posts, commenting, replying, liking, favoriting, and resetting cookies; those are high-impact live account actions.
Instruction Scope
The guides list public/account-mutating workflows, including batch interaction, but do not clearly require explicit user confirmation or explain rollback limits before posts, comments, likes, favorites, or cookie deletion occur.
Install Mechanism
Setup instructs users to download and execute upstream prebuilt binaries from GitHub, run a login helper, and includes a developer-specific absolute path that could confuse deployment on other systems.
Credentials
Local cookies.json storage and browser automation are expected for this integration, but the docs do not sufficiently treat cookies.json as session credential material or give permission, storage, or exposure-response guidance.
Persistence & Privilege
The MCP server is run with nohup as a background service on localhost:18060 while authenticated to the user's account; stop commands are documented, but runtime authority remains broad and persistent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-mcp-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-mcp-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 小红书 MCP 本地部署技能,基于 xpzouying/xiaohongshu-mcp,支持搜索、发布、互动等 13 个工具
元数据
常见问题
xiaohongshu-mcp-skill 是什么?
Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5737 次。
如何安装 xiaohongshu-mcp-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-mcp-skill」即可一键安装,无需额外配置。
xiaohongshu-mcp-skill 是免费的吗?
是的,xiaohongshu-mcp-skill 完全免费(开源免费),可自由下载、安装和使用。
xiaohongshu-mcp-skill 支持哪些平台?
xiaohongshu-mcp-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xiaohongshu-mcp-skill?
由 Andy Xie(@palmpalm7)开发并维护,当前版本 v1.0.0。
推荐 Skills