@feng-h/pdca-skill 1.0.6 → 1.0.8
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 +113 -77
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PDCA with AI —
|
|
1
|
+
# PDCA with AI — OpenClaw + 飞书集成技能包
|
|
2
2
|
|
|
3
3
|
[English](#english) | [中文](#中文) | [日本語](#日本語)
|
|
4
4
|
|
|
@@ -11,134 +11,170 @@
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## ⚠️ 重要说明 / Important Notice
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
**这是一个深度集成飞书 API 的专业技能包,必须配合 OpenClaw 飞书插件使用。**
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
This is a specialized skill package with **deep Feishu/Lark API integration**, designed exclusively for **OpenClaw with Feishu Plugin**.
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
**これは、Feishu/Lark API と深く統合された専門スキルパッケージであり、OpenClaw Feishu プラグインでの使用が必須です。**
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
---
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
- **质量校验 (Validator)**:在 Plan 阶段执行 **SMART 校验**与**因果逻辑链审查**
|
|
26
|
-
- **即时预警 (Real-time Cards)**:巡检发现逻辑偏差或进度停滞,AI 立即发送飞书交互式卡片
|
|
27
|
-
- **知识库 (Archiving)**:项目结项后,AI 自动提炼成功措施并归档
|
|
28
|
-
- **制造场景优化**:内置设备 OEE 提升、不良率降低等专业模板
|
|
24
|
+
## 为什么是 OpenClaw + 飞书?/ Why OpenClaw + Feishu?
|
|
29
25
|
|
|
30
|
-
###
|
|
26
|
+
### 中文
|
|
31
27
|
|
|
32
|
-
|
|
33
|
-
# npm 安装
|
|
34
|
-
npm install -g @feng-h/pdca-skill
|
|
28
|
+
本技能包的核心功能依赖于以下**飞书专属 API**,这些 API 只有 OpenClaw 飞书插件提供:
|
|
35
29
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
30
|
+
| API 调用 | 功能 | Claude Code | Gemini | Codex |
|
|
31
|
+
|---------|------|-------------|--------|-------|
|
|
32
|
+
| `feishu-create-doc` | 创建云文档到 Wiki/知识库 | ❌ | ❌ | ❌ |
|
|
33
|
+
| `feishu-update-doc` | 局部更新文档内容 | ❌ | ❌ | ❌ |
|
|
34
|
+
| `feishu-bitable` | 多维表格 CRUD (27种字段类型) | ❌ | ❌ | ❌ |
|
|
35
|
+
| `feishu-calendar` | 日程管理和事件创建 | ❌ | ❌ | ❌ |
|
|
36
|
+
| `feishu-task` | 任务创建、查询、更新 | ❌ | ❌ | ❌ |
|
|
37
|
+
| `feishu-sheet` | 电子表格操作 | ❌ | ❌ | ❌ |
|
|
38
|
+
| `feishu-im-read` | 群聊/私聊历史读取 | ❌ | ❌ | ❌ |
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
**关键特性**:
|
|
41
|
+
- **一个项目 = 一个文件夹 = 一个 Bitable 应用** — 飞书原生架构
|
|
42
|
+
- **自治巡检 (The Loop)** — AI 定期读取飞书文档、汇总 Bitable 数据
|
|
43
|
+
- **交互式卡片预警** — 飞书消息卡片推送
|
|
44
|
+
- **知识沉淀** — 自动归档到 Wiki 经验库
|
|
41
45
|
|
|
42
|
-
|
|
43
|
-
|------|------|
|
|
44
|
-
| `new` | 启动新项目 |
|
|
45
|
-
| `ongoing` | 查看活跃项目看板 |
|
|
46
|
-
| `achieve` | 检索历史成功案例 |
|
|
46
|
+
这些功能都建立在飞书工具链的深度集成之上,无法在通用 AI 工具中实现。
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
### English
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
This skill package relies on the following **Feishu-exclusive APIs**, only available via OpenClaw Feishu Plugin:
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
| API Call | Function | Claude Code | Gemini | Codex |
|
|
55
|
+
|---------|----------|-------------|--------|-------|
|
|
56
|
+
| `feishu-create-doc` | Create docs in Wiki/Knowledge Base | ❌ | ❌ | ❌ |
|
|
57
|
+
| `feishu-update-doc` | Partial document updates | ❌ | ❌ | ❌ |
|
|
58
|
+
| `feishu-bitable` | Bitable CRUD (27 field types) | ❌ | ❌ | ❌ |
|
|
59
|
+
| `feishu-calendar` | Calendar & event management | ❌ | ❌ | ❌ |
|
|
60
|
+
| `feishu-task` | Task creation, query, update | ❌ | ❌ | ❌ |
|
|
61
|
+
| `feishu-sheet` | Spreadsheet operations | ❌ | ❌ | ❌ |
|
|
62
|
+
| `feishu-im-read` | Group/private chat history | ❌ | ❌ | ❌ |
|
|
55
63
|
|
|
56
|
-
|
|
64
|
+
**Key Features**:
|
|
65
|
+
- **One Project = One Folder = One Bitable App** — Native Feishu architecture
|
|
66
|
+
- **Autonomous Inspection (The Loop)** — AI periodically reads Feishu docs, aggregates Bitable data
|
|
67
|
+
- **Interactive Card Alerts** — Feishu message card push notifications
|
|
68
|
+
- **Knowledge Archiving** — Auto-archive to Wiki experience library
|
|
57
69
|
|
|
58
|
-
|
|
70
|
+
These features are built on deep integration with Feishu toolchain and cannot be achieved in generic AI tools.
|
|
59
71
|
|
|
60
|
-
|
|
61
|
-
- **Quality Validation**: SMART verification and causal logic chain review in Plan phase
|
|
62
|
-
- **Real-time Alerts**: AI sends Feishu interactive cards immediately when logic deviations or progress stagnation are detected
|
|
63
|
-
- **Knowledge Archiving**: AI extracts successful measures for future reuse
|
|
64
|
-
- **Manufacturing Optimization**: Built-in templates for OEE improvement, defect rate reduction, etc.
|
|
72
|
+
---
|
|
65
73
|
|
|
66
|
-
###
|
|
74
|
+
### 日本語
|
|
67
75
|
|
|
68
|
-
|
|
69
|
-
# Install via npm
|
|
70
|
-
npm install -g @feng-h/pdca-skill
|
|
76
|
+
このスキルパッケージは、以下の **Feishu 専用 API** に依存しており、OpenClaw Feishu プラグイン経由でのみ利用可能です:
|
|
71
77
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
78
|
+
| API 呼び出し | 機能 | Claude Code | Gemini | Codex |
|
|
79
|
+
|-------------|------|-------------|--------|-------|
|
|
80
|
+
| `feishu-create-doc` | Wiki/ナレッジベースにドキュメント作成 | ❌ | ❌ | ❌ |
|
|
81
|
+
| `feishu-update-doc` | ドキュメントの部分更新 | ❌ | ❌ | ❌ |
|
|
82
|
+
| `feishu-bitable` | Bitable CRUD(27種のフィールドタイプ) | ❌ | ❌ | ❌ |
|
|
83
|
+
| `feishu-calendar` | カレンダーとイベント管理 | ❌ | ❌ | ❌ |
|
|
84
|
+
| `feishu-task` | タスク作成、照会、更新 | ❌ | ❌ | ❌ |
|
|
85
|
+
| `feishu-sheet` | スプレッドシート操作 | ❌ | ❌ | ❌ |
|
|
86
|
+
| `feishu-im-read` | グループ/プライベートチャット履歴 | ❌ | ❌ | ❌ |
|
|
75
87
|
|
|
76
|
-
|
|
88
|
+
**主な機能**:
|
|
89
|
+
- **1プロジェクト = 1フォルダ = 1 Bitable アプリ** — Feishu ネイティブアーキテクチャ
|
|
90
|
+
- **自律検査(The Loop)** — AI が定期的に Feishu ドキュメントを読み取り、Bitable データを集約
|
|
91
|
+
- **インタラクティブカードアラート** — Feishu メッセージカードプッシュ通知
|
|
92
|
+
- **知識アーカイブ** — Wiki 経験ライブラリへ自動アーカイブ
|
|
77
93
|
|
|
78
|
-
|
|
79
|
-
|---------|-------------|
|
|
80
|
-
| `new` | Start a new project |
|
|
81
|
-
| `ongoing` | View active project dashboard |
|
|
82
|
-
| `achieve` | Search historical success cases |
|
|
94
|
+
これらの機能は Feishu ツールチェーンとの深い統合に基づいており、汎用 AI ツールでは実現できません。
|
|
83
95
|
|
|
84
96
|
---
|
|
85
97
|
|
|
86
|
-
##
|
|
98
|
+
## 🚀 快速开始 / Quick Start
|
|
87
99
|
|
|
88
|
-
|
|
100
|
+
### 中文
|
|
89
101
|
|
|
90
|
-
|
|
102
|
+
**前提条件**:已安装 OpenClaw 并配置飞书插件
|
|
91
103
|
|
|
92
|
-
|
|
104
|
+
```bash
|
|
105
|
+
# 通过 skills.sh 安装
|
|
106
|
+
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
93
107
|
|
|
94
|
-
|
|
108
|
+
# 或使用 Gemini CLI
|
|
109
|
+
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
110
|
+
```
|
|
95
111
|
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
|
|
112
|
+
**核心命令**:
|
|
113
|
+
- `new` — 启动新 PDCA 项目(自动创建 Wiki + Bitable + Calendar)
|
|
114
|
+
- `ongoing` — 查看活跃项目看板
|
|
115
|
+
- `achieve` — 检索历史成功案例
|
|
116
|
+
|
|
117
|
+
---
|
|
101
118
|
|
|
102
|
-
###
|
|
119
|
+
### English
|
|
120
|
+
|
|
121
|
+
**Prerequisite**: OpenClaw installed with Feishu plugin configured
|
|
103
122
|
|
|
104
123
|
```bash
|
|
105
|
-
#
|
|
106
|
-
|
|
124
|
+
# Install via skills.sh
|
|
125
|
+
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
107
126
|
|
|
108
|
-
#
|
|
109
|
-
|
|
127
|
+
# Or using Gemini CLI
|
|
128
|
+
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
110
129
|
```
|
|
111
130
|
|
|
112
|
-
|
|
131
|
+
**Core Commands**:
|
|
132
|
+
- `new` — Start a new PDCA project (auto-creates Wiki + Bitable + Calendar)
|
|
133
|
+
- `ongoing` — View active project dashboard
|
|
134
|
+
- `achieve` — Search historical success cases
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
### 日本語
|
|
139
|
+
|
|
140
|
+
**前提条件**: OpenClaw がインストールされ、Feishu プラグインが設定されていること
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
# skills.sh 経由でインストール
|
|
144
|
+
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
145
|
+
|
|
146
|
+
# または Gemini CLI を使用
|
|
147
|
+
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
148
|
+
```
|
|
113
149
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
| `achieve` | 過去の成功事例を検索 |
|
|
150
|
+
**主要コマンド**:
|
|
151
|
+
- `new` — 新規 PDCA プロジェクトを開始(Wiki + Bitable + Calendar を自動作成)
|
|
152
|
+
- `ongoing` — アクティブなプロジェクトダッシュボードを表示
|
|
153
|
+
- `achieve` — 過去の成功事例を検索
|
|
119
154
|
|
|
120
155
|
---
|
|
121
156
|
|
|
122
|
-
## 📁 Project Structure
|
|
157
|
+
## 📁 项目结构 / Project Structure
|
|
123
158
|
|
|
124
159
|
```
|
|
125
160
|
PDCA-with-AI/
|
|
126
|
-
├── SKILL.md #
|
|
161
|
+
├── SKILL.md # OpenClaw/Gemini skill entry point
|
|
162
|
+
├── .claude/skills/ # Reference documentation (not for execution)
|
|
127
163
|
├── assets/ # Documentation and tests
|
|
128
|
-
│ ├── references/ #
|
|
129
|
-
│ ├── tests/ #
|
|
164
|
+
│ ├── references/ # Feishu API integration guides
|
|
165
|
+
│ ├── tests/ # Quality validation
|
|
130
166
|
│ └── templates/ # Project templates
|
|
131
167
|
├── system/ # Core engine layer
|
|
132
168
|
│ ├── Agent/ # Plan/Do/Check/Act Agent prompts
|
|
133
|
-
│ └── 规范/ # SMART validation
|
|
169
|
+
│ └── 规范/ # SMART validation modules
|
|
134
170
|
└── README.md
|
|
135
171
|
```
|
|
136
172
|
|
|
137
|
-
## 📚 Documentation
|
|
173
|
+
## 📚 文档 / Documentation
|
|
138
174
|
|
|
139
|
-
- [
|
|
175
|
+
- [飞书 API 集成指南](assets/references/feishu-integration.md) - Complete Feishu API Integration Guide
|
|
176
|
+
- [OpenClaw 项目](https://github.com/open-claw/open-claw) - OpenClaw Plugin
|
|
140
177
|
- [质量标准](assets/tests/) - Quality Standards & Testing
|
|
141
|
-
- [GitHub Repository](https://github.com/Feng-H/PDCA-with-AI)
|
|
142
178
|
|
|
143
179
|
## 📄 License
|
|
144
180
|
|
|
@@ -146,4 +182,4 @@ PDCA-with-AI/
|
|
|
146
182
|
|
|
147
183
|
---
|
|
148
184
|
|
|
149
|
-
**
|
|
185
|
+
**Designed for OpenClaw + Feishu** / **专为 OpenClaw + 飞书设计** / **OpenClaw + Feishu のために設計**
|