oc-browser-relay 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具发布抖
|
|
|
21
21
|
|
|
22
22
|
### 直接发布
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
用户提到“发抖音”“发布”“上传到抖音”等发布意图时,默认使用 `douyin_publish_video`。
|
|
25
25
|
|
|
26
26
|
必需参数:
|
|
27
27
|
|
|
@@ -36,9 +36,9 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具发布抖
|
|
|
36
36
|
|
|
37
37
|
- 标题默认不超过 30 字
|
|
38
38
|
- 文案默认不超过 1000 字
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
39
|
+
- 只要用户表达的是发布意图,就默认直接发布
|
|
40
|
+
- 只有用户明确提到“保存草稿”“先存草稿”“先别发”“不要发布”时,才使用 `douyin_save_draft`
|
|
41
|
+
- 连续多轮里,如果用户本轮明确要求保存草稿,不要因为上一轮提过发布就继续调用 `douyin_publish_video`
|
|
42
42
|
- 不支持定时发布;如果用户要求定时发布,告知暂不支持,只能立即发布或保存草稿
|
|
43
43
|
|
|
44
44
|
### 保存草稿
|
|
@@ -29,7 +29,7 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具处理小
|
|
|
29
29
|
|
|
30
30
|
### 发布图文
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
用户提到“发小红书”“发笔记”“发布”时,默认使用 `xiaohongshu_publish_note`。
|
|
33
33
|
|
|
34
34
|
必需参数:
|
|
35
35
|
|
|
@@ -40,9 +40,9 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具处理小
|
|
|
40
40
|
规则:
|
|
41
41
|
|
|
42
42
|
- 标题默认控制在 20 字以内
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
43
|
+
- 只要用户表达的是发布意图,就默认直接发布
|
|
44
|
+
- 只有用户明确提到“保存草稿”“先存草稿”“先别发”“不要发布”时,才使用 `xiaohongshu_save_draft`
|
|
45
|
+
- 连续多轮里,如果用户本轮明确要求保存草稿,不要沿用上一轮发布意图去调用 `xiaohongshu_publish_note`
|
|
46
46
|
- 用户没有提供图片路径时,提示用户提供本地图片绝对路径,不要直接调用工具
|
|
47
47
|
|
|
48
48
|
### 保存草稿
|