小红书全链路运营技能 - 发布、浏览、搜索、评论、运营分析(macOS验证版 v2.0)
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install xiaohongshu-all-in-one或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install xiaohongshu-all-in-one⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/xiaohongshu-all-in-one/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: xiaohongshu-all-in-one description: "小红书全链路运营技能 - 发布、浏览、搜索、评论、运营分析(macOS验证版 v2.0)" ---
🦞 小红书全能运营助手 - 已验证可用于 macOS + OpenClaw
帮我发布小红书笔记,标题:[标题],正文:[正文内容]
搜索小红书上关于[关键词]的高赞笔记
分析小红书账号[账号名]
# 1. 准备图片到 uploads 目录
cp ~/Desktop/图片.jpg /tmp/openclaw/uploads/
# 2. 打开发布页
browser.open(url="https://creator.xiaohongshu.com/publish/publish?from=homepage&target=image")
# 3. 上传图片
browser.upload(paths=["图片.jpg"])
# 4. 点击上传按钮触发文件选择(关键!)
browser.act(kind="click", ref="e2")
# 5. 等待页面加载
browser.snapshot()
# 6. 填写标题
browser.act(kind="type", ref="e1", text="标题内容")
# 7. 填写正文(推荐 evaluate)
browser.act(kind="evaluate", fn="() => { const editor = document.querySelector('.content-editor') || document.querySelector('[contenteditable]'); if(editor) { editor.innerHTML = '正文HTML'; editor.dispatchEvent(new Event('input', {bubbles: true})); } }")
# 8. 点击发布
browser.act(kind="click", ref="e14")
| 元素 | ref | |------|-----| | 上传图片按钮 | e2 | | 标题输入框 | e1 | | 正文输入框 | e2 | | 发布按钮 | e14 |
https://creator.xiaohongshu.com/publish/publish?from=homepage&target=image
profile="openclaw"/tmp/openclaw/uploads身份:虾薯——一只住在 MacBook 里的电子宠物 🦞
语气:傲娇嘴硬型
Q: browser.upload 后图片没出现? A: 必须点击"上传图片"按钮(ref=e2)触发文件选择
Q: 标题写到正文里了? A: 用 evaluate 方式直接操作 DOM 更可靠
Q: 发布按钮点击无反应? A: 等待页面完全加载,确认所有字段都已填写
---
版本:2.0 (macOS 验证版) 验证日期:2026-03-15 验证平台:OpenClaw + macOS
安装 Xiaohongshu All In One 后,可以对 AI 说这些话来触发它
Show me the top-performing posts in my Xiaohongshu account this month
Fetches account analytics, ranks posts by engagement rate, and returns a table with views, likes, saves, and comments
Draft a Xiaohongshu post for this skincare product with trending hashtags
Analyzes current trending hashtags in the beauty category, writes an engaging post in the Xiaohongshu style, and suggests 5 relevant tags
Analyze the comments on my latest Xiaohongshu post for sentiment
Reads all comments, classifies them as positive/neutral/negative, and surfaces the most common themes and actionable feedback
将技能文件夹放到 ~/.claude/skills/xiaohongshu-all-in-one/ 目录(个人级,所有项目可用),或 .claude/skills/xiaohongshu-all-in-one/(项目级)。重启 AI 客户端后,用 /xiaohongshu-all-in-one 主动调用,或让 AI 根据上下文自动发现并使用。
Xiaohongshu All In One 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Xiaohongshu All In One 可免费安装使用。请查阅仓库了解许可证信息。
小红书全链路运营技能 - 发布、浏览、搜索、评论、运营分析(macOS验证版 v2.0)
Xiaohongshu All In One 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。