本地小红书 MCP 工作流技能,支持搜索笔记、读取详情与评论、发表评论与回复、发布图文/视频,并附带可直接复用的 Bash 脚本与发布模板。用户提到“小红书、xiaohongshu、小红书MCP、搜小红书、查小红书、发小红书、发布笔记、小红书评论、小红书详情、笔记发布、内容运营、RedNote”时使用。优先通过 mcporter 配置中的本地 MCP 服务 `xiaohongshu` 调用。
使用 mcporter 调用本地 xiaohongshu MCP 服务,并提供一套开箱即用的小红书工作流脚本。
先验证服务和登录状态:
bash
mcporter --config assets/config/mcporter.json list --json
mcporter --config assets/config/mcporter.json call xiaohongshu.checkloginstatus
如果本地 MCP 未启动,可使用 assets/docker-compose.xiaohongshu-mcp.yml 启动容器。
具体步骤见 references/setup.md。
bash
./scripts/xhs-search.sh OpenClaw
需要 feedid 和 xsectoken:
bash
./scripts/xhs-detail.sh
./scripts/xhs-detail.sh
如果想把搜索 → 选中结果 → 自动读详情串起来:
bash
./scripts/xhs-pick-detail.sh OpenClaw
./scripts/xhs-pick-detail.sh --comments OpenClaw
一级评论:
bash
./scripts/xhs-comment.sh
回复指定评论:
bash
./scripts/xhs-comment.sh
发布前优先用仅自己可见测试。
bash
./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:
bash
mcporter --config assets/config/mcporter.json call xiaohongshu.publishwithvideo --args {title:标题,content:正文,video:/videos/demo.mp4,visibility:仅自己可见,tags:[标签1]}
如果发布时使用本地图片,不要传宿主机路径,传容器内路径。
默认挂载建议:
示例:
如果只是快速验证发布能力,也可以直接传 HTTPS 图片 URL。
bash
docker logs --tail 200
bash
mcporter --config assets/config/mcporter.json call xiaohongshu.checkloginstatus
mcporter --config assets/config/mcporter.json call xiaohongshu.getloginqrcode
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 openclaw-xiaohongshu-mcp-1775991542 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-xiaohongshu-mcp-1775991542 技能
skillhub install openclaw-xiaohongshu-mcp-1775991542
文件大小: 9.69 KB | 发布时间: 2026-4-13 11:20