← Back to Skills Marketplace
lijinhao123-dot

小红书图文自动发布引擎 Pro

by Lijinhao123-Dot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
27
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-auto-publisher-pro
Description
小红书图文自动发布引擎 — 定时生成内容、自动排版、定时发布到小红书平台。 支持热点追踪、AI文案生成、图文混排、定时发送。适合博主、自媒体、品牌方。 帮你省掉每天 2 小时的手工运营时间。
README (SKILL.md)

小红书图文自动发布引擎

让 AI 帮你写小红书,日更不断更

能做什么

  • 🔥 热点追踪 — 自动抓取小红书/微博热搜,筛选与你领域相关的选题
  • ✍️ AI 文案 — 根据选题自动生成小红书风格的笔记(标题抓眼球 + 正文有用)
  • 🖼️ 图文混排 — AI 生成配图描述,可对接图片生成工具
  • 定时发布 — 设定发布计划,每天到点自动写稿发稿
  • 📈 数据回收 — 发布后自动跟踪点赞/收藏/评论数据

触发方式

用户说以下任意关键词时加载此技能:

  • "发小红书" "小红书笔记" "帮我写小红书"
  • "自动发笔记" "运营小红书" "小红书矩阵"

使用流程

第零步:一次性配置

用户提供:

{
  "domain": "美妆护肤",          // 你的内容领域
  "style": "干货分享型",         // 笔记风格:干货/种草/vlog/教程
  "schedule": "每天 20:00",      // 发布时间
  "topics": ["成分科普", "好物推荐", "避坑指南"]
}

第一步:热点追踪

web_search 搜索领域最新热点,找到可以写的话题:

  • 搜索关键词:"{领域} 小红书 热门 {今天日期}"
  • 筛选 3-5 个合适选题,列出来让用户选或自动挑最优的

第二步:文案生成

根据选题和风格,生成小红书笔记:

  • 标题:15-20 字,包含数字/悬念/情绪词
  • 正文:开头吸引 → 中间干货 → 结尾互动引导
  • 标签:5-8 个精准标签
  • 发布时间建议

第三步:排期管理

将生成的笔记加入排期表 memory/xhs-schedule.json

{
  "posts": [
    {
      "title": "xxx",
      "content": "xxx",
      "tags": ["xxx"],
      "scheduledTime": "2026-05-11T20:00:00+08:00",
      "status": "scheduled"
    }
  ]
}

第四步:定时发布

用 cron 创建定时任务,到发布时间:

  1. browser open 打开小红书创作中心
  2. 自动填入标题、正文、标签、图片
  3. 定稿或提交审核
  4. 记录发布状态

第五步:数据追踪

发布 24 小时后,自动回来看数据:

  • 阅读量、点赞、收藏、评论数
  • 与历史笔记对比,分析什么内容效果好
  • 输出优化建议

工具使用

  • browser open + browser snapshot — 操作小红书网页版
  • web_search — 热点追踪、选题挖掘
  • cron — 定时发布和定时检查数据
  • write + read — 排期管理、数据存储
  • image_generate — 生成配图(可选,需要图片模型)

注意事项

⚠️ 合规提醒

  • 小红书有反爬和风控机制,操作频率不能太高
  • 建议每天 1-3 条,每条间隔 2 小时以上
  • 内容需要人工审核后再发,AI 只是辅助不是完全替代
  • 不要用于刷量、水军等违规用途

客户画像

  • 想做小红书副业的上班族
  • 有多个账号的 MCN/代运营
  • 品牌方的小红书运营团队
  • 不想每天花 2 小时写笔记的博主

定价参考

本技能模板在 ClawHub 建议售价:49-99 元 配合配置教程一起卖:199 元(含远程配置服务)


由 OpenClaw 技能工厂制作 | 2026.05

Usage Guidance
Only install this if you are comfortable with an agent using your Xiaohongshu session for marketing automation. Configure it to save drafts by default, require explicit approval before every publish or submit action, verify the active account, review any cron jobs it creates, and delete stored schedules or drafts when finished.
Capability Analysis
Type: OpenClaw Skill Name: xiaohongshu-auto-publisher-pro Version: 1.0.0 The skill bundle is a legitimate automation tool for Xiaohongshu (XHS) content creation and scheduling. It utilizes standard OpenClaw capabilities such as `browser` automation, `web_search`, and `cron` for its stated purpose of managing social media posts. There is no evidence of data exfiltration, malicious prompt injection, or unauthorized access; the instructions in `SKILL.md` are transparent and include appropriate compliance warnings regarding platform anti-crawling mechanisms.
Capability Assessment
Purpose & Capability
The marketing purpose is coherent, but the core capability includes automatically generating, scheduling, submitting Xiaohongshu posts, and collecting engagement data, which is high-impact public account activity.
Instruction Scope
The workflow tells the agent to use cron and browser automation to fill content and submit or finalize posts. Although the notes recommend human review, the publishing step does not make per-post approval a hard requirement.
Install Mechanism
There is no install spec or code and the static scan was clean. However, the registry lists an unknown source and no homepage, so provenance is limited for a skill requesting public-account automation.
Credentials
The requested tools are mostly purpose-aligned, but browser account access, cron scheduling, and read/write persistence are powerful relative to the undeclared credential and capability metadata.
Persistence & Privilege
The skill stores a posting schedule in memory/xhs-schedule.json and creates cron jobs for later publishing and metrics checks, without specifying expiry, cancellation, or cleanup.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-auto-publisher-pro
  3. After installation, invoke the skill by name or use /xiaohongshu-auto-publisher-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首发版本:支持热点追踪、AI文案生成、图文混排、定时发布计划、数据回收分析
Metadata
Slug xiaohongshu-auto-publisher-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 小红书图文自动发布引擎 Pro?

小红书图文自动发布引擎 — 定时生成内容、自动排版、定时发布到小红书平台。 支持热点追踪、AI文案生成、图文混排、定时发送。适合博主、自媒体、品牌方。 帮你省掉每天 2 小时的手工运营时间。 It is an AI Agent Skill for Claude Code / OpenClaw, with 27 downloads so far.

How do I install 小红书图文自动发布引擎 Pro?

Run "/install xiaohongshu-auto-publisher-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 小红书图文自动发布引擎 Pro free?

Yes, 小红书图文自动发布引擎 Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 小红书图文自动发布引擎 Pro support?

小红书图文自动发布引擎 Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 小红书图文自动发布引擎 Pro?

It is built and maintained by Lijinhao123-Dot (@lijinhao123-dot); the current version is v1.0.0.

💬 Comments