Install
openclaw skills install openclaw-xiaohongshu-mcp本地小红书 MCP 工作流技能,支持搜索笔记、读取详情与评论、发表评论与回复、发布图文/视频,并附带可直接复用的 Bash 脚本与发布模板。用户提到“小红书、xiaohongshu、小红书MCP、搜小红书、查小红书、发小红书、发布笔记、小红书评论、小红书详情、笔记发布、内容运营、RedNote”时使用。优先通过 mcporter 配置中的本地 MCP 服务 `xiaohongshu` 调用。
openclaw skills install openclaw-xiaohongshu-mcp使用 mcporter 调用本地 xiaohongshu MCP 服务,并提供一套开箱即用的小红书工作流脚本。
先验证服务和登录状态:
mcporter --config assets/config/mcporter.json list --json
mcporter --config assets/config/mcporter.json call xiaohongshu.check_login_status
如果本地 MCP 未启动,可使用 assets/docker-compose.xiaohongshu-mcp.yml 启动容器。
具体步骤见 references/setup.md。
./scripts/xhs-search.sh OpenClaw
需要 feed_id 和 xsec_token:
./scripts/xhs-detail.sh <feed_id> <xsec_token>
./scripts/xhs-detail.sh <feed_id> <xsec_token> true
如果想把“搜索 → 选中结果 → 自动读详情”串起来:
./scripts/xhs-pick-detail.sh OpenClaw
./scripts/xhs-pick-detail.sh --comments OpenClaw
一级评论:
./scripts/xhs-comment.sh <feed_id> <xsec_token> "评论内容"
回复指定评论:
./scripts/xhs-comment.sh <feed_id> <xsec_token> "回复内容" <comment_id> <user_id>
发布前优先用“仅自己可见”测试。
./scripts/xhs-publish.sh assets/templates/publish-template-private.json
./scripts/xhs-publish.sh assets/templates/publish-template-public.json
./scripts/xhs-publish.sh assets/templates/publish-template-url-image.json
直接调用 MCP:
mcporter --config assets/config/mcporter.json call xiaohongshu.publish_with_video --args '{"title":"标题","content":"正文","video":"/videos/demo.mp4","visibility":"仅自己可见","tags":["标签1"]}'
如果发布时使用本地图片,不要传宿主机路径,传容器内路径。
默认挂载建议:
./data/xiaohongshu-mcp/images/images示例:
./data/xiaohongshu-mcp/images/demo.png/images/demo.png如果只是快速验证发布能力,也可以直接传 HTTPS 图片 URL。
check_login_statusfeed_id / xsec_tokenvisibility=仅自己可见公开可见MCPORTER_CALL_TIMEOUT=300000assets/config/mcporter.jsondocker logs --tail 200 <your-xiaohongshu-mcp-container>
mcporter --config assets/config/mcporter.json call xiaohongshu.check_login_status
mcporter --config assets/config/mcporter.json call xiaohongshu.get_login_qrcode