siluzan-cso-cli 1.0.0-beta.35 → 1.0.0-beta.36
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/index.js +4 -4
- package/dist/skill/SKILL.md +3 -8
- package/dist/skill/_meta.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ siluzan-cso init -d /path/to/skills # 写入自定义目录
|
|
|
20
20
|
siluzan-cso init --force # 强制覆盖已存在文件
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
> **注意**:当前为测试版(1.0.0-beta.
|
|
23
|
+
> **注意**:当前为测试版(1.0.0-beta.36),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-cso-cli`。
|
|
24
24
|
|
|
25
25
|
| 助手 | 建议 `--ai` |
|
|
26
26
|
|------|-------------|
|
package/dist/index.js
CHANGED
|
@@ -6062,16 +6062,16 @@ async function runAuthorize(opts) {
|
|
|
6062
6062
|
import * as fs10 from "fs";
|
|
6063
6063
|
function cmdConfigShow() {
|
|
6064
6064
|
const shared = readSharedConfig();
|
|
6065
|
-
if (!shared.authToken) {
|
|
6065
|
+
if (!shared.authToken && !shared.apiKey) {
|
|
6066
6066
|
console.log(
|
|
6067
6067
|
`
|
|
6068
|
-
\u5C1A\u672A\u914D\u7F6E
|
|
6068
|
+
\u5C1A\u672A\u914D\u7F6E\u51ED\u636E\u3002
|
|
6069
6069
|
|
|
6070
6070
|
\u5982\u679C\u4F60\u8FD8\u6CA1\u6709 Siluzan \u8D26\u53F7\uFF0C\u8BF7\u5148\u6CE8\u518C\uFF1A
|
|
6071
6071
|
\u{1F449} ${DEFAULT_WEB_BASE}
|
|
6072
6072
|
|
|
6073
|
-
\u6CE8\u518C\u767B\u5F55\u540E\
|
|
6074
|
-
siluzan-cso login
|
|
6073
|
+
\u6CE8\u518C\u767B\u5F55\u540E\u8FD0\u884C\u4EE5\u4E0B\u4EFB\u4E00\u547D\u4EE4\u5B8C\u6210\u914D\u7F6E\uFF1A
|
|
6074
|
+
siluzan-cso login \uFF08\u4F7F\u7528 API Key \u6216 Token \u767B\u5F55\uFF09
|
|
6075
6075
|
`
|
|
6076
6076
|
);
|
|
6077
6077
|
return;
|
package/dist/skill/SKILL.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: siluzan-cso
|
|
3
3
|
description: >-
|
|
4
|
-
协助使用 Siluzan / CSO 完成多平台内容发布与运营:视频/图文发布到YouTube、TikTok、Instagram
|
|
5
|
-
description_zh: >-
|
|
6
|
-
协助使用 Siluzan / CSO 完成多平台内容发布与运营:视频/图文发布到YouTube、TikTok、Instagram 等平台,并能获取视频/视频平台/账号维度的数据,注意:本 skill 仅处理「内容发布与运营」
|
|
4
|
+
协助使用 Siluzan / CSO 完成多平台内容发布与运营:视频/图文发布到YouTube、TikTok、Instagram、Linkedin、X平台,并能获取视频/视频平台/账号维度的数据,注意:本 skill 仅处理「内容发布与运营」
|
|
7
5
|
description_en: >-
|
|
8
|
-
|
|
6
|
+
Assist with multi-platform content publishing and management via Siluzan / CSO: publish videos and articles to YouTube, TikTok, Instagram, LinkedIn, and X, and fetch analytics at the video, platform, or account level. Note: This skill is strictly limited to "content publishing and management" functionalities.
|
|
9
7
|
---
|
|
10
8
|
|
|
11
9
|
# siluzan-cso
|
|
@@ -103,10 +101,7 @@ account-group ──需要 mediaCustomerId──► list-accounts
|
|
|
103
101
|
---
|
|
104
102
|
|
|
105
103
|
## 平台名称速查
|
|
106
|
-
|
|
107
|
-
`--media` / `--media-type` 参数值:
|
|
108
|
-
`Douyin`(抖音)· `TikTokBusinessAccount`(TikTok)· `YouTube` · `Wechat`(视频号)· `Instagram` · `Facebook` · `Twitter` · `Kwai`(快手)
|
|
109
|
-
|
|
104
|
+
阅读: `references/authorize.md`
|
|
110
105
|
---
|
|
111
106
|
|
|
112
107
|
## Web 功能导航
|
package/dist/skill/_meta.json
CHANGED
package/package.json
CHANGED