@feng-h/pdca-skill 1.0.10 → 1.0.12
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 +4 -1
- package/README.md +110 -82
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# PDCA with AI — OpenClaw + 飞书集成技能包
|
|
2
2
|
|
|
3
|
-
[English](#english) | [中文](#中文) | [日本語](#日本語)
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
3
|
<a href="https://www.npmjs.com/package/@feng-h/pdca-skill"><img src="https://img.shields.io/npm/v/@feng-h/pdca-skill" alt="npm version"></a>
|
|
8
4
|
<a href="https://www.npmjs.com/package/@feng-h/pdca-skill"><img src="https://img.shields.io/npm/dm/@feng-h/pdca-skill" alt="npm downloads"></a>
|
|
9
5
|
<a href="https://github.com/Feng-H/PDCA-with-AI/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@feng-h/pdca-skill" alt="License"></a>
|
|
@@ -11,19 +7,19 @@
|
|
|
11
7
|
|
|
12
8
|
---
|
|
13
9
|
|
|
14
|
-
##
|
|
10
|
+
## [中文](#中文) | [English](#english) | [日本語](#日本語)
|
|
15
11
|
|
|
16
|
-
|
|
12
|
+
---
|
|
17
13
|
|
|
18
|
-
|
|
14
|
+
<a name="中文"></a>
|
|
19
15
|
|
|
20
|
-
|
|
16
|
+
## 中文
|
|
21
17
|
|
|
22
|
-
|
|
18
|
+
### ⚠️ 重要说明
|
|
23
19
|
|
|
24
|
-
|
|
20
|
+
**这是一个深度集成飞书 API 的专业技能包,必须配合 OpenClaw 飞书插件使用。**
|
|
25
21
|
|
|
26
|
-
###
|
|
22
|
+
### 为什么是 OpenClaw + 飞书?
|
|
27
23
|
|
|
28
24
|
本技能包的核心功能依赖于以下**飞书专属 API**,这些 API 只有 OpenClaw 飞书插件提供:
|
|
29
25
|
|
|
@@ -39,17 +35,49 @@ This is a specialized skill package with **deep Feishu/Lark API integration**, d
|
|
|
39
35
|
|
|
40
36
|
> *⚠️ 理论上可通过 Lark-CLI 等第三方工具实现,但未经测试。本技能包仅针对 OpenClaw 飞书插件进行验证。*
|
|
41
37
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
38
|
+
### 🎯 系统简介
|
|
39
|
+
|
|
40
|
+
基于 PDCA 循环的 AI 增强型问题解决工作流,专为 **OpenClaw + 飞书** 环境设计。
|
|
41
|
+
|
|
42
|
+
### 核心亮点
|
|
47
43
|
|
|
48
|
-
|
|
44
|
+
- **自治巡检 (The Loop)**:AI 自动读取一线人员填写的云文档,汇总进展并同步至 Bitable 看板
|
|
45
|
+
- **质量校验 (Validator)**:在 Plan 阶段执行 **SMART 校验**与**因果逻辑链审查**
|
|
46
|
+
- **即时预警 (Real-time Cards)**:巡检发现逻辑偏差或进度停滞,AI 立即发送飞书交互式卡片
|
|
47
|
+
- **知识库 (Archiving)**:项目结项后,AI 自动提炼成功措施并归档
|
|
48
|
+
- **制造场景优化**:内置设备 OEE 提升、不良率降低等专业模板
|
|
49
|
+
|
|
50
|
+
### 🚀 快速开始
|
|
51
|
+
|
|
52
|
+
**前提条件**:已安装 OpenClaw 并配置飞书插件
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
# 通过 skills.sh 安装
|
|
56
|
+
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
57
|
+
|
|
58
|
+
# 或使用 Gemini CLI
|
|
59
|
+
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### 常用指令
|
|
63
|
+
|
|
64
|
+
| 指令 | 说明 |
|
|
65
|
+
|------|------|
|
|
66
|
+
| `new` | 启动新项目 |
|
|
67
|
+
| `ongoing` | 查看活跃项目看板 |
|
|
68
|
+
| `achieve` | 检索历史成功案例 |
|
|
49
69
|
|
|
50
70
|
---
|
|
51
71
|
|
|
52
|
-
|
|
72
|
+
<a name="english"></a>
|
|
73
|
+
|
|
74
|
+
## English
|
|
75
|
+
|
|
76
|
+
### ⚠️ Important Notice
|
|
77
|
+
|
|
78
|
+
**This is a specialized skill package with deep Feishu/Lark API integration, designed exclusively for OpenClaw with Feishu Plugin.**
|
|
79
|
+
|
|
80
|
+
### Why OpenClaw + Feishu?
|
|
53
81
|
|
|
54
82
|
This skill package relies on the following **Feishu-exclusive APIs**, only available via OpenClaw Feishu Plugin:
|
|
55
83
|
|
|
@@ -65,85 +93,79 @@ This skill package relies on the following **Feishu-exclusive APIs**, only avail
|
|
|
65
93
|
|
|
66
94
|
> *⚠️ Theoretically achievable via third-party tools like Lark-CLI, but untested. This skill package is only validated for OpenClaw Feishu Plugin.*
|
|
67
95
|
|
|
68
|
-
|
|
69
|
-
- **One Project = One Folder = One Bitable App** — Native Feishu architecture
|
|
70
|
-
- **Autonomous Inspection (The Loop)** — AI periodically reads Feishu docs, aggregates Bitable data
|
|
71
|
-
- **Interactive Card Alerts** — Feishu message card push notifications
|
|
72
|
-
- **Knowledge Archiving** — Auto-archive to Wiki experience library
|
|
96
|
+
### 🎯 Overview
|
|
73
97
|
|
|
74
|
-
|
|
98
|
+
AI-enhanced problem-solving workflow based on the PDCA cycle, designed specifically for **OpenClaw + Feishu/Lark** environments.
|
|
75
99
|
|
|
76
|
-
|
|
100
|
+
### Key Features
|
|
77
101
|
|
|
78
|
-
|
|
102
|
+
- **Autonomous Inspection (The Loop)**: AI automatically reads cloud documents, summarizes progress, and syncs to Bitable dashboards
|
|
103
|
+
- **Quality Validation**: SMART verification and causal logic chain review in Plan phase
|
|
104
|
+
- **Real-time Alerts**: AI sends Feishu interactive cards immediately when logic deviations or progress stagnation are detected
|
|
105
|
+
- **Knowledge Archiving**: AI extracts successful measures for future reuse
|
|
106
|
+
- **Manufacturing Optimization**: Built-in templates for OEE improvement, defect rate reduction, etc.
|
|
79
107
|
|
|
80
|
-
|
|
108
|
+
### 🚀 Quick Start
|
|
81
109
|
|
|
82
|
-
|
|
83
|
-
|-------------|------|----------|-------------|--------|-------|
|
|
84
|
-
| `feishu-create-doc` | Wiki/ナレッジベースにドキュメント作成 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
85
|
-
| `feishu-update-doc` | ドキュメントの部分更新 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
86
|
-
| `feishu-bitable` | Bitable CRUD(27種のフィールドタイプ) | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
87
|
-
| `feishu-calendar` | カレンダーとイベント管理 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
88
|
-
| `feishu-task` | タスク作成、照会、更新 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
89
|
-
| `feishu-sheet` | スプレッドシート操作 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
90
|
-
| `feishu-im-read` | グループ/プライベートチャット履歴 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
110
|
+
**Prerequisite**: OpenClaw installed with Feishu plugin configured
|
|
91
111
|
|
|
92
|
-
|
|
112
|
+
```bash
|
|
113
|
+
# Install via skills.sh
|
|
114
|
+
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
115
|
+
|
|
116
|
+
# Or using Gemini CLI
|
|
117
|
+
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
118
|
+
```
|
|
93
119
|
|
|
94
|
-
|
|
95
|
-
- **1プロジェクト = 1フォルダ = 1 Bitable アプリ** — Feishu ネイティブアーキテクチャ
|
|
96
|
-
- **自律検査(The Loop)** — AI が定期的に Feishu ドキュメントを読み取り、Bitable データを集約
|
|
97
|
-
- **インタラクティブカードアラート** — Feishu メッセージカードプッシュ通知
|
|
98
|
-
- **知識アーカイブ** — Wiki 経験ライブラリへ自動アーカイブ
|
|
120
|
+
### Common Commands
|
|
99
121
|
|
|
100
|
-
|
|
122
|
+
| Command | Description |
|
|
123
|
+
|---------|-------------|
|
|
124
|
+
| `new` | Start a new project |
|
|
125
|
+
| `ongoing` | View active project dashboard |
|
|
126
|
+
| `achieve` | Search historical success cases |
|
|
101
127
|
|
|
102
128
|
---
|
|
103
129
|
|
|
104
|
-
|
|
130
|
+
<a name="日本語"></a>
|
|
105
131
|
|
|
106
|
-
|
|
132
|
+
## 日本語
|
|
107
133
|
|
|
108
|
-
|
|
134
|
+
### ⚠️ 重要なお知らせ
|
|
109
135
|
|
|
110
|
-
|
|
111
|
-
# 通过 skills.sh 安装
|
|
112
|
-
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
113
|
-
|
|
114
|
-
# 或使用 Gemini CLI
|
|
115
|
-
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
116
|
-
```
|
|
136
|
+
**これは、Feishu/Lark API と深く統合された専門スキルパッケージであり、OpenClaw Feishu プラグインでの使用が必須です。**
|
|
117
137
|
|
|
118
|
-
|
|
119
|
-
- `new` — 启动新 PDCA 项目(自动创建 Wiki + Bitable + Calendar)
|
|
120
|
-
- `ongoing` — 查看活跃项目看板
|
|
121
|
-
- `achieve` — 检索历史成功案例
|
|
138
|
+
### なぜ OpenClaw + Feishu なのか?
|
|
122
139
|
|
|
123
|
-
|
|
140
|
+
このスキルパッケージは、以下の **Feishu 専用 API** に依存しており、OpenClaw Feishu プラグイン経由でのみ利用可能です:
|
|
124
141
|
|
|
125
|
-
|
|
142
|
+
| API 呼び出し | 機能 | OpenClaw | Claude Code | Gemini | Codex |
|
|
143
|
+
|-------------|------|----------|-------------|--------|-------|
|
|
144
|
+
| `feishu-create-doc` | Wiki/ナレッジベースにドキュメント作成 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
145
|
+
| `feishu-update-doc` | ドキュメントの部分更新 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
146
|
+
| `feishu-bitable` | Bitable CRUD(27種のフィールドタイプ) | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
147
|
+
| `feishu-calendar` | カレンダーとイベント管理 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
148
|
+
| `feishu-task` | タスク作成、照会、更新 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
149
|
+
| `feishu-sheet` | スプレッドシート操作 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
150
|
+
| `feishu-im-read` | グループ/プライベートチャット履歴 | ✅ | ⚠️* | ⚠️* | ⚠️* |
|
|
126
151
|
|
|
127
|
-
|
|
152
|
+
> *⚠️ 理論的には Lark-CLI などのサードパーティツールで実現可能ですが、未テストです。このスキルパッケージは OpenClaw Feishu プラグインでのみ検証されています。*
|
|
128
153
|
|
|
129
|
-
|
|
130
|
-
# Install via skills.sh
|
|
131
|
-
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
154
|
+
### 🎯 概要
|
|
132
155
|
|
|
133
|
-
|
|
134
|
-
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
135
|
-
```
|
|
156
|
+
PDCAサイクルに基づく AI 強化型問題解決ワークフロー、**OpenClaw + Feishu/Lark** 環境のために特別に設計されました。
|
|
136
157
|
|
|
137
|
-
|
|
138
|
-
- `new` — Start a new PDCA project (auto-creates Wiki + Bitable + Calendar)
|
|
139
|
-
- `ongoing` — View active project dashboard
|
|
140
|
-
- `achieve` — Search historical success cases
|
|
158
|
+
### 主な機能
|
|
141
159
|
|
|
142
|
-
|
|
160
|
+
- **自律検査(The Loop)**:AI が自動的にクラウドドキュメントを読み取り、進捗を要約して Bitable ダッシュボードに同期
|
|
161
|
+
- **品質検証**:Plan フェーズでの SMART 検証と因果ロジックチェーンレビュー
|
|
162
|
+
- **リアルタイムアラート**:論理の偏差や進捗の停滞を検出すると、AI が即座に Feishu インタラクティブカードを送信
|
|
163
|
+
- **知識アーカイブ**:AI が成功した施策を抽出して将来のために保存
|
|
164
|
+
- **製造業向け最適化**:OEE 向上、不良率低減などの専門テンプレートを内蔵
|
|
143
165
|
|
|
144
|
-
###
|
|
166
|
+
### 🚀 クイックスタート
|
|
145
167
|
|
|
146
|
-
|
|
168
|
+
**前提条件**:OpenClaw がインストールされ、Feishu プラグインが設定されていること
|
|
147
169
|
|
|
148
170
|
```bash
|
|
149
171
|
# skills.sh 経由でインストール
|
|
@@ -153,32 +175,38 @@ npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
|
153
175
|
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
154
176
|
```
|
|
155
177
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
178
|
+
### 一般コマンド
|
|
179
|
+
|
|
180
|
+
| コマンド | 説明 |
|
|
181
|
+
|---------|------|
|
|
182
|
+
| `new` | 新規プロジェクトを開始 |
|
|
183
|
+
| `ongoing` | アクティブなプロジェクトダッシュボードを表示 |
|
|
184
|
+
| `achieve` | 過去の成功事例を検索 |
|
|
160
185
|
|
|
161
186
|
---
|
|
162
187
|
|
|
163
|
-
## 📁
|
|
188
|
+
## 📁 Project Structure
|
|
164
189
|
|
|
165
190
|
```
|
|
166
191
|
PDCA-with-AI/
|
|
167
192
|
├── SKILL.md # OpenClaw/Gemini skill entry point
|
|
168
|
-
├── .claude/skills/ # Reference documentation
|
|
193
|
+
├── .claude/skills/ # Reference documentation
|
|
169
194
|
├── assets/ # Documentation and tests
|
|
170
195
|
│ ├── references/ # Feishu API integration guides
|
|
171
196
|
│ ├── tests/ # Quality validation
|
|
172
197
|
│ └── templates/ # Project templates
|
|
173
198
|
├── system/ # Core engine layer
|
|
174
199
|
│ ├── Agent/ # Plan/Do/Check/Act Agent prompts
|
|
175
|
-
│
|
|
200
|
+
│ ├── 规范/ # SMART validation modules
|
|
201
|
+
│ ├── 工具/ # Bitable config, workflows
|
|
202
|
+
│ └── 模板/ # System templates
|
|
203
|
+
├── bin/ # npx executable
|
|
176
204
|
└── README.md
|
|
177
205
|
```
|
|
178
206
|
|
|
179
|
-
## 📚
|
|
207
|
+
## 📚 Documentation
|
|
180
208
|
|
|
181
|
-
- [飞书 API 集成指南](assets/references/feishu-integration.md) - Complete Feishu API Integration Guide
|
|
209
|
+
- [飞书 API 集成指南](assets/references/feishu-integration.md) - Complete Feishu/Lark API Integration Guide
|
|
182
210
|
- [OpenClaw 项目](https://github.com/open-claw/open-claw) - OpenClaw Plugin
|
|
183
211
|
- [质量标准](assets/tests/) - Quality Standards & Testing
|
|
184
212
|
|