siluzan-seo-cli 0.1.1-beta.3

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 ADDED
@@ -0,0 +1,47 @@
1
+ # siluzan-seo-cli
2
+
3
+ Siluzan **SEO 网页结构化 JSON** Skill CLI。产出符合 `schemas/output.json` 的引流页 / Blog / 外链物料,事实来源配合 **siluzan-cso** RAG。
4
+
5
+ ## 安装
6
+
7
+ ```bash
8
+ npm install -g siluzan-seo-cli
9
+ ```
10
+
11
+ ## 初始化 Skill
12
+
13
+ ```bash
14
+ # 写入当前项目下所有 AI 助手目录
15
+ siluzan-seo init
16
+
17
+ # 写入 DeerFlow 仓库 skills/public/
18
+ siluzan-seo init --ai deerflow
19
+
20
+ # 自定义目录
21
+ siluzan-seo init -d /path/to/skills/siluzan-seo --force
22
+ ```
23
+
24
+ ## 更新
25
+
26
+ ```bash
27
+ siluzan-seo update
28
+ ```
29
+
30
+ ## 子 Skill
31
+
32
+ | 场景 | 目录 |
33
+ |------|------|
34
+ | 批量引流页 JSON | `seo-traffic-page/` |
35
+ | Blog SEO 结构化包 | `blog/` |
36
+ | 外链 guest post JSON | `backlink-article/` |
37
+
38
+ 详见安装后的 `SKILL.md` 路由表。
39
+
40
+ ## 开发
41
+
42
+ ```bash
43
+ cd seo-cli
44
+ pnpm install
45
+ pnpm run build
46
+ node dist/index.js init --help
47
+ ```
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node