Overview
- Skill Key
- 1122525/rednote-publisher
- Author
- 1122525
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1122525/rednote-publisher
- Latest Commit SHA
- db4be1409e042edd5472c8e146fa685c15f195f1
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Rednote Publisher 技能。 若已安装,则直接安装 Rednote Publisher 技能。
# 小红书长图文发布 Skill
**功能**:自动化完成小红书长图文笔记的完整发布流程
**适用场景**:需要通过网页版发布纯文字/长图文笔记
**预期效果**:使用 Skill 后,发布耗时从 15 分钟降至 2-3 分钟
---
## 前置条件
### 1. 浏览器配置检查
执行前确认 `~/.openclaw/openclaw.json` 包含:
```json
{
"agents": {
"defaults": {
"sandbox": {
"mode": "non-main",
"browser": {
"allowHostControl": true
}
}
}
},
"browser": {
"enabled": true,
"defaultProfile": "openclaw",
"headless": false
}
}
```
### 2. 账号状态
- 小红书账号已登录(在 openclaw 浏览器中)
- 已开通创作服务平台权限
---
## 标准发布流程
### Step 1: 启动浏览器并导航(约 30 秒)
```javascript
// 检查浏览器状态
browser status
// 启动 openclaw 浏览器
browser start --profile openclaw
// 打开创作平台
browser open https://creator.xiaohongshu.com/publish/publish?source=official --profile openclaw
```
**检查点**:页面显示"创作服务平台"左侧导航栏
---
### Step 2: 进入长文编辑器(约 20 秒)
1. 点击左侧导航 **"发布笔记"**
2. 点击 **"写长文"**
3. 点击 **"新的创作"**
**检查点**:进入编辑器,显示标题输入框 + 正文区域
---
### Step 3: 填写内容(约 30 秒)
```javascript
// 填写标题(点击标题输入框)
browser act click "输入标题" textbox
browser act type "你的标题"
// 填写正文(点击正文区域)
browser act click paragraph
browser act type "你的正文内容..."
```
**注意事项**:
- 标题限制 64 字
- 正文支持 Markdown 格式
- 建议字数 300-800 字
---
### Step 4: 一键排版(约 1 分钟)
1. 点击 **"一键排版"** 按钮
2. **选择版式**(推荐第一个版式或根据内容风格选择)
3. 点击 **"下一步"**
**检查点**:进入发布预览页面,显示封面、标题、正文预览
---
### Step 5: 发布设置(约 20 秒)
**可选操作**:
- 添加话题标签(点击"话题"按钮)
- 添加地点(点击"添加地点")
- 勾选"原创声明"
**检查点**:标题已显示,预览正常
---
### Step 6: 发布(约 10 秒)
1. 点击 **"发布"** 按钮
2. 等待 3-5 秒
3. 点击左侧 **"笔记管理"** 验证
**检查点**:笔记管理显示新笔记,状态为"审核中"
---
##...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.