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 +1 -1
- package/dist/skill/SKILL.md +14 -7
- package/dist/skill/_meta.json +2 -2
- package/package.json +1 -1
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.
|
|
23
|
+
> **注意**:当前为测试版(1.0.0-beta.34),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
|
|
24
24
|
|
|
25
25
|
| 助手 | 建议 `--ai` |
|
|
26
26
|
|------|-------------|
|
package/dist/skill/SKILL.md
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: siluzan-tso
|
|
3
3
|
description: >-
|
|
4
|
-
Use when the user
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
|
package/dist/skill/_meta.json
CHANGED