siluzan-tso-cli 1.1.46-beta.7 → 1.1.46
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/README.md +1 -2
- package/dist/index.js +1 -1
- package/dist/skill/SKILL.md +2 -2
- package/dist/skill/_meta.json +2 -2
- package/dist/skill/references/accounts/accounts-list.md +1 -1
- package/dist/skill/references/accounts/accounts-permissions.md +2 -2
- package/dist/skill/references/accounts/finance.md +1 -1
- package/dist/skill/references/accounts/open-account-by-media.md +1 -1
- package/dist/skill/references/accounts/open-account-google-ui.md +1 -1
- package/dist/skill/references/analytics/rag.md +1 -1
- package/dist/skill/references/analytics/reporting.md +5 -5
- package/dist/skill/references/core/agent-conventions.md +1 -1
- package/dist/skill/references/core/intent-routing.md +2 -2
- package/dist/skill/references/core/playbooks.md +2 -2
- package/dist/skill/references/core/setup.md +5 -5
- package/dist/skill/references/core/subagent-orchestration.md +1 -1
- package/dist/skill/references/misc/tso-home.md +2 -2
- package/dist/skill/references/report-templates/README.md +1 -1
- package/dist/skill/references/report-templates/REPORT-WORKFLOW.md +6 -4
- package/dist/skill/references/report-templates/okki-weekly-google-client.md +9 -4
- package/dist/skill/report-templates/README.md +1 -1
- package/dist/skill/report-templates/REPORT-WORKFLOW.md +6 -4
- package/dist/skill/report-templates/okki-weekly-google-client.md +9 -4
- package/dist/skill/scripts/install.ps1 +3 -3
- package/dist/skill/scripts/install.sh +3 -3
- package/dist/skill/snippets/handoff-p6-okki.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ HTML 报告模板外部资源:**ECharts** 统一使用 `https://staticpn.siluz
|
|
|
43
43
|
在**用户的目标项目根目录**执行(根据用户使用的助手选择 `--ai`):
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
npm install -g siluzan-tso-cli
|
|
46
|
+
npm install -g siluzan-tso-cli
|
|
47
47
|
siluzan-tso init --ai cursor # 写入 Cursor(默认)
|
|
48
48
|
siluzan-tso init --ai cursor,claude # 同时写入多个平台
|
|
49
49
|
siluzan-tso init --ai all # 写入所有支持的平台
|
|
@@ -51,7 +51,6 @@ siluzan-tso init -d /path/to/skills # 写入自定义目录
|
|
|
51
51
|
siluzan-tso init --force # 强制覆盖已存在文件
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
> **注意**:当前为测试版(1.1.46-beta.7),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
|
|
55
54
|
|
|
56
55
|
| 助手 | 建议 `--ai` |
|
|
57
56
|
| ----------------------- | ------------------------------------ |
|
package/dist/index.js
CHANGED
package/dist/skill/SKILL.md
CHANGED
|
@@ -20,7 +20,7 @@ allowed-tools: Bash(siluzan-tso:*) Read Write
|
|
|
20
20
|
|
|
21
21
|
> **加载**:按下方路由表 Read **一个**工作流卡片 + **一个**命令/报告 reference 后执行。写操作、报告交付、批量拉数、对用户写结论、或上下文被压缩时,再 Read `references/core/agent-conventions.md`(含 §十四沟通)。
|
|
22
22
|
>
|
|
23
|
-
> **报告 / 诊断 / 分析 / 拓词 / 转化成本·CPA·零询盘话术模糊**:先 Read `references/core/intent-routing.md`(含 **§零·D**:无 CRM 的转化巡检 → P3,不是 P7),再回路由表。数据任务一律 `--json-out` + 代码读盘(示例见 `references/core/tips.md`)。未指定格式时 P1/P4/P4-FB/P8/P9 默认 **HTML
|
|
23
|
+
> **报告 / 诊断 / 分析 / 拓词 / 转化成本·CPA·零询盘话术模糊**:先 Read `references/core/intent-routing.md`(含 **§零·D**:无 CRM 的转化巡检 → P3,不是 P7),再回路由表。数据任务一律 `--json-out` + 代码读盘(示例见 `references/core/tips.md`)。未指定格式时 P1/P4/P4-FB/P8/P9 默认 **HTML**;**P6/P7 默认多 Sheet `.xlsx`**(「表格形式」= xlsx,禁止 Markdown 表 / 手写 HTML 代替)。巡检类任务须交付摘要或显式失败原因。
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -98,7 +98,7 @@ siluzan-tso -h
|
|
|
98
98
|
| Yandex 账户分析 / 周期 / 月报 | **P4** | `report-templates/yandex-period-report.md` + `references/analytics/account-analytics.md`;Excel 加 `yandex-period-report-excel.md` |
|
|
99
99
|
| 账户级按日 Excel | **P4-DAILY** | `report-templates/stats-daily-excel.md` |
|
|
100
100
|
| 多账户 × 多维度批处理 | **P5** | `references/analytics/google-analysis-batch.md` + `references/analytics/account-analytics.md` |
|
|
101
|
-
| OKKI 周报 | **P6** | `report-templates/okki-weekly-google-client.md
|
|
101
|
+
| OKKI 周报 / 表格形式(OKKI) | **P6** | `report-templates/okki-weekly-google-client.md`(**必产 5 Sheet `.xlsx`**;「表格形式」= Excel) |
|
|
102
102
|
| Google 询盘分析(**须 CRM 询盘资料**;口语零询盘/CPA → **P3**) | **P7** | `report-templates/google-inquiry-analysis.md` + `references/analytics/geo-continents.json` |
|
|
103
103
|
| 网址/域名/官网 + 诊断·检测·监测·报告 / **是否符合广告投放要求** / 能不能投 | **P8** | `references/core/intent-routing.md` §零 + `references/analytics/website-diagnosis-guide.md` + `assets/website-diagnosis-rules.md`(**必** `website-diagnosis collect`;**≠ P9 ≠ W3**;禁纯 WebFetch) |
|
|
104
104
|
| 市场/行业分析报告 / 战略市场 / KA 市场报告 | **P9** | `references/analytics/market-analysis-guide.md` + `assets/market-analysis-rules.md`(须 collect+render;**≠ P8**) |
|
package/dist/skill/_meta.json
CHANGED
|
@@ -167,7 +167,7 @@ siluzan-tso account-history --start 2026-03-01 --end 2026-03-31 --json-out ./sna
|
|
|
167
167
|
| 状态 | 含义 | 下一步操作 |
|
|
168
168
|
| ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
169
169
|
| `Pending` | 审核中 | 等待,可反复运行此命令轮询;审核周期因媒体而异 |
|
|
170
|
-
| `Approved` | 审核通过 | 运行 `list-accounts -m <媒体>` 确认账户已出现;引导用户充值激活(`config show` 取 `webUrl`,按 `finance.md` 打开对应媒体充值页;例如 Google 为 `https://www
|
|
170
|
+
| `Approved` | 审核通过 | 运行 `list-accounts -m <媒体>` 确认账户已出现;引导用户充值激活(`config show` 取 `webUrl`,按 `finance.md` 打开对应媒体充值页;例如 Google 为 `https://www.siluzan.com/v3/foreign_trade/tso/recharge/pay?mediaType=Google`;Kwai、Yandex 当前没有对应充值界面) |
|
|
171
171
|
| `Rejected` | 被拒 | 查看 `--json-out` 落盘中的 `reason` 字段了解拒绝原因;修改资料后重新提交;若原因不明,引导用户联系丝路赞客服 |
|
|
172
172
|
|
|
173
173
|
---
|
|
@@ -488,7 +488,7 @@ siluzan-tso account email-deauth -c <mediaCustomerId> --invitation-id <id> --res
|
|
|
488
488
|
|
|
489
489
|
| 功能 | 媒体 | 网页路径 |
|
|
490
490
|
| --------------------------------------- | ------ | ------------------------------------------------- |
|
|
491
|
-
| **账户激活**(邀请他人激活 / 充值激活) | Google | `https://www
|
|
491
|
+
| **账户激活**(邀请他人激活 / 充值激活) | Google | `https://www.siluzan.com/v3/foreign_trade/tso/manageAccounts` |
|
|
492
492
|
|
|
493
493
|
**Agent 建议话术**:
|
|
494
494
|
|
|
@@ -497,5 +497,5 @@ siluzan-tso account email-deauth -c <mediaCustomerId> --invitation-id <id> --res
|
|
|
497
497
|
siluzan-tso config show # 查看 webUrl 字段
|
|
498
498
|
|
|
499
499
|
# 账户激活(Google)→ 引导至账户管理页
|
|
500
|
-
# https://www
|
|
500
|
+
# https://www.siluzan.com/v3/foreign_trade/tso/manageAccounts
|
|
501
501
|
```
|
|
@@ -126,7 +126,7 @@ siluzan-tso config show
|
|
|
126
126
|
|
|
127
127
|
### 充值页链接(按媒体 × 类型)
|
|
128
128
|
|
|
129
|
-
链接模式:`https://www
|
|
129
|
+
链接模式:`https://www.siluzan.com/v3/foreign_trade/tso/recharge/<page>?mediaType=<mediaType>`;丝路赞钱包:`https://www.siluzan.com/v3/foreign_trade/tso/recharge/siluzanWallet`(无媒体参数)。
|
|
130
130
|
|
|
131
131
|
| 充值类型 | `<page>` | 支持媒体(`mediaType` 参数) |
|
|
132
132
|
| ------------------------- | --------------------- | ------------------------------------------- |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 各媒体开户
|
|
2
2
|
|
|
3
|
-
> 网页链接:`https://www
|
|
3
|
+
> 网页链接:`https://www.siluzan.com/v3/foreign_trade/tso/accountOpeningHistory?tso=%2Fv3umijs%2Ftso%2FaccountOpeningHistory`
|
|
4
4
|
> 多命令串联见 `references/core/workflows.md` § 流程一。
|
|
5
5
|
|
|
6
6
|
## Contents
|
|
@@ -65,7 +65,7 @@ siluzan-tso open-account google-wizard
|
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
67
|
siluzan-tso account-history -m Google
|
|
68
|
-
# 审核通过后:config show → https://www
|
|
68
|
+
# 审核通过后:config show → https://www.siluzan.com/v3/foreign_trade/tso/recharge/pay?mediaType=Google
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
---
|
|
@@ -190,9 +190,9 @@ siluzan-tso report push receive-emails -m Google [--json-out ./snap]
|
|
|
190
190
|
|
|
191
191
|
| 媒体 | 报告类型 | URL 模板 |
|
|
192
192
|
| ------ | ---------------- | ----------------------------------------------------------- |
|
|
193
|
-
| Google | 日报(Daily) | `https://www
|
|
194
|
-
| Google | 小时报(Hourly) | `https://www
|
|
195
|
-
| TikTok | 日报 | `https://www
|
|
193
|
+
| Google | 日报(Daily) | `https://www.siluzan.com/media-report/publish/{entityId}?culture=zh-CN` |
|
|
194
|
+
| Google | 小时报(Hourly) | `https://www.siluzan.com/media-report/hour/{entityId}?culture=zh-CN` |
|
|
195
|
+
| TikTok | 日报 | `https://www.siluzan.com/media-report/publish/{entityId}?culture=zh-CN` |
|
|
196
196
|
|
|
197
197
|
`entityId` 来自 `siluzan-tso report list --json-out ./snap` 中每条记录的 `entityId` 字段。
|
|
198
198
|
|
|
@@ -205,8 +205,8 @@ siluzan-tso report list -m Google --json-out ./snap
|
|
|
205
205
|
|
|
206
206
|
# 第二步:查看 webUrl
|
|
207
207
|
siluzan-tso config show
|
|
208
|
-
# webUrl: https://www
|
|
208
|
+
# webUrl: https://www.siluzan.com
|
|
209
209
|
|
|
210
210
|
# 第三步:拼接链接(Google 日报)
|
|
211
|
-
# https://www
|
|
211
|
+
# https://www.siluzan.com/media-report/publish/rpt_abc123?culture=zh-CN
|
|
212
212
|
```
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
|
|
220
220
|
**A · 币种**:首行含 `统计区间:…(货币:CNY|USD)`;全文符号与 `currencyCode` 一致(CNY=¥、USD=$,未混用);与当次 `list-accounts -k` 结果相同;多账户分币种分表、无跨币种「总计」行。
|
|
221
221
|
|
|
222
|
-
**B · 结构完整**(对照当次 `report-templates/*.md`):模板要求的每一章/Sheet 都存在;无整章空白(缺数据章节写 `[ 数据不可用:… ]`,禁止编造数字填坑);优化建议独立成节、引用当次数字(Meta:4 条建议各 ≥150 字 + 7 维补充;Google 诊断:每模块除表格外有「分析」+「建议」);Excel 的表头列须能在当次 `*.outline.txt` 找到对应字段、产物内账户 ID = 用户当轮给出的 `mediaCustomerId`;**Excel 内全部 ID 列为文本**(见上文「写 Excel 时所有 ID
|
|
222
|
+
**B · 结构完整**(对照当次 `report-templates/*.md`):模板要求的每一章/Sheet 都存在;无整章空白(缺数据章节写 `[ 数据不可用:… ]`,禁止编造数字填坑);优化建议独立成节、引用当次数字(Meta:4 条建议各 ≥150 字 + 7 维补充;Google 诊断:每模块除表格外有「分析」+「建议」);Excel 的表头列须能在当次 `*.outline.txt` 找到对应字段、产物内账户 ID = 用户当轮给出的 `mediaCustomerId`;**Excel 内全部 ID 列为文本**(见上文「写 Excel 时所有 ID 必须是文本」)。**P6/P7**:磁盘上必须已有 `.xlsx`;对话 Markdown 表、手写 HTML/PDF **不能**当作终稿通过自检(用户明确只要话术除外)。
|
|
223
223
|
|
|
224
224
|
**C · 数字可信**(抽样,不读大 JSON):总消耗/CPA 数量级与生成过程中脚本 stdout 打印的汇总一致(若无,补跑一次极小 `node -e` 只打印 totals);账户 ID、区间与用户需求一致;无「示例账户」「占位 123456」等模板残留;表格行数符合预期(如 P3 每个 `-a` ID 占一行)。
|
|
225
225
|
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
| **P4** | **单个媒体广告账户** 某区间的 **周期汇总** | 周期报告、月度报告、季度报告、月报、投放月报、Google 账户报告(**未强调「诊断/健康/网站/网址」**) | 媒体 + 账户 ID + 区间 | HTML(默认);用户要 Excel 见 P4 excel 纲要 |
|
|
223
223
|
| **P4-DAILY** | **账户级按日表**(无多维) | 按天导出、投放数据 Excel(非 Google/Meta 周期报告) | 媒体 + 账户 ID + 区间 | xlsx(`stats --by-day`) |
|
|
224
224
|
| **P4-FB** | **Meta/Facebook 账户** 周期或诊断 | Facebook 报告、Meta 月报、FB **账户**诊断报告 | Meta 账户 ID + 区间 | HTML(`facebook-analysis render`) |
|
|
225
|
-
| **P6** | **OKKI 周报**(固定客户模板) | 见
|
|
225
|
+
| **P6** | **OKKI 周报**(固定客户模板) | 见 §三魔法短语;「表格形式 / 表格 / 各维度表格」仍是 P6 | 账户 ID + 区间 | **必产** 5 Sheet xlsx(禁止 Markdown 表/手写 HTML 代替) |
|
|
226
226
|
| **P7** | **Google 账户 + CRM 询盘资料** 效果 | 见 §三魔法短语;**须有询盘附件/字段表**(≠ 口语「零询盘」) | 账户 + 分析月 + 询盘资料 | 8 Sheet xlsx |
|
|
227
227
|
| **P3** | **多个广告账户** 消耗/CPA/零转化巡检 | 多账户对比、消耗排名、**转化成本监控**、**CPA**、**零转化**、口语「零询盘」(无 CRM)——见 **§零·D** | 媒体 + 账户列表或全量 + 区间 | 表格 / 话术 |
|
|
228
228
|
| **P2** | **多账户余额** 续航预警 | 余额扫描、快没钱了、充值预警 | 媒体(可选账户子集) | 列表 |
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
| 用户话术(含子串即可) | 工作流 | 备注 |
|
|
260
260
|
| ------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | --------------------------------------------------------- |
|
|
261
261
|
| **网址 / URL / 域名 / 官网 / 落地页** + **诊断 / 检测 / 监测 / 评估 / 体检 / 报告 / 符合投放要求 / 能不能投**(含「网络诊断」「网络检测」) | **P8** | 与 **§零** 同义;**优先 §零**;必 `website-diagnosis` CLI |
|
|
262
|
-
| `OKKI 周报` / `okki 周报` / `使用 okki 周报模板` | **P6** | **不按 P4 默认 8
|
|
262
|
+
| `OKKI 周报` / `okki 周报` / `使用 okki 周报模板` | **P6** | **不按 P4 默认 8 维**;**必产 xlsx**;「表格形式」= Excel,禁止对话 Markdown 表代替 |
|
|
263
263
|
| `Google 账户询盘分析` / `分析 … Google 账号的询盘效果`(**且有询盘附件/字段表**) | **P7** | 严格 3 个月窗口;无 CRM → 改 **§零·D / P3** |
|
|
264
264
|
| `转化成本监控` / `CPA 监控` / `谷歌ADS转化成本` / `低余额账户转化成本` | **P3(§零·D)** | `accounts-digest`;可加 `--max-cpa` |
|
|
265
265
|
| `昨日零询盘` / `零询盘账户` / `0 转化` / `有消耗无转化`(**无 CRM 附件**) | **P3(§零·D)** | `--zero-conversions`;**不是 P7** |
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
1. (可选)Read `subagent-orchestration.md` § P6 决定是否分阶段委派。
|
|
136
136
|
2. 确认 `mediaCustomerId` 与 `--start` / `--end`。
|
|
137
137
|
3. 同一 `--json-out` 目录执行模板命令组合:`stats`、`balance`、`google-analysis --sections overview,campaigns,keywords,search-terms,campaign-device,campaign-geo-matched`。
|
|
138
|
-
4. 脚本读盘 → 按 `okki-weekly-google-client.md`
|
|
139
|
-
-
|
|
138
|
+
4. 脚本读盘 → 按 `okki-weekly-google-client.md` **默认客户话术**填数交付(用户另有话术/增删条目时从其自定义);**必须**产出 5 Sheet `.xlsx`(无 CLI 写表命令)。「表格形式 / 表格 / 各维度表格」= xlsx,**禁止**用对话 Markdown 表或手写 HTML/PDF 代替。
|
|
139
|
+
- **产物**:磁盘上的 `.xlsx` 路径(缺文件 = 未完成)+ 对话内客户话术;**不**按 P4 默认 8 维追加;金额读 `*Yuan` 字段;对外话术数值须与 xlsx 一致。仅用户明确「只要话术 / 不要文件」时才省略 xlsx。
|
|
140
140
|
|
|
141
141
|
---
|
|
142
142
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
## 安装 CLI
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install -g siluzan-tso-cli
|
|
13
|
+
npm install -g siluzan-tso-cli
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
---
|
|
@@ -64,7 +64,7 @@ siluzan-tso config set --api-key <Key> # 或 config 直接写入
|
|
|
64
64
|
siluzan-tso config set --token <Token> # 备用:设置 JWT Token
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
API Key 获取入口:`https://www
|
|
67
|
+
API Key 获取入口:`https://www.siluzan.com/v3/foreign_trade/settings/apiKeyManagement`
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
70
|
# 第 1 步:让用户报出手机号后,立刻发码(命令立即返回,不会等待输入)
|
|
@@ -127,9 +127,9 @@ siluzan-tso config show
|
|
|
127
127
|
|
|
128
128
|
```
|
|
129
129
|
构建环境 : production
|
|
130
|
-
apiBaseUrl : https://tso-api
|
|
131
|
-
googleApiUrl : https://googleapi
|
|
132
|
-
webUrl : https://www
|
|
130
|
+
apiBaseUrl : https://tso-api.siluzan.com
|
|
131
|
+
googleApiUrl : https://googleapi.mysiluzan.com
|
|
132
|
+
webUrl : https://www.siluzan.com
|
|
133
133
|
apiKey : abcd****1234
|
|
134
134
|
```
|
|
135
135
|
|
|
@@ -107,7 +107,7 @@ summary: <1-3 句中文,无业务数字除非来自 manifest>
|
|
|
107
107
|
1. 主 Agent:确认账户与日期区间。
|
|
108
108
|
2. **决策**:拉数阶段若日志长 → Bash/Task + `handoff-p6-okki.md` §拉数;否则主会话执行模板 §拉数命令。
|
|
109
109
|
3. **决策**:写 xlsx 阶段 → Task handoff(只读 `snapDir`,先 outline 后 JSON,见 `references/core/tips.md`);或主会话若上下文充足。
|
|
110
|
-
4. 主 Agent
|
|
110
|
+
4. 主 Agent:合并交付 **xlsx 路径** + 客户话术;金额与 ID 与 manifest 一致。**没有 `.xlsx` 不得收口**(用户明确只要话术除外)。
|
|
111
111
|
|
|
112
112
|
### P5 · 多账户多维度
|
|
113
113
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
siluzan-tso config show # 取 webUrl
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
首页地址:`https://www
|
|
9
|
+
首页地址:`https://www.siluzan.com/v3/foreign_trade/tso/home`
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -25,7 +25,7 @@ siluzan-tso config show # 取 webUrl
|
|
|
25
25
|
|
|
26
26
|
## 推荐话术
|
|
27
27
|
|
|
28
|
-
1. **「和首页一样的总览」** → 打开 `https://www
|
|
28
|
+
1. **「和首页一样的总览」** → 打开 `https://www.siluzan.com/v3/foreign_trade/tso/home`。
|
|
29
29
|
2. **「某个 Google 账户昨天花了多少」** → `list-accounts -m Google` + `stats -m Google -a <id>`。
|
|
30
30
|
3. **「有待充值账户」** → 说明聚合数据在首页;CLI 可 `list-accounts` + `balance` 逐户排查,或引导充值页。
|
|
31
31
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
| `bing-period-report.md` / `.html` | **Bing(BingV2)分析报告(默认)**:四步流程 → `bing-analysis render` 出 HTML |
|
|
32
32
|
| `yandex-period-report.md` / `.html` | **Yandex Direct 周期报告(默认)**:四步流程 → `yandex-analysis render` 出 HTML(样式对齐开发样例) |
|
|
33
33
|
| `yandex-period-report-excel.md` | **仅用户要 Excel 时**:Agent 脚本写 xlsx;无 CLI excel 子命令 |
|
|
34
|
-
| `okki-weekly-google-client.md` | **OKKI 周报**:Google 发客户固定话术 + 精简维度 CLI
|
|
34
|
+
| `okki-weekly-google-client.md` | **OKKI 周报**:Google 发客户固定话术 + 精简维度 CLI;**默认必产 5 Sheet Excel**(「表格形式」= xlsx,禁止 Markdown/HTML 代替),见 `references/core/playbooks.md` P6 |
|
|
35
35
|
| `google-inquiry-analysis.md` | **Google 询盘分析**:严格 3 个月 + 用户询盘 + 8 Sheet xlsx,见 `references/core/playbooks.md` P7 |
|
|
36
36
|
| `website-diagnosis-report.md` / `.html` | **网站诊断**:终稿为 **HTML**(对齐 TSO `WebsiteAnalysisReport/v3`);配合 `website-diagnosis collect`,见 P8 |
|
|
37
37
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
- **TikTok 周期报告**:产出 `tiktok-period-report.json`(见 `tiktok-period-report.md`,`meta` 可由 `--snapshot-dir` 自动合并)。
|
|
85
85
|
- **Bing 周期报告**:产出 `bing-period-report.json`(见 `bing-period-report.md`,`meta`/`kpis` 可由 `--snapshot-dir` 自动合并)。
|
|
86
86
|
- **Yandex 周期报告**:产出 `yandex-period-report.json`(见 `yandex-period-report.md`,`meta`/`kpis`/`tables` 可由 `--snapshot-dir` 自动合并)。
|
|
87
|
-
-
|
|
87
|
+
- **OKKI(P6)/ 询盘(P7)**:Agent 脚本写 **多 Sheet `.xlsx`**(必产);对话 Markdown 表 / 手写 HTML **不能**代替终稿。
|
|
88
88
|
|
|
89
89
|
### 步骤 5b:生成终稿(按媒体与格式)
|
|
90
90
|
|
|
@@ -96,10 +96,12 @@
|
|
|
96
96
|
| **TikTok 周期报告** | `tiktok-analysis render` → **HTML**(必做) | Agent 脚本写 xlsx;**不**默认 `render` |
|
|
97
97
|
| **Bing 周期报告** | `bing-analysis render` → **HTML**(必做) | Agent 脚本写 xlsx;**不**默认 `render` |
|
|
98
98
|
| **Yandex 周期报告** | `yandex-analysis render` → **HTML**(必做) | Agent 脚本按 `yandex-period-report-excel.md` 写 xlsx;**不**默认 `render` |
|
|
99
|
-
| **Google
|
|
99
|
+
| **Google 诊断** | 按 `report-template*.html` 写 HTML(默认 `report-template.html`) | 同左;用户要 Excel 时 Agent 脚本写 xlsx |
|
|
100
|
+
| **OKKI 周报(P6)** | **必产 5 Sheet `.xlsx`**(Agent 脚本;「表格形式」= xlsx) | 同左;仅用户明确「只要话术 / 不要文件」才省略 |
|
|
101
|
+
| **Google 询盘(P7)** | **必产 8 Sheet `.xlsx`**(Agent 脚本) | 同左 |
|
|
100
102
|
| **网站诊断** | `website-diagnosis render` → HTML | — |
|
|
101
103
|
|
|
102
|
-
**禁止**:Meta / Google / TikTok / Bing 周期报告与 Meta 诊断报告默认只交 Markdown/JSON;禁止 Agent 手写以上报告 HTML
|
|
104
|
+
**禁止**:Meta / Google / TikTok / Bing 周期报告与 Meta 诊断报告默认只交 Markdown/JSON;禁止 Agent 手写以上报告 HTML。**禁止 P6/P7** 用对话 Markdown 表或手写 HTML 代替 `.xlsx`。
|
|
103
105
|
|
|
104
106
|
**Google 广告诊断报告**(`google-ads-diagnosis.md` / `google-account-diagnosis-report.md`)额外必遵:
|
|
105
107
|
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
| 用户措辞 | 映射 |
|
|
124
126
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
125
127
|
| 月报、周报、投放总结、效果回顾 | 周期分析 → 对应媒体 `*-period-report.md` |
|
|
126
|
-
| **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google +
|
|
128
|
+
| **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google + 区间;含「表格形式」) | **固定话术 + 必产 5 Sheet `.xlsx`** → `okki-weekly-google-client.md`(见 SKILL **P6**);「表格形式 / 表格 / 各维度表格」= Excel,**禁止**对话 Markdown 表或手写 HTML 代替;Excel **仅**由 Agent 脚本生成,**无** CLI 内置写表子命令 |
|
|
127
129
|
| **Goog账户询盘分析 / Google 账户询盘分析 / 分析XXX Google账号的询盘效果 / 我给你询盘信息分析Google账号XXX效果**(或含「询盘 + 账户 + Google」三要素) | **询盘 + 账户合并分析 + 严格 3 个月 + 8 Sheet xlsx** → `google-inquiry-analysis.md`(见 SKILL **P7**);询盘资料用户上传任意载体,宿主 Agent 解析落盘 `inquiries.json`,xlsx **仅**由 Agent 脚本生成 |
|
|
128
130
|
| 健康检查、诊断、账户分析 | 诊断 → `google-account-diagnosis-report.md`(Google)或周期型降级 |
|
|
129
131
|
| 对比、汇报、给客户看 | 以周期型为骨架,简化版本 |
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
> 同义:`OKKI 周报`、`okki 周报模板`、`运营 OKKI 周报`。
|
|
6
6
|
> **媒体**:当前模板仅规范 **Google**(`mediaCustomerId`)。其他媒体用各自 `*-period-report.md`。
|
|
7
7
|
> **Excel 版式基准**:与运营样表《**数据复盘分析**》类 xlsx 对齐(如 `2025.12数据复盘分析.xlsx`);工作簿 5 个 Sheet、顺序与表头以下文规范为准。
|
|
8
|
+
>
|
|
9
|
+
> **默认交付(硬性,缺文件 = 任务未完成)**:磁盘上的 **5 Sheet `.xlsx`** + 对话内客户话术。
|
|
10
|
+
> 「表格形式 / 表格 / 各维度表格 / 表 / 做成表」= **Excel `.xlsx`**,**不是**对话 Markdown 表,**不是**手写 HTML/PDF。
|
|
11
|
+
> 仅当用户明确「只要话术 / 不要文件 / 不要 Excel」时才省略 xlsx。
|
|
12
|
+
> **禁止**:用对话 Markdown 表、手写 HTML、PDF 代替 `.xlsx`;禁止假设存在 CLI `excel` 子命令。
|
|
8
13
|
|
|
9
14
|
## Contents
|
|
10
15
|
|
|
@@ -18,7 +23,7 @@
|
|
|
18
23
|
|
|
19
24
|
---
|
|
20
25
|
|
|
21
|
-
识别到上述意图时:**不要**再走 `google-period-report.md` 的「默认 8 维 + 追问追加」流程;按本文**固定维度 +
|
|
26
|
+
识别到上述意图时:**不要**再走 `google-period-report.md` 的「默认 8 维 + 追问追加」流程;按本文**固定维度 + 默认客户话术(可用户自定义)+ 5 Sheet `.xlsx`** 交付(数据全部来自 CLI 落盘 JSON,见 `references/analytics/account-analytics.md`)。**先写 xlsx 再发话术**;没有 `.xlsx` 路径不得收口。
|
|
22
27
|
|
|
23
28
|
---
|
|
24
29
|
|
|
@@ -28,14 +33,14 @@
|
|
|
28
33
|
2. **统计区间**:`--start` / `--end`(用户未给齐时按 SKILL 反问;授权默认时可用「上一完整自然周」白名单并写明)。
|
|
29
34
|
3. **询盘口径**:默认使用区间内 `conversions`(转化次数,来自 `stats` 或 `overview`)。若运营定义为某类转化,须在首段脚注说明(必要时补拉 `google-analysis --sections conversion-actions` 仅作说明)。
|
|
30
35
|
4. **日期写法**:`2026.4.1`、`2026/4/1` 等先规范为 `YYYY-MM-DD`(如 `2026-04-01`)再传 `--start` / `--end`。
|
|
31
|
-
5.
|
|
36
|
+
5. **交付**:默认 **客户话术 + 5 Sheet `.xlsx`(必产)**。「表格形式」一律当 Excel。仅用户明确只要可复制话术、不要文件时,才省略 xlsx。
|
|
32
37
|
|
|
33
38
|
---
|
|
34
39
|
|
|
35
40
|
## 架构约定 · Excel 由谁生成
|
|
36
41
|
|
|
37
42
|
- **`siluzan-tso` 不提供**「一键生成 OKKI Excel」的子命令,**也不要**在 CLI 里新增。
|
|
38
|
-
-
|
|
43
|
+
- **默认必产 Excel**:由 **Agent(含 WorkBuddy 编排)** 在下列 CLI **`--json-out` 落盘后**,自行编写 **Node.js / Python** 脚本(如 `exceljs`、`xlsx`、`openpyxl`)读取 JSON → 写 `.xlsx`。没有写出 `.xlsx` = 未完成。
|
|
39
44
|
- **数值一律来自落盘 JSON,禁止在脚本里写死业务数字。**
|
|
40
45
|
- **所有 ID 列写字符串(文本)**,禁止 Excel 数字类型(防科学计数法);见 `references/core/agent-conventions.md`。
|
|
41
46
|
|
|
@@ -259,5 +264,5 @@ siluzan-tso google-analysis -a <mediaCustomerId> --start <S> --end <E> --json-ou
|
|
|
259
264
|
| 项 | `google-period-report.md` | 本文 OKKI 周报 |
|
|
260
265
|
| -------- | ------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
|
261
266
|
| 默认维度 | 8 维 + 主动追问追加 | **固定** `overview,campaigns,keywords,search-terms,campaign-device,campaign-geo-matched` + `stats` + `balance` |
|
|
262
|
-
| 输出形态 |
|
|
267
|
+
| 输出形态 | 长文分析报告(默认 HTML) | **必产** 5 Sheet `.xlsx` + 客户话术;「表格形式」= Excel;**禁止**对话 Markdown 表 / 手写 HTML 代替 |
|
|
263
268
|
| 典型用户 | 内部分析 | **发客户**的同步简报 |
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
| `bing-period-report.md` / `.html` | **Bing(BingV2)分析报告(默认)**:四步流程 → `bing-analysis render` 出 HTML |
|
|
32
32
|
| `yandex-period-report.md` / `.html` | **Yandex Direct 周期报告(默认)**:四步流程 → `yandex-analysis render` 出 HTML(样式对齐开发样例) |
|
|
33
33
|
| `yandex-period-report-excel.md` | **仅用户要 Excel 时**:Agent 脚本写 xlsx;无 CLI excel 子命令 |
|
|
34
|
-
| `okki-weekly-google-client.md` | **OKKI 周报**:Google 发客户固定话术 + 精简维度 CLI
|
|
34
|
+
| `okki-weekly-google-client.md` | **OKKI 周报**:Google 发客户固定话术 + 精简维度 CLI;**默认必产 5 Sheet Excel**(「表格形式」= xlsx,禁止 Markdown/HTML 代替),见 `references/core/playbooks.md` P6 |
|
|
35
35
|
| `google-inquiry-analysis.md` | **Google 询盘分析**:严格 3 个月 + 用户询盘 + 8 Sheet xlsx,见 `references/core/playbooks.md` P7 |
|
|
36
36
|
| `website-diagnosis-report.md` / `.html` | **网站诊断**:终稿为 **HTML**(对齐 TSO `WebsiteAnalysisReport/v3`);配合 `website-diagnosis collect`,见 P8 |
|
|
37
37
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
- **TikTok 周期报告**:产出 `tiktok-period-report.json`(见 `tiktok-period-report.md`,`meta` 可由 `--snapshot-dir` 自动合并)。
|
|
85
85
|
- **Bing 周期报告**:产出 `bing-period-report.json`(见 `bing-period-report.md`,`meta`/`kpis` 可由 `--snapshot-dir` 自动合并)。
|
|
86
86
|
- **Yandex 周期报告**:产出 `yandex-period-report.json`(见 `yandex-period-report.md`,`meta`/`kpis`/`tables` 可由 `--snapshot-dir` 自动合并)。
|
|
87
|
-
-
|
|
87
|
+
- **OKKI(P6)/ 询盘(P7)**:Agent 脚本写 **多 Sheet `.xlsx`**(必产);对话 Markdown 表 / 手写 HTML **不能**代替终稿。
|
|
88
88
|
|
|
89
89
|
### 步骤 5b:生成终稿(按媒体与格式)
|
|
90
90
|
|
|
@@ -96,10 +96,12 @@
|
|
|
96
96
|
| **TikTok 周期报告** | `tiktok-analysis render` → **HTML**(必做) | Agent 脚本写 xlsx;**不**默认 `render` |
|
|
97
97
|
| **Bing 周期报告** | `bing-analysis render` → **HTML**(必做) | Agent 脚本写 xlsx;**不**默认 `render` |
|
|
98
98
|
| **Yandex 周期报告** | `yandex-analysis render` → **HTML**(必做) | Agent 脚本按 `yandex-period-report-excel.md` 写 xlsx;**不**默认 `render` |
|
|
99
|
-
| **Google
|
|
99
|
+
| **Google 诊断** | 按 `report-template*.html` 写 HTML(默认 `report-template.html`) | 同左;用户要 Excel 时 Agent 脚本写 xlsx |
|
|
100
|
+
| **OKKI 周报(P6)** | **必产 5 Sheet `.xlsx`**(Agent 脚本;「表格形式」= xlsx) | 同左;仅用户明确「只要话术 / 不要文件」才省略 |
|
|
101
|
+
| **Google 询盘(P7)** | **必产 8 Sheet `.xlsx`**(Agent 脚本) | 同左 |
|
|
100
102
|
| **网站诊断** | `website-diagnosis render` → HTML | — |
|
|
101
103
|
|
|
102
|
-
**禁止**:Meta / Google / TikTok / Bing 周期报告与 Meta 诊断报告默认只交 Markdown/JSON;禁止 Agent 手写以上报告 HTML
|
|
104
|
+
**禁止**:Meta / Google / TikTok / Bing 周期报告与 Meta 诊断报告默认只交 Markdown/JSON;禁止 Agent 手写以上报告 HTML。**禁止 P6/P7** 用对话 Markdown 表或手写 HTML 代替 `.xlsx`。
|
|
103
105
|
|
|
104
106
|
**Google 广告诊断报告**(`google-ads-diagnosis.md` / `google-account-diagnosis-report.md`)额外必遵:
|
|
105
107
|
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
| 用户措辞 | 映射 |
|
|
124
126
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
125
127
|
| 月报、周报、投放总结、效果回顾 | 周期分析 → 对应媒体 `*-period-report.md` |
|
|
126
|
-
| **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google +
|
|
128
|
+
| **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google + 区间;含「表格形式」) | **固定话术 + 必产 5 Sheet `.xlsx`** → `okki-weekly-google-client.md`(见 SKILL **P6**);「表格形式 / 表格 / 各维度表格」= Excel,**禁止**对话 Markdown 表或手写 HTML 代替;Excel **仅**由 Agent 脚本生成,**无** CLI 内置写表子命令 |
|
|
127
129
|
| **Goog账户询盘分析 / Google 账户询盘分析 / 分析XXX Google账号的询盘效果 / 我给你询盘信息分析Google账号XXX效果**(或含「询盘 + 账户 + Google」三要素) | **询盘 + 账户合并分析 + 严格 3 个月 + 8 Sheet xlsx** → `google-inquiry-analysis.md`(见 SKILL **P7**);询盘资料用户上传任意载体,宿主 Agent 解析落盘 `inquiries.json`,xlsx **仅**由 Agent 脚本生成 |
|
|
128
130
|
| 健康检查、诊断、账户分析 | 诊断 → `google-account-diagnosis-report.md`(Google)或周期型降级 |
|
|
129
131
|
| 对比、汇报、给客户看 | 以周期型为骨架,简化版本 |
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
> 同义:`OKKI 周报`、`okki 周报模板`、`运营 OKKI 周报`。
|
|
6
6
|
> **媒体**:当前模板仅规范 **Google**(`mediaCustomerId`)。其他媒体用各自 `*-period-report.md`。
|
|
7
7
|
> **Excel 版式基准**:与运营样表《**数据复盘分析**》类 xlsx 对齐(如 `2025.12数据复盘分析.xlsx`);工作簿 5 个 Sheet、顺序与表头以下文规范为准。
|
|
8
|
+
>
|
|
9
|
+
> **默认交付(硬性,缺文件 = 任务未完成)**:磁盘上的 **5 Sheet `.xlsx`** + 对话内客户话术。
|
|
10
|
+
> 「表格形式 / 表格 / 各维度表格 / 表 / 做成表」= **Excel `.xlsx`**,**不是**对话 Markdown 表,**不是**手写 HTML/PDF。
|
|
11
|
+
> 仅当用户明确「只要话术 / 不要文件 / 不要 Excel」时才省略 xlsx。
|
|
12
|
+
> **禁止**:用对话 Markdown 表、手写 HTML、PDF 代替 `.xlsx`;禁止假设存在 CLI `excel` 子命令。
|
|
8
13
|
|
|
9
14
|
## Contents
|
|
10
15
|
|
|
@@ -18,7 +23,7 @@
|
|
|
18
23
|
|
|
19
24
|
---
|
|
20
25
|
|
|
21
|
-
识别到上述意图时:**不要**再走 `google-period-report.md` 的「默认 8 维 + 追问追加」流程;按本文**固定维度 +
|
|
26
|
+
识别到上述意图时:**不要**再走 `google-period-report.md` 的「默认 8 维 + 追问追加」流程;按本文**固定维度 + 默认客户话术(可用户自定义)+ 5 Sheet `.xlsx`** 交付(数据全部来自 CLI 落盘 JSON,见 `references/analytics/account-analytics.md`)。**先写 xlsx 再发话术**;没有 `.xlsx` 路径不得收口。
|
|
22
27
|
|
|
23
28
|
---
|
|
24
29
|
|
|
@@ -28,14 +33,14 @@
|
|
|
28
33
|
2. **统计区间**:`--start` / `--end`(用户未给齐时按 SKILL 反问;授权默认时可用「上一完整自然周」白名单并写明)。
|
|
29
34
|
3. **询盘口径**:默认使用区间内 `conversions`(转化次数,来自 `stats` 或 `overview`)。若运营定义为某类转化,须在首段脚注说明(必要时补拉 `google-analysis --sections conversion-actions` 仅作说明)。
|
|
30
35
|
4. **日期写法**:`2026.4.1`、`2026/4/1` 等先规范为 `YYYY-MM-DD`(如 `2026-04-01`)再传 `--start` / `--end`。
|
|
31
|
-
5.
|
|
36
|
+
5. **交付**:默认 **客户话术 + 5 Sheet `.xlsx`(必产)**。「表格形式」一律当 Excel。仅用户明确只要可复制话术、不要文件时,才省略 xlsx。
|
|
32
37
|
|
|
33
38
|
---
|
|
34
39
|
|
|
35
40
|
## 架构约定 · Excel 由谁生成
|
|
36
41
|
|
|
37
42
|
- **`siluzan-tso` 不提供**「一键生成 OKKI Excel」的子命令,**也不要**在 CLI 里新增。
|
|
38
|
-
-
|
|
43
|
+
- **默认必产 Excel**:由 **Agent(含 WorkBuddy 编排)** 在下列 CLI **`--json-out` 落盘后**,自行编写 **Node.js / Python** 脚本(如 `exceljs`、`xlsx`、`openpyxl`)读取 JSON → 写 `.xlsx`。没有写出 `.xlsx` = 未完成。
|
|
39
44
|
- **数值一律来自落盘 JSON,禁止在脚本里写死业务数字。**
|
|
40
45
|
- **所有 ID 列写字符串(文本)**,禁止 Excel 数字类型(防科学计数法);见 `references/core/agent-conventions.md`。
|
|
41
46
|
|
|
@@ -259,5 +264,5 @@ siluzan-tso google-analysis -a <mediaCustomerId> --start <S> --end <E> --json-ou
|
|
|
259
264
|
| 项 | `google-period-report.md` | 本文 OKKI 周报 |
|
|
260
265
|
| -------- | ------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
|
261
266
|
| 默认维度 | 8 维 + 主动追问追加 | **固定** `overview,campaigns,keywords,search-terms,campaign-device,campaign-geo-matched` + `stats` + `balance` |
|
|
262
|
-
| 输出形态 |
|
|
267
|
+
| 输出形态 | 长文分析报告(默认 HTML) | **必产** 5 Sheet `.xlsx` + 客户话术;「表格形式」= Excel;**禁止**对话 Markdown 表 / 手写 HTML 代替 |
|
|
263
268
|
| 典型用户 | 内部分析 | **发客户**的同步简报 |
|
|
@@ -9,11 +9,11 @@ $ErrorActionPreference = 'Stop'
|
|
|
9
9
|
# -- Package info (injected at build time) ------------------------------------
|
|
10
10
|
$PKG_NAME = 'siluzan-tso-cli'
|
|
11
11
|
# PKG_VERSION 锁定到与本脚本同批构建产物一致的版本,避免与 dist/skill 错位
|
|
12
|
-
$PKG_VERSION = '1.1.46
|
|
12
|
+
$PKG_VERSION = '1.1.46'
|
|
13
13
|
$CLI_BIN = 'siluzan-tso'
|
|
14
14
|
$SKILL_LABEL = 'Siluzan TSO'
|
|
15
|
-
$INSTALL_CMD = 'npm install -g siluzan-tso-cli
|
|
16
|
-
$WEB_BASE = 'https://www
|
|
15
|
+
$INSTALL_CMD = 'npm install -g siluzan-tso-cli'
|
|
16
|
+
$WEB_BASE = 'https://www.siluzan.com'
|
|
17
17
|
|
|
18
18
|
# -- Constants ----------------------------------------------------------------
|
|
19
19
|
$NODE_MAJOR_MIN = 18
|
|
@@ -9,11 +9,11 @@ set -euo pipefail
|
|
|
9
9
|
# -- Package info (injected at build time) ------------------------------------
|
|
10
10
|
readonly PKG_NAME="siluzan-tso-cli"
|
|
11
11
|
# PKG_VERSION 锁定到与本脚本同批构建产物一致的版本,避免与 dist/skill 错位
|
|
12
|
-
readonly PKG_VERSION="1.1.46
|
|
12
|
+
readonly PKG_VERSION="1.1.46"
|
|
13
13
|
readonly CLI_BIN="siluzan-tso"
|
|
14
14
|
readonly SKILL_LABEL="Siluzan TSO"
|
|
15
|
-
readonly INSTALL_CMD="npm install -g siluzan-tso-cli
|
|
16
|
-
readonly WEB_BASE="https://www
|
|
15
|
+
readonly INSTALL_CMD="npm install -g siluzan-tso-cli"
|
|
16
|
+
readonly WEB_BASE="https://www.siluzan.com"
|
|
17
17
|
|
|
18
18
|
# -- Constants ----------------------------------------------------------------
|
|
19
19
|
readonly NODE_MAJOR_MIN=18
|
|
@@ -45,7 +45,7 @@ siluzan-tso google-analysis -a <mediaCustomerId> --start <S> --end <E> --json-ou
|
|
|
45
45
|
**任务**:
|
|
46
46
|
|
|
47
47
|
1. Read `report-templates/okki-weekly-google-client.md` 中 xlsx 版式与 **§对外客户话术**(默认 7 条模板;主 Agent 若指定自定义话术则从其指示)。
|
|
48
|
-
2. 编写并执行 Node/Python 脚本,产出 `.xlsx` + 客户话术;**每个 Sheet 数据表末须写「分析」**(总结 + 建议,见模板各 Sheet
|
|
48
|
+
2. 编写并执行 Node/Python 脚本,产出 `.xlsx` + 客户话术;**每个 Sheet 数据表末须写「分析」**(总结 + 建议,见模板各 Sheet「表末「分析」」行)。**禁止**只交 Markdown 表或手写 HTML;没有 `.xlsx` 路径 = 本阶段失败。
|
|
49
49
|
3. 设备/国家 Sheet 必须用 `campaign-device` / `campaign-geo-matched` 落盘文件。
|
|
50
50
|
|
|
51
51
|
**returnSchema**: 产出文件路径列表 + 脚本 exitCode;勿贴 xlsx 二进制内容。
|