siluzan-tso-cli 1.1.20-beta.2 → 1.1.20-beta.21

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.
Files changed (89) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +3777 -1190
  3. package/dist/skill/SKILL.md +144 -125
  4. package/dist/skill/_meta.json +2 -2
  5. package/dist/skill/assets/campaign-create-template.json +146 -93
  6. package/dist/skill/assets/campaign-create-template.md +238 -0
  7. package/dist/skill/references/account-analytics.md +39 -32
  8. package/dist/skill/references/accounts.md +13 -11
  9. package/dist/skill/references/currency.md +72 -0
  10. package/dist/skill/references/geo-continents.json +1 -9
  11. package/dist/skill/references/google-ads-campaign-plan.md +89 -0
  12. package/dist/skill/references/google-ads-rules/google-ads-campaign-optimization.md +1 -15
  13. package/dist/skill/references/google-ads-rules/google-ads-compliance.md +7 -8
  14. package/dist/skill/references/google-ads-rules/google-ads-keyword-strategy.md +2 -3
  15. package/dist/skill/references/google-ads-rules/google-ads-keyword-taxonomy.md +86 -0
  16. package/dist/skill/references/google-ads-rules/google-ads-launch-plan-template.md +59 -129
  17. package/dist/skill/references/google-ads.md +256 -144
  18. package/dist/skill/references/google-analysis-batch.md +18 -18
  19. package/dist/skill/references/hosted-automation-optimize-weak-downbid.md +1 -1
  20. package/dist/skill/references/hosted-automation-self-control.md +2 -2
  21. package/dist/skill/references/keyword-planner-workflows.md +132 -28
  22. package/dist/skill/references/rag.md +104 -0
  23. package/dist/skill/references/reporting.md +1 -1
  24. package/dist/skill/references/tips.md +12 -6
  25. package/dist/skill/references/workflows.md +24 -172
  26. package/dist/skill/report-templates/README.md +8 -8
  27. package/dist/skill/report-templates/REPORT-WORKFLOW.md +12 -12
  28. package/dist/skill/report-templates/google-inquiry-analysis.md +185 -127
  29. package/dist/skill/report-templates/okki-weekly-google-client.md +66 -66
  30. package/dist/skill/scripts/install.ps1 +8 -6
  31. package/dist/skill/scripts/install.sh +7 -3
  32. package/eval/cases/accounts-entityid-vs-mediaccustomerid.scenario.json +14 -2
  33. package/eval/cases/accounts-mcc-bind-inquiry.scenario.json +3 -1
  34. package/eval/cases/accounts-single-balance-not-bulk.scenario.json +14 -3
  35. package/eval/cases/budget-display-not-raw-micros.scenario.json +10 -3
  36. package/eval/cases/clue-meta-leads-json.scenario.json +14 -2
  37. package/eval/cases/clue-tiktok-leads-json.scenario.json +11 -2
  38. package/eval/cases/destructive-account-delink-needs-confirm.scenario.json +9 -3
  39. package/eval/cases/destructive-forewarning-delete-needs-confirm.scenario.json +9 -3
  40. package/eval/cases/destructive-invoice-apply-needs-confirm.scenario.json +9 -3
  41. package/eval/cases/finance-invoice-info-list.scenario.json +11 -3
  42. package/eval/cases/forewarning-list-google.scenario.json +14 -3
  43. package/eval/cases/google-ads-no-structural-without-confirm.scenario.json +6 -2
  44. package/eval/cases/google-analysis-keywords-route.scenario.json +14 -2
  45. package/eval/cases/human-p1-multiturn.scenario.json +5 -1
  46. package/eval/cases/meta-single-balance-not-bulk.scenario.json +17 -3
  47. package/eval/cases/open-account-bing-noninteractive.scenario.json +4 -1
  48. package/eval/cases/open-account-google-noninteractive.scenario.json +3 -1
  49. package/eval/cases/open-account-tiktok-license-file.scenario.json +3 -1
  50. package/eval/cases/optimize-list-by-account.scenario.json +11 -3
  51. package/eval/cases/p1-single-account-profile.scenario.json +11 -1
  52. package/eval/cases/p2-balance-scan-bulk.scenario.json +9 -2
  53. package/eval/cases/p3-accounts-digest.scenario.json +5 -1
  54. package/eval/cases/p4-period-report-window.scenario.json +8 -1
  55. package/eval/cases/rag-before-keyword-expand.scenario.json +24 -0
  56. package/eval/cases/rag-list-then-query.scenario.json +23 -0
  57. package/eval/cases/report-list-google.scenario.json +11 -2
  58. package/eval/cases/report-push-list-google.scenario.json +11 -2
  59. package/eval/cases/reporting-vs-account-analytics-routing.scenario.json +4 -1
  60. package/eval/cases/setup-login-or-env.scenario.json +3 -1
  61. package/eval/cases/setup-siluzan-data-permission-env.scenario.json +3 -1
  62. package/eval/cases/skill-optimize-vs-google-ads-distinction.scenario.json +4 -1
  63. package/eval/cases/tiktok-bc-bind-inquiry.scenario.json +6 -2
  64. package/eval/cases/time-range-user-delegates-default.scenario.json +8 -1
  65. package/eval/cases/tips-json-filtering.scenario.json +3 -1
  66. package/eval/cases/tips-large-json-pagination.scenario.json +3 -1
  67. package/eval/cases/uj-ad-campaign-validate-before-create-stub.scenario.json +20 -0
  68. package/eval/cases/uj-ad-keywords-camping-tent-outdoor-plan.scenario.json +1 -1
  69. package/eval/cases/uj-ad-outdoor-campgear-search-plan.scenario.json +5 -3
  70. package/eval/cases/uj-analytics-30d-pdf-campaign-device-geo.scenario.json +18 -6
  71. package/eval/cases/uj-analytics-compare-google-tiktok-last-month-roi.scenario.json +8 -1
  72. package/eval/cases/uj-analytics-google-weekly-trends-campaigns-keywords.scenario.json +11 -2
  73. package/eval/cases/uj-analytics-report-push-weekly-email.scenario.json +3 -1
  74. package/eval/cases/uj-finance-invoice-records-this-month.scenario.json +11 -2
  75. package/eval/cases/uj-life-newbie-siluzan-google-end-to-end.scenario.json +4 -1
  76. package/eval/cases/uj-ops-google-accounts-list-normal.scenario.json +14 -2
  77. package/eval/cases/uj-ops-google-yesterday-spend-conversions.scenario.json +14 -2
  78. package/eval/cases/uj-ops-open-google-b2c-usd-shenzhen.scenario.json +4 -1
  79. package/eval/cases/uj-ops-pause-worst-adgroup-confirm.scenario.json +6 -2
  80. package/eval/cases/uj-ops-tiktok-leads-last-week.scenario.json +17 -3
  81. package/eval/cases/uj-patrol-cpc-spike-adgroups-over-15.scenario.json +9 -2
  82. package/eval/cases/uj-patrol-forewarning-create-daily-cap-3000.scenario.json +3 -1
  83. package/eval/cases/uj-patrol-forewarning-trigger-records.scenario.json +17 -3
  84. package/eval/cases/uj-patrol-google-balances-low.scenario.json +11 -2
  85. package/eval/cases/uj-roi-optimize-records-then-execute-cautiously.scenario.json +14 -3
  86. package/eval/cases/uj-roi-search-terms-add-negative-keywords.scenario.json +14 -2
  87. package/eval/stub-fixtures/rag-list.json +19 -0
  88. package/eval/stub-fixtures/rag-query.json +20 -0
  89. package/package.json +1 -1
@@ -18,9 +18,13 @@
18
18
 
19
19
  ---
20
20
 
21
- ## 关键词规划师(拓词 / 词包 / 建户结构编排)
21
+ ## 关键词规划师(拓词 / 词包)
22
22
 
23
- **`references/keyword-planner-workflows.md`**:`google-analysis`、`keyword`、`ad keyword-*` 串联步骤;Forecast / 12 个月趋势在 CLI 侧无接口;`--json-out` 消费约定。单命令参数见 `references/google-ads.md`「keyword」节。
23
+ **`references/keyword-planner-workflows.md`**:`keyword` / `google-analysis` 拓词编排;**不含**建户 JSON(见下节)。
24
+
25
+ ## Google 搜索系列方案 + 创建(Agent)
26
+
27
+ **`references/google-ads-campaign-plan.md`**:双轨入口、7 步流水线、`campaign-validate` 门禁、`campaign-create` + batch。字段契约见 `assets/campaign-create-template.md`;命令参数见 `references/google-ads.md`。
24
28
 
25
29
  ---
26
30
 
@@ -202,7 +206,7 @@ siluzan-tso account-history -m Google
202
206
 
203
207
  ## 流程二:AI 智投创建 → 审核 → 发布
204
208
 
205
- 对应页面:`/advertising/AICreation`(创建向导)、`/advertising/AICreationList`(记录列表)。`ad smart` 与 `ad batch` 详解见 **`references/aigc.md`**。
209
+ 对应页面:`/advertising/AICreation`(创建向导)、`/advertising/AICreationList`(记录列表)。`ad batch` 命令见 **`references/google-ads.md`** § ad batch。
206
210
 
207
211
  ### 业务背景
208
212
 
@@ -276,38 +280,25 @@ Failed / HasFailed(部分或全部失败)
276
280
  用户要创建 Google 广告
277
281
  ├─ 有已保存的 AI 智投草稿(网页向导填写的)?
278
282
  │ └─ 是 → 流程二(ad batch update/publish)
279
- ├─ 需要 AI 辅助规划关键词/预算/地区分配?
280
- │ └─ 是 → 流程十三(ad smart preparead campaign-create 一体化)
281
- └─ 已知所有参数,直接创建?
282
- └─ 是 → 本流程(ad campaign-create,内部走 AI 创建 API
283
+ ├─ 需先出投放方案(口述/官网/拓词)?
284
+ │ └─ 是 → references/google-ads-campaign-plan.md campaign-validate → campaign-create
285
+ └─ 已有完整 JSON 或结构化计划?
286
+ └─ 是 → 本流程(campaign-validate campaign-create)
283
287
  ```
284
288
 
285
289
  ### 场景 A:一体化创建(系列 + 关键词 + 广告,推荐)
286
290
 
287
- 一条命令完成全部内容,等同于网页向导发布行为。
291
+ **方案阶段**:按 **`references/google-ads-campaign-plan.md`**(JSON → `campaign-validate` → Markdown → 用户确认 → create)。下文为命令串联速查。
288
292
 
289
293
  ```bash
290
- # 前置:获取地理位置 ID
294
+ # 前置:地域 ID 写入 JSON(campaign.targetedLocations[].id)
291
295
  siluzan-tso ad geo search -a <mediaCustomerId> -q "United States"
292
- # 记录 id(如美国 = 2840)
293
296
 
294
- # 一体化创建(含关键词和广告创意)
295
- siluzan-tso ad campaign-create \
296
- -a <mediaCustomerId> \
297
- --customer-name "<mediaAccountName>" \
298
- --name "品牌推广_US_搜索" \
299
- --budget 100 \
300
- --bidding TARGET_SPEND \
301
- --location-ids 2840 \
302
- --adgroup-name "核心词_跑步鞋" \
303
- --max-cpc 5 \
304
- --url "https://www.brand-a.com/running-shoes" \
305
- --keywords "running shoes,sport shoes,trail running" \
306
- --headlines "专业跑步鞋,轻量透气设计,品牌直销价" \
307
- --descriptions "全球百万跑者信赖,专业助力每一步。,免费配送,30天无理由退换。" \
308
- --final-url "https://www.brand-a.com/running-shoes" \
309
- --path1 "跑步鞋" \
310
- --path2 "特惠"
297
+ # 方案门禁(必跑,失败只改 JSON)
298
+ siluzan-tso ad campaign-validate --config-file ./campaign.json
299
+
300
+ # 用户确认后创建(字段说明见 campaign-create-template.md)
301
+ siluzan-tso ad campaign-create --config-file ./campaign.json
311
302
 
312
303
  # 记录返回的任务 ID,轮询创建状态(Creating → Successfully)
313
304
  siluzan-tso ad batch get --id <taskId>
@@ -328,16 +319,8 @@ siluzan-tso ad campaigns -a <mediaCustomerId> --json
328
319
  适合需要精细控制每个广告组、关键词、广告创意的场景。
329
320
 
330
321
  ```bash
331
- # 第一步:创建广告系列骨架(含空广告组,无关键词和广告)
332
- siluzan-tso ad campaign-create \
333
- -a <mediaCustomerId> \
334
- --customer-name "<mediaAccountName>" \
335
- --name "品牌推广_US_搜索" \
336
- --budget 100 \
337
- --bidding TARGET_SPEND \
338
- --location-ids 2840 \
339
- --adgroup-name "核心词_跑步鞋" \
340
- --max-cpc 5
322
+ # 第一步:创建广告系列骨架(config 中省略 keywords/headlines 即可)
323
+ siluzan-tso ad campaign-create --config-file ./campaign-skeleton.json
341
324
 
342
325
  # 第二步:等待创建完成
343
326
  siluzan-tso ad batch get --id <taskId>
@@ -806,134 +789,6 @@ siluzan-tso balance -m Google -a <mediaCustomerId>
806
789
 
807
790
  ---
808
791
 
809
- ## 流程十三:Google AIGC 广告智投方案生成(全 CLI,无需打开浏览器)
810
-
811
- 对应功能:`ad smart prepare`(数据收集)→ AI Agent 规划 → `ad` 系列命令落地
812
-
813
- ### 业务背景
814
-
815
- AI Agent 全程辅助的 Google 广告方案生成:CLI 负责调用平台 AI 接口收集行业、关键词、地区预算等结构化数据,AI Agent 据此生成完整的广告方案(系列/组/关键词/广告语),再通过 `ad` 命令直接在 Google Ads 账户中落地创建。**全程无需打开浏览器。**
816
-
817
- ### 完整业务流程
818
-
819
- ```
820
- ad smart prepare → 收集行业/关键词/地区预算等规划数据
821
- AI Agent 分析 → 基于数据生成完整广告方案(系列结构/关键词/广告语)
822
- ad adgroup-create → 在现有广告系列下创建广告组
823
- ad keyword-create → 添加推荐关键词
824
- ad ad-create → 创建广告创意(RSA)
825
- ```
826
-
827
- ### 步骤
828
-
829
- ```bash
830
- # 第一步:确认 Google 账户(取 mediaCustomerId)
831
- siluzan-tso list-accounts -m Google --json
832
-
833
- # 第二步:收集 AIGC 方案规划数据
834
- # 命令会自动完成:链接验证 → 行业匹配 → 语言获取 → 关键词推荐 → 地区预算比例
835
- siluzan-tso ad smart prepare \
836
- -a <mediaCustomerId> \
837
- --url "https://www.brand-a.com" \
838
- -w "running shoes,sport shoes" \
839
- --secondary-words "marathon shoes,trail running" \
840
- --budget 200
841
-
842
- # 第三步:AI Agent 分析 ad smart prepare 的输出,生成方案
843
- # AI Agent 依据以下数据规划:
844
- # - 行业代码、推荐语言 → 广告系列定向设置
845
- # - 地区预算比例 → 各地区广告系列预算分配
846
- # - 关键词推荐列表 → 广告组关键词
847
- # - 产品词 + 链接 → AI 自行生成标题和描述
848
-
849
- # 第四步:查看现有广告系列(方案需要挂载在某个系列下)
850
- siluzan-tso ad campaigns -a <mediaCustomerId> --json
851
- # 若返回为空,需先创建广告系列(异步,完成后用 ad batch get --id <taskId> 跟踪状态):
852
- # siluzan-tso ad campaign-create -a <mediaCustomerId> --name "品牌A-搜索广告" --budget 100 --location-ids 2840
853
-
854
- # 第五步:按方案创建广告组(以第一个地区/产品词方向为例)
855
- siluzan-tso ad adgroup-create \
856
- -a <mediaCustomerId> \
857
- --campaign-id <campaignId> \
858
- --campaign-name "<campaignName>" \
859
- --name "核心词_running shoes" \
860
- --max-cpc 100000
861
-
862
- # 第六步:查询新建广告组 ID
863
- siluzan-tso ad groups -a <mediaCustomerId> --json
864
-
865
- # 第七步:添加推荐关键词
866
- siluzan-tso ad keyword-create \
867
- -a <mediaCustomerId> \
868
- --campaign-id <campaignId> \
869
- --campaign-name "<campaignName>" \
870
- --adgroup-id <adgroupId> \
871
- --adgroup-name "核心词_running shoes" \
872
- --keywords "running shoes,sport shoes,marathon shoes"
873
-
874
- # 第八步:创建广告创意(RSA)
875
- siluzan-tso ad ad-create \
876
- -a <mediaCustomerId> \
877
- --adgroup-id <adgroupId> \
878
- --adgroup-name "核心词_running shoes" \
879
- --final-url "https://www.brand-a.com/running-shoes" \
880
- --headlines "专业跑步鞋,轻量透气设计,品牌直销价" \
881
- --descriptions "全球百万跑者信赖,专业助力每一步。,免费配送,30天无理由退换。" \
882
- --path1 "跑步鞋" \
883
- --path2 "特惠"
884
-
885
- # 第九步:验证广告已创建
886
- siluzan-tso ad list -a <mediaCustomerId>
887
- ```
888
-
889
- ### `ad smart prepare` 输出说明
890
-
891
- | 字段 | 说明 | AI Agent 使用方式 |
892
- | ---------------------------------- | ------------------------ | -------------------------- |
893
- | `industry.industryName` | 匹配的行业 | 确认产品方向是否正确 |
894
- | `industry.language` / `languageId` | 推荐语言 | 设置广告系列语言定向 |
895
- | `keywordIdeas` | 关键词列表(含月搜索量) | 筛选高搜索量词加入广告组 |
896
- | `budgetProportions` | 地区预算比例 | 多地区方案中按比例分配预算 |
897
- | `account.currencyCode` | 货币单位 | 换算 `max-cpc` 的实际金额 |
898
-
899
- ### JSON 输出格式(`--json`)
900
-
901
- ```bash
902
- # 输出完整 JSON 供 AI Agent 程序化处理
903
- siluzan-tso ad smart prepare \
904
- -a <mediaCustomerId> \
905
- --url "https://www.brand-a.com" \
906
- -w "running shoes" \
907
- --json
908
- ```
909
-
910
- ```json
911
- {
912
- "account": { "mediaCustomerId": "...", "currencyCode": "USD" },
913
- "url": { "validated": true, "input": "https://..." },
914
- "industry": { "industryCode": "...", "industryName": "...", "language": "English", "languageId": "1000" },
915
- "languages": [...],
916
- "keywordIdeas": [
917
- { "keyword": "running shoes", "monthlySearch": 90500 },
918
- { "keyword": "sport running shoes", "monthlySearch": 22200 }
919
- ],
920
- "budgetProportions": [
921
- { "areaCode": "NA", "regionCodes": ["US", "CA"], "budgetProportion": 0.45 },
922
- { "areaCode": "EU", "regionCodes": ["GB", "DE", "FR"], "budgetProportion": 0.30 }
923
- ]
924
- }
925
- ```
926
-
927
- **AI Agent 行为规范**:
928
-
929
- - 用户说「生成广告方案」「规划 Google 广告」时,**先运行 `ad smart prepare` 收集数据**,再基于数据规划方案
930
- - 关键词来自 `keywordIdeas`,根据月搜索量筛选,同时结合用户的产品词
931
- - 广告创意(标题/描述)由 AI Agent 自行生成,遵循 Google 广告规范(标题≤30字符,描述≤90字符)
932
- - 如有多个地区方向,按 `budgetProportions` 的比例分配日预算,为每个地区创建独立广告组
933
- - `ad campaign-create` / `ad smart create`(批量创建 API)的预算与 CPC 为**主币种展示金额**,与 Web 一致内部 `×100`;分步命令里 `ad adgroup-create`、`ad keyword-edit` 等金额单位以 `references/google-ads.md` 对应章节为准
934
-
935
- ---
936
-
937
792
  ## 流程十四:网站诊断与广告落地页评估
938
793
 
939
794
  对应页面:`/advertising/AICreation`(落地页质量评估入口)
@@ -950,18 +805,15 @@ siluzan-tso ad smart prepare \
950
805
  # 引导用户打开网站诊断页面(在 AICreation 流程中内嵌,或直接访问)
951
806
  siluzan-tso config show # 取 webUrl
952
807
 
953
- # 诊断入口(在 AIGC 智投向导内):
808
+ # 诊断入口(网页 AICreation 向导内嵌):
954
809
  # {webUrl}/v3/foreign_trade/tso/advertising/AICreation
955
810
  # → 输入推广链接时,系统会自动触发网站诊断
956
811
  ```
957
812
 
958
- **CLI 辅助验证**(与诊断配合使用):
813
+ **CLI 辅助**(诊断前后核对账户授权):
959
814
 
960
815
  ```bash
961
- # 验证链接可访问性(接口:/query/media-account/GetSuitableLink)
962
- # → 此为内部辅助,Agent 在 AIGC 创建流程中会自动调用,无需手动执行
963
-
964
- # 如果链接验证失败,先确认账户 OAuth 正常
816
+ # 如果链接或落地页异常,先确认账户 OAuth 正常
965
817
  siluzan-tso list-accounts -m Google --json
966
818
  # 检查 invalidOAuthToken 字段,若为 true 则先重新授权
967
819
  siluzan-tso account auth -m Google
@@ -971,7 +823,7 @@ siluzan-tso account auth -m Google
971
823
 
972
824
  | 诊断评级 | 建议操作 |
973
825
  | ---------------- | ---------------------------------------------------- |
974
- | 优秀(85分以上) | 可直接投放,继续完成 AIGC 方案生成 |
826
+ | 优秀(85分以上) | 可直接投放;CLI 方案轨见 `google-ads-campaign-plan.md` |
975
827
  | 良好(70-84分) | 建议优化后投放,可先小预算测试 |
976
828
  | 一般(60-69分) | 重点改善转化代码和页面速度后再投 |
977
829
  | 较差(60分以下) | 需先修复关键问题(参考诊断报告),否则广告效果会很差 |
@@ -13,14 +13,14 @@
13
13
 
14
14
  ## 内容纲要文件
15
15
 
16
- | 文件 | 适用场景 |
17
- | ------------------------------------ | ------------------------------------------------- |
18
- | `google-period-report.md` | Google 账户分析报告(周期/月度/诊断均用此模板) |
19
- | `google-account-diagnosis-report.md` | Google 账户深度诊断(健康度/转化/结构等) |
20
- | `google-ads-diagnosis.md` | 与网页版《Google Ads 账户诊断报告》对齐的完整骨架 |
21
- | `meta-period-report.md` | Meta(Facebook)账户周期报告 |
22
- | `tiktok-period-report.md` | TikTok 广告主周期报告 |
23
- | `bing-period-report.md` | Bing(BingV2)分析报告 |
16
+ | 文件 | 适用场景 |
17
+ | ------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
18
+ | `google-period-report.md` | Google 账户分析报告(周期/月度/诊断均用此模板) |
19
+ | `google-account-diagnosis-report.md` | Google 账户深度诊断(健康度/转化/结构等) |
20
+ | `google-ads-diagnosis.md` | 与网页版《Google Ads 账户诊断报告》对齐的完整骨架 |
21
+ | `meta-period-report.md` | Meta(Facebook)账户周期报告 |
22
+ | `tiktok-period-report.md` | TikTok 广告主周期报告 |
23
+ | `bing-period-report.md` | Bing(BingV2)分析报告 |
24
24
  | `okki-weekly-google-client.md` | **OKKI 周报**:Google 发客户固定话术 + 精简维度 CLI;**Excel 仅 Agent 脚本**(无 CLI 写表子命令),见 SKILL P6 |
25
25
 
26
26
  ---
@@ -21,12 +21,12 @@
21
21
 
22
22
  根据媒体与用户意图,选择 `report-templates/` 下对应的 `*.md`:
23
23
 
24
- | 意图 | Google | Meta | TikTok | Bing |
25
- | ---------------------- | ------------------------------------ | ----------------------- | ------------------------- | ----------------------- |
26
- | 周期分析 / 月报 / 周报 | `google-period-report.md` | `meta-period-report.md` | `tiktok-period-report.md` | `bing-period-report.md` |
27
- | OKKI 周报 / 固定话术发客户(Google) | `okki-weekly-google-client.md` | — | — | — |
28
- | **询盘分析** / 固定运营触发(Goog账户询盘分析 / 我给你询盘信息分析Google账号XXX效果) | `google-inquiry-analysis.md`(**严格 3 个月** + 用户上传询盘资料 + 8 Sheet xlsx;见 SKILL **P7**) | — | — | — |
29
- | 深度诊断 / 健康检查 | `google-account-diagnosis-report.md` | 同周期,注明能力受限 | 同周期 | 同周期 |
24
+ | 意图 | Google | Meta | TikTok | Bing |
25
+ | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ----------------------- | ------------------------- | ----------------------- |
26
+ | 周期分析 / 月报 / 周报 | `google-period-report.md` | `meta-period-report.md` | `tiktok-period-report.md` | `bing-period-report.md` |
27
+ | OKKI 周报 / 固定话术发客户(Google) | `okki-weekly-google-client.md` | — | — | — |
28
+ | **询盘分析** / 固定运营触发(Goog账户询盘分析 / 我给你询盘信息分析Google账号XXX效果) | `google-inquiry-analysis.md`(**严格 3 个月** + 用户上传询盘资料 + 8 Sheet xlsx;见 SKILL **P7**) | — | — | — |
29
+ | 深度诊断 / 健康检查 | `google-account-diagnosis-report.md` | 同周期,注明能力受限 | 同周期 | 同周期 |
30
30
 
31
31
  无精确匹配时,用最接近媒体的同类 `*.md`,并在报告开头注明。
32
32
 
@@ -72,12 +72,12 @@
72
72
 
73
73
  ## 未知报告名处理
74
74
 
75
- | 用户措辞 | 映射 |
76
- | ------------------------------ | ----------------------------------------------------------------- |
77
- | 月报、周报、投放总结、效果回顾 | 周期分析 → 对应媒体 `*-period-report.md` |
78
- | **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google + 区间) | **固定话术 + 精简表 +(按需)Excel** → `okki-weekly-google-client.md`(见 SKILL **P6**);Excel **仅**由 Agent 脚本生成,**无** CLI 内置写表子命令 |
75
+ | 用户措辞 | 映射 |
76
+ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
77
+ | 月报、周报、投放总结、效果回顾 | 周期分析 → 对应媒体 `*-period-report.md` |
78
+ | **使用 okki 周报模板 / OKKI 周报 / okki 周报**(Google + 区间) | **固定话术 + 精简表 +(按需)Excel** → `okki-weekly-google-client.md`(见 SKILL **P6**);Excel **仅**由 Agent 脚本生成,**无** CLI 内置写表子命令 |
79
79
  | **Goog账户询盘分析 / Google 账户询盘分析 / 分析XXX Google账号的询盘效果 / 我给你询盘信息分析Google账号XXX效果**(或含「询盘 + 账户 + Google」三要素) | **询盘 + 账户合并分析 + 严格 3 个月 + 8 Sheet xlsx** → `google-inquiry-analysis.md`(见 SKILL **P7**);询盘资料用户上传任意载体,宿主 Agent 解析落盘 `inquiries.json`,xlsx **仅**由 Agent 脚本生成 |
80
- | 健康检查、诊断、账户分析 | 诊断 → `google-account-diagnosis-report.md`(Google)或周期型降级 |
81
- | 对比、汇报、给客户看 | 以周期型为骨架,简化版本 |
80
+ | 健康检查、诊断、账户分析 | 诊断 → `google-account-diagnosis-report.md`(Google)或周期型降级 |
81
+ | 对比、汇报、给客户看 | 以周期型为骨架,简化版本 |
82
82
 
83
83
  无法识别时,默认按**周期分析**处理,并在报告开头注明推断。