@feng-h/pdca-skill 1.0.13 → 1.0.15
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/.claude/settings.local.json +2 -1
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
**前提条件**:已安装 OpenClaw 并配置飞书插件
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
|
-
#
|
|
56
|
-
npx skills add Feng-H/PDCA-with-AI
|
|
55
|
+
# 标准安装(会提示选择 agent,选择 OpenClaw)
|
|
56
|
+
npx skills add Feng-H/PDCA-with-AI
|
|
57
57
|
|
|
58
|
-
#
|
|
59
|
-
|
|
58
|
+
# 更新已安装的 skill
|
|
59
|
+
npx skills update pdca
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
### 常用指令
|