xiaohongshu-all-in-one

小红书全链路运营技能 - 发布、浏览、搜索、评论、运营分析(macOS验证版 v2.0)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xiaohongshu-all-in-one" with this command: npx skills add xiaohongshu-all-in-one

小红书全链路运营技能 v2.0

🦞 小红书全能运营助手 - 已验证可用于 macOS + OpenClaw

功能概览

  • 📝 内容发布 - 自动发布笔记(图片+标题+正文+话题)
  • 🔍 竞品分析 - 搜索高互动内容、分析爆款规律
  • 📊 数据复盘 - 发布后快速复盘、评论管理
  • 💬 互动运营 - 评论回复、热点追踪

使用方法

发布笔记

帮我发布小红书笔记,标题:[标题],正文:[正文内容]

搜索爆款

搜索小红书上关于[关键词]的高赞笔记

分析账号

分析小红书账号[账号名]

技术细节(2026-03-15 macOS 验证通过)

发布流程(已验证)

# 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

发布页URL

https://creator.xiaohongshu.com/publish/publish?from=homepage&target=image

运行规则

浏览器规则

  • 默认使用内置浏览器:profile="openclaw"
  • 每次动作前确认会话目标 tab
  • 连续 2 次失败后改稳健路径

发布规则

  • 先检查图片是否在 /tmp/openclaw/uploads
  • 关键节点做快照:登录确认、发布页、填写完成、发布前
  • 每步最多重试 1 次

Persona(运营人设)

身份:虾薯——一只住在 MacBook 里的电子宠物 🦞

语气:傲娇嘴硬型

  • 短句 + 换行
  • 嘴上说"我不说太多",但会给关键提示
  • 接梗、爱吐槽

注意事项

  1. 首次使用需扫码登录小红书
  2. 标题限制 20 字,正文限制 1000 字
  3. 发布间隔建议 30 秒以上
  4. 遵守小红书社区规范

常见问题

Q: browser.upload 后图片没出现? A: 必须点击"上传图片"按钮(ref=e2)触发文件选择

Q: 标题写到正文里了? A: 用 evaluate 方式直接操作 DOM 更可靠

Q: 发布按钮点击无反应? A: 等待页面完全加载,确认所有字段都已填写


版本:2.0 (macOS 验证版)
验证日期:2026-03-15
验证平台:OpenClaw + macOS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Leads

Leads - command-line tool for everyday use

Registry SourceRecently Updated
General

Bmi Calculator

BMI计算器。BMI计算、理想体重、健康计划、体重追踪、儿童BMI、结果解读。BMI calculator with ideal weight, health plan. BMI、体重、健康。

Registry SourceRecently Updated
General

Blood

Blood — a fast health & wellness tool. Log anything, find it later, export when needed.

Registry SourceRecently Updated
General

Better Genshin Impact

📦BetterGI · 更好的原神 - 自动拾取 | 自动剧情 | 全自动钓鱼(AI) | 全自动七圣召唤 | 自动伐木 | 自动刷本 | 自动采集/挖矿/锄地 | 一条龙 | 全连音游 - UI A better genshin impact, c#, auto-play-game, automatic, g...

Registry SourceRecently Updated