什么是 xiaohongshu-automation?
小红书自动化控制——通过Playwright CDP连接OpenClaw浏览器实现发帖、搜索、评论等功能 来源:wrt820232/xiaohongshu-automation。
小红书自动化控制——通过Playwright CDP连接OpenClaw浏览器实现发帖、搜索、评论等功能
通过命令行快速安装 xiaohongshu-automation AI 技能到你的开发环境
来源:wrt820232/xiaohongshu-automation。
通过 Playwright MCP 工具连接到 OpenClaw 浏览器(CDP 端口 18800),实现小红书的自动化操作,包括发布内容、搜索、获取推荐、评论等功能。
| checkloginstatus | 无 | 检查小红书登录状态 | | publishcontent | title, content, images | 发布图文内容 | | publishwithvideo | title, content, video | 发布视频内容 | | listfeeds | 无 | 获取首页推荐列表 | | searchfeeds | keyword | 搜索小红书内容 | | getfeeddetail | feedid, xsectoken | 获取帖子详情 | | postcommenttofeed | feedid, xsectoken, content | 发表评论 | | userprofile | userid, xsectoken | 获取用户主页信息 |
| gethottopics | category (可选) | 获取热门话题列表 | | downloadstockimages | keyword, count | 从图库下载无水印图片 |
小红书自动化控制——通过Playwright CDP连接OpenClaw浏览器实现发帖、搜索、评论等功能 来源:wrt820232/xiaohongshu-automation。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/wrt820232/xiaohongshu-automation --skill xiaohongshu-automation小红书自动化控制——通过Playwright CDP连接OpenClaw浏览器实现发帖、搜索、评论等功能 来源:wrt820232/xiaohongshu-automation。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/wrt820232/xiaohongshu-automation --skill xiaohongshu-automation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/wrt820232/xiaohongshu-automation