@feng-h/pdca-skill 1.0.15 → 1.0.16
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,9 +52,13 @@
|
|
|
52
52
|
**前提条件**:已安装 OpenClaw 并配置飞书插件
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
|
-
#
|
|
55
|
+
# 安装(选择 OpenClaw + Global)
|
|
56
56
|
npx skills add Feng-H/PDCA-with-AI
|
|
57
57
|
|
|
58
|
+
# 提示选择时:
|
|
59
|
+
# - Agent: 选择 OpenClaw
|
|
60
|
+
# - Scope: 选择 Global (安装到 ~/.agents/skills/pdca/)
|
|
61
|
+
|
|
58
62
|
# 更新已安装的 skill
|
|
59
63
|
npx skills update pdca
|
|
60
64
|
```
|