Skip to content

Commit 1f0beb4

Browse files
committed
docs: 修复附录中遗漏的 openclaw skills install 命令
- 修复 appendix/B-skills-catalog.md 中的 28 处命令错误 - 修复 appendix/E-config-templates.md 中的 3 处命令错误 - 修复 appendix/E-common-problems.md 中的 3 处命令错误 - 修复 appendix/A-command-reference.md 中的 6 处命令错误 - 修复 appendix/F-best-practices.md 中的 4 处命令错误 所有 openclaw skills install 命令已全部更正为 clawhub install 总计修复:44 处
1 parent 77b9637 commit 1f0beb4

5 files changed

Lines changed: 55 additions & 57 deletions

File tree

appendix/A-command-reference.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,17 +333,17 @@ openclaw skills info <skill>
333333
openclaw skills search "文件管理"
334334

335335
# 安装Skills
336-
openclaw skills install peekaboo
337-
openclaw skills install @openclaw/feishu
336+
clawhub install peekaboo
337+
clawhub install @openclaw/feishu
338338

339339
# 安装指定版本
340-
openclaw skills install peekaboo@1.0.0
340+
clawhub install peekaboo@1.0.0
341341

342342
# 从URL安装
343-
openclaw skills install https://github.com/user/skill.git
343+
clawhub install https://github.com/user/skill.git
344344

345345
# 从本地安装
346-
openclaw skills install ./my-skill/
346+
clawhub install ./my-skill/
347347
```
348348

349349
### A.4.2 Skills管理
@@ -577,7 +577,7 @@ openclaw chat "测试"
577577
openclaw skills search "截图"
578578

579579
# 2. 安装Skills
580-
openclaw skills install peekaboo
580+
clawhub install peekaboo
581581

582582
# 3. 查看Skills配置
583583
openclaw skills config peekaboo
@@ -700,7 +700,7 @@ openclaw start
700700
```bash
701701
# 批量安装Skills
702702
for skill in peekaboo feishu telegram; do
703-
openclaw skills install $skill
703+
clawhub install $skill
704704
done
705705

706706
# 批量更新Skills
@@ -722,4 +722,3 @@ openclaw models list | xargs -I {} openclaw models test {}
722722
---
723723

724724
**提示**:本速查表会随OpenClaw版本更新而更新,建议收藏本页面以便随时查阅。
725-

appendix/B-skills-catalog.md

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
**安装**
2626
```bash
27-
openclaw skills install peekaboo
27+
clawhub install peekaboo
2828
```
2929

3030
**使用示例**
@@ -53,7 +53,7 @@ openclaw skills install peekaboo
5353

5454
**安装**
5555
```bash
56-
openclaw skills install notes
56+
clawhub install notes
5757
```
5858

5959
**使用示例**
@@ -82,7 +82,7 @@ openclaw skills install notes
8282

8383
**安装**
8484
```bash
85-
openclaw skills install calendar
85+
clawhub install calendar
8686
```
8787

8888
**使用示例**
@@ -111,7 +111,7 @@ openclaw skills install calendar
111111

112112
**安装**
113113
```bash
114-
openclaw skills install mail
114+
clawhub install mail
115115
```
116116

117117
**使用示例**
@@ -143,7 +143,7 @@ openclaw skills install mail
143143

144144
**安装**
145145
```bash
146-
openclaw skills install file-manager
146+
clawhub install file-manager
147147
```
148148

149149
**使用示例**
@@ -173,7 +173,7 @@ openclaw skills install file-manager
173173

174174
**安装**
175175
```bash
176-
openclaw skills install pdf-tools
176+
clawhub install pdf-tools
177177
```
178178

179179
**使用示例**
@@ -202,7 +202,7 @@ openclaw skills install pdf-tools
202202

203203
**安装**
204204
```bash
205-
openclaw skills install image-tools
205+
clawhub install image-tools
206206
```
207207

208208
**使用示例**
@@ -233,7 +233,7 @@ openclaw skills install image-tools
233233

234234
**安装**
235235
```bash
236-
openclaw skills install web-search
236+
clawhub install web-search
237237
```
238238

239239
**使用示例**
@@ -262,7 +262,7 @@ openclaw skills install web-search
262262

263263
**安装**
264264
```bash
265-
openclaw skills install rss-reader
265+
clawhub install rss-reader
266266
```
267267

268268
**使用示例**
@@ -293,7 +293,7 @@ openclaw skills install rss-reader
293293

294294
**安装**
295295
```bash
296-
openclaw skills install code-assistant
296+
clawhub install code-assistant
297297
```
298298

299299
**使用示例**
@@ -322,7 +322,7 @@ openclaw skills install code-assistant
322322

323323
**安装**
324324
```bash
325-
openclaw skills install debug-helper
325+
clawhub install debug-helper
326326
```
327327

328328
**使用示例**
@@ -355,7 +355,7 @@ openclaw skills install debug-helper
355355

356356
**安装**
357357
```bash
358-
openclaw skills install @openclaw/feishu
358+
clawhub install @openclaw/feishu
359359
```
360360

361361
**使用示例**
@@ -384,7 +384,7 @@ openclaw skills install @openclaw/feishu
384384

385385
**安装**
386386
```bash
387-
openclaw skills install @openclaw/dingtalk
387+
clawhub install @openclaw/dingtalk
388388
```
389389

390390
**使用示例**
@@ -413,7 +413,7 @@ openclaw skills install @openclaw/dingtalk
413413

414414
**安装**
415415
```bash
416-
openclaw skills install @openclaw/wecom
416+
clawhub install @openclaw/wecom
417417
```
418418

419419
**使用示例**
@@ -444,7 +444,7 @@ openclaw skills install @openclaw/wecom
444444

445445
**安装**
446446
```bash
447-
openclaw skills install @openclaw/banana
447+
clawhub install @openclaw/banana
448448
```
449449

450450
**使用示例**
@@ -473,7 +473,7 @@ openclaw skills install @openclaw/banana
473473

474474
**安装**
475475
```bash
476-
openclaw skills install @openclaw/video-gen
476+
clawhub install @openclaw/video-gen
477477
```
478478

479479
**使用示例**
@@ -502,7 +502,7 @@ openclaw skills install @openclaw/video-gen
502502

503503
**安装**
504504
```bash
505-
openclaw skills install @openclaw/tts
505+
clawhub install @openclaw/tts
506506
```
507507

508508
**使用示例**
@@ -533,7 +533,7 @@ openclaw skills install @openclaw/tts
533533

534534
**安装**
535535
```bash
536-
openclaw skills install @openclaw/data-analysis
536+
clawhub install @openclaw/data-analysis
537537
```
538538

539539
**使用示例**
@@ -562,7 +562,7 @@ openclaw skills install @openclaw/data-analysis
562562

563563
**安装**
564564
```bash
565-
openclaw skills install @openclaw/excel-tools
565+
clawhub install @openclaw/excel-tools
566566
```
567567

568568
**使用示例**
@@ -676,34 +676,34 @@ openclaw skills install @openclaw/excel-tools
676676

677677
**组合1:知识管理套装**
678678
```bash
679-
openclaw skills install notes
680-
openclaw skills install web-search
681-
openclaw skills install pdf-tools
682-
openclaw skills install file-manager
679+
clawhub install notes
680+
clawhub install web-search
681+
clawhub install pdf-tools
682+
clawhub install file-manager
683683
```
684684

685685
**组合2:团队协作套装**
686686
```bash
687-
openclaw skills install feishu
688-
openclaw skills install calendar
689-
openclaw skills install mail
690-
openclaw skills install file-manager
687+
clawhub install feishu
688+
clawhub install calendar
689+
clawhub install mail
690+
clawhub install file-manager
691691
```
692692

693693
**组合3:开发者套装**
694694
```bash
695-
openclaw skills install code-assistant
696-
openclaw skills install debug-helper
697-
openclaw skills install peekaboo
698-
openclaw skills install file-manager
695+
clawhub install code-assistant
696+
clawhub install debug-helper
697+
clawhub install peekaboo
698+
clawhub install file-manager
699699
```
700700

701701
**组合4:创意工作套装**
702702
```bash
703-
openclaw skills install banana
704-
openclaw skills install video-gen
705-
openclaw skills install tts
706-
openclaw skills install image-tools
703+
clawhub install banana
704+
clawhub install video-gen
705+
clawhub install tts
706+
clawhub install image-tools
707707
```
708708

709709
---
@@ -718,4 +718,3 @@ openclaw skills install image-tools
718718
---
719719

720720
**提示**:本清单会随着新Skills的发布而更新,建议定期查看以获取最新信息。
721-

appendix/E-common-problems.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ npm install @openclaw/skill-file-search
318318

319319
**步骤3:从GitHub安装**
320320
```bash
321-
openclaw skills install https://github.com/openclaw/skill-file-search
321+
clawhub install https://github.com/openclaw/skill-file-search
322322
```
323323

324324
---
@@ -386,13 +386,13 @@ openclaw skills update @openclaw/skill-file-search
386386
openclaw skills uninstall @openclaw/skill-old-version
387387

388388
# 重新安装
389-
openclaw skills install @openclaw/skill-file-search@latest
389+
clawhub install @openclaw/skill-file-search@latest
390390
```
391391

392392
**方案3:使用兼容版本**
393393
```bash
394394
# 安装特定版本
395-
openclaw skills install @openclaw/skill-file-search@1.2.0
395+
clawhub install @openclaw/skill-file-search@1.2.0
396396
```
397397

398398
---

appendix/E-config-templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,9 @@ read -r DEEPSEEK_KEY
859859
sed -i '' "s/sk-your-deepseek-api-key/$DEEPSEEK_KEY/g" ~/.openclaw/config.json
860860

861861
# 安装必备Skills
862-
openclaw skills install @openclaw/skill-file-search
863-
openclaw skills install @openclaw/skill-web-search
864-
openclaw skills install @openclaw/skill-calendar
862+
clawhub install @openclaw/skill-file-search
863+
clawhub install @openclaw/skill-web-search
864+
clawhub install @openclaw/skill-calendar
865865

866866
# 启动Gateway
867867
openclaw gateway run

appendix/F-best-practices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ openclaw config set monitoring.alerts.threshold 0.8 # 80%时警告
271271
openclaw skills search "file search"
272272

273273
# ✅ 安装必备Skills
274-
openclaw skills install @openclaw/skill-file-search
275-
openclaw skills install @openclaw/skill-web-search
276-
openclaw skills install @openclaw/skill-calendar
274+
clawhub install @openclaw/skill-file-search
275+
clawhub install @openclaw/skill-web-search
276+
clawhub install @openclaw/skill-calendar
277277

278278
# ✅ 定期浏览ClawHub
279279
# 访问:https://clawhub.ai
@@ -749,15 +749,15 @@ grep "upload" ~/.openclaw/logs/audit.log
749749
**❌ 错误做法**
750750
```bash
751751
# 安装所有Skills
752-
openclaw skills install --all
752+
clawhub install --all
753753
```
754754

755755
**✅ 正确做法**
756756
```bash
757757
# 只安装需要的Skills
758-
openclaw skills install @openclaw/skill-file-search
759-
openclaw skills install @openclaw/skill-web-search
760-
openclaw skills install @openclaw/skill-calendar
758+
clawhub install @openclaw/skill-file-search
759+
clawhub install @openclaw/skill-web-search
760+
clawhub install @openclaw/skill-calendar
761761
```
762762

763763
**原因**

0 commit comments

Comments
 (0)