siluzan-tso-cli 1.0.0-beta.33 → 1.0.0-beta.34

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 CHANGED
@@ -20,7 +20,7 @@ siluzan-tso init -d /path/to/skills # 写入自定义目录
20
20
  siluzan-tso init --force # 强制覆盖已存在文件
21
21
  ```
22
22
 
23
- > **注意**:当前为测试版(1.0.0-beta.33),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
23
+ > **注意**:当前为测试版(1.0.0-beta.34),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
24
24
 
25
25
  | 助手 | 建议 `--ai` |
26
26
  |------|-------------|
@@ -1,13 +1,20 @@
1
1
  ---
2
2
  name: siluzan-tso
3
3
  description: >-
4
- Use when the user needs to manage advertising on the Siluzan TSO platform:
5
- querying ad accounts / balance / spend data, opening new ad accounts
6
- (Google / TikTok / Yandex / Bing / Kwai), managing Google ad campaigns /
7
- groups / creatives / keywords (full CRUD), generating optimization reports,
8
- managing media transfers or invoices, viewing AI creation records and
9
- intelligent alerts, querying lead forms (TikTok / Meta), or running any
10
- AIGC ad-plan preparation workflow.
4
+ Use when the user works with Siluzan TSO (advertising ops): OAuth login,
5
+ config, CLI/skill update and init; list accounts, balance, spend stats, and
6
+ open-account application history; open Google / TikTok / Yandex / BingV2 /
7
+ Kwai accounts (non-interactive CLI, interactive Google wizard, and
8
+ industry/timezone lookup helpers); account lifecycle (add OAuth, delink,
9
+ share/unshare, Google MCC bind/unbind, Meta BM bind, TikTok BC bind/unbind,
10
+ TikTok close, suspended-Google withdraw, Google email access invites);
11
+ optimization reports, report email push, Meta/TikTok/Bing account analytics,
12
+ and Google analysis via the configured gateway; inter-account transfers;
13
+ invoices plus invoice billing profiles (invoice-info); AI smart campaigns
14
+ (list/get/publish/update) and AIGC data prep or one-shot create; AI ad
15
+ optimization and intelligent forewarning; TikTok/Meta lead forms; full Google
16
+ Ads management including extensions, geo targeting, and search terms, plus
17
+ keyword suggestions (requires googleApiUrl); Google diagnostic link.
11
18
  Do NOT use for content publishing (videos / images) — use siluzan-cso instead.
12
19
  ---
13
20
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "slug": "siluzan-tso",
3
- "version": "1.0.0-beta.33",
4
- "publishedAt": 1774518784168
3
+ "version": "1.0.0-beta.34",
4
+ "publishedAt": 1774519645892
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siluzan-tso-cli",
3
- "version": "1.0.0-beta.33",
3
+ "version": "1.0.0-beta.34",
4
4
  "description": "Siluzan 广告账户管理 CLI — 查询账户、余额、消耗数据,管理绑定关系与充值。",
5
5
  "type": "module",
6
6
  "bin": {