oc-browser-relay 1.0.21 → 1.0.23
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/bundled-relay/index.js +20 -20
- package/bundled-relay/public/configs/pages/alimama-account-report.json +59 -1
- package/bundled-relay/public/configs/pages/xiaohongshu-web-explore.json +13 -3
- package/bundled-relay/public/configs/pages/xiaohongshu-web-search-result.json +13 -3
- package/bundled-relay/public/configs/task-templates/alimama-campaign-report-download.json +166 -0
- package/bundled-relay/public/configs/task-templates/index.json +1 -0
- package/bundled-relay/public/icons/128-off.png +0 -0
- package/bundled-relay/public/icons/128-on.png +0 -0
- package/bundled-relay/public/icons/48-off.png +0 -0
- package/bundled-relay/public/icons/48-on.png +0 -0
- package/bundled-relay/public/icons/96-off.png +0 -0
- package/bundled-relay/public/icons/96-on.png +0 -0
- package/index.js +32 -32
- package/package.json +1 -1
- package/skills/oc-browser-relay-alimama/SKILL.md +18 -1
- package/bundled-relay/package.json +0 -7
- package/bundled-relay/public/icons/icon-inactive-128.png +0 -0
- package/bundled-relay/public/icons/icon-inactive-48.png +0 -0
- package/bundled-relay/public/icons/icon-inactive-96.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: oc-browser-relay-alimama
|
|
3
|
-
description: 通过本地 ChromeAgent Relay 的 OpenClaw
|
|
3
|
+
description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具下载阿里妈妈关键词报表、人群报表和计划报表。仅在用户明确提到阿里妈妈、alimama、直通车、关键词报表、人群报表、计划报表、妈妈报表下载或阿里妈妈连接检查时使用;不用于生意参谋、淘宝商品、抖音、小红书或拼多多。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# 阿里妈妈报表技能
|
|
@@ -9,6 +9,7 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具下载阿
|
|
|
9
9
|
|
|
10
10
|
- `taobao_alimama_download_keyword_report`
|
|
11
11
|
- `taobao_alimama_download_crowd_report`
|
|
12
|
+
- `taobao_alimama_download_campaign_report`
|
|
12
13
|
|
|
13
14
|
诊断时才用:
|
|
14
15
|
|
|
@@ -52,6 +53,22 @@ description: 通过本地 ChromeAgent Relay 的 OpenClaw 插件工具下载阿
|
|
|
52
53
|
- `endTime` 必填,格式 YYYY-MM-DD
|
|
53
54
|
- `splitType` 可选,报表时间粒度:sum(汇总)、day(分天)、week(分周)、month(分月)、calendarmonth(分自然月),默认 sum(汇总)
|
|
54
55
|
|
|
56
|
+
### 计划报表
|
|
57
|
+
|
|
58
|
+
用户说这些时,使用 `taobao_alimama_download_campaign_report`:
|
|
59
|
+
|
|
60
|
+
- 帮我下载阿里妈妈计划报表
|
|
61
|
+
- 下载计划报表
|
|
62
|
+
- 导出计划数据
|
|
63
|
+
- 抓一下计划报表
|
|
64
|
+
- 帮我下载直通车计划报表
|
|
65
|
+
|
|
66
|
+
参数约定:
|
|
67
|
+
|
|
68
|
+
- `startTime` 必填,格式 YYYY-MM-DD
|
|
69
|
+
- `endTime` 必填,格式 YYYY-MM-DD
|
|
70
|
+
- `splitType` 可选,报表时间粒度:sum(汇总)、hour(分时)、day(分天)、week(分周)、month(分月)、calendarmonth(分自然月),默认 sum(汇总)
|
|
71
|
+
|
|
55
72
|
## 参数策略
|
|
56
73
|
|
|
57
74
|
- 用户没有提供日期时,先询问报表的开始和结束日期,不要猜测
|
|
Binary file
|
|
Binary file
|
|
Binary file
|