@feng-h/pdca-skill 1.0.7 → 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 +95 -64
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PDCA with AI — OpenClaw +
|
|
1
|
+
# PDCA with AI — OpenClaw + 飞书集成技能包
|
|
2
2
|
|
|
3
3
|
[English](#english) | [中文](#中文) | [日本語](#日本語)
|
|
4
4
|
|
|
@@ -13,117 +13,148 @@
|
|
|
13
13
|
|
|
14
14
|
## ⚠️ 重要说明 / Important Notice
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
**这是一个深度集成飞书 API 的专业技能包,必须配合 OpenClaw 飞书插件使用。**
|
|
17
17
|
|
|
18
|
-
This is a skill package designed
|
|
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
|
-
|
|
24
|
+
## 为什么是 OpenClaw + 飞书?/ Why OpenClaw + Feishu?
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|------|---------|
|
|
28
|
-
| **OpenClaw** | ✅ 完全支持 |
|
|
29
|
-
| **Gemini CLI** | ✅ 完全支持 |
|
|
30
|
-
| **Claude Code** | ⚠️ 参考文档(不直接使用) |
|
|
31
|
-
| **Codex / Cursor / Continue** | ⚠️ 参考文档(不直接使用) |
|
|
26
|
+
### 中文
|
|
32
27
|
|
|
33
|
-
|
|
28
|
+
本技能包的核心功能依赖于以下**飞书专属 API**,这些 API 只有 OpenClaw 飞书插件提供:
|
|
34
29
|
|
|
35
|
-
|
|
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` | 群聊/私聊历史读取 | ❌ | ❌ | ❌ |
|
|
36
39
|
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
- `feishu-im-read` - 消息读取
|
|
40
|
+
**关键特性**:
|
|
41
|
+
- **一个项目 = 一个文件夹 = 一个 Bitable 应用** — 飞书原生架构
|
|
42
|
+
- **自治巡检 (The Loop)** — AI 定期读取飞书文档、汇总 Bitable 数据
|
|
43
|
+
- **交互式卡片预警** — 飞书消息卡片推送
|
|
44
|
+
- **知识沉淀** — 自动归档到 Wiki 经验库
|
|
43
45
|
|
|
44
|
-
|
|
46
|
+
这些功能都建立在飞书工具链的深度集成之上,无法在通用 AI 工具中实现。
|
|
45
47
|
|
|
46
48
|
---
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
### English
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
This skill package relies on the following **Feishu-exclusive APIs**, only available via OpenClaw Feishu Plugin:
|
|
51
53
|
|
|
52
|
-
|
|
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 | ❌ | ❌ | ❌ |
|
|
53
63
|
|
|
54
|
-
|
|
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
|
|
69
|
+
|
|
70
|
+
These features are built on deep integration with Feishu toolchain and cannot be achieved in generic AI tools.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### 日本語
|
|
75
|
+
|
|
76
|
+
このスキルパッケージは、以下の **Feishu 専用 API** に依存しており、OpenClaw Feishu プラグイン経由でのみ利用可能です:
|
|
77
|
+
|
|
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` | グループ/プライベートチャット履歴 | ❌ | ❌ | ❌ |
|
|
87
|
+
|
|
88
|
+
**主な機能**:
|
|
89
|
+
- **1プロジェクト = 1フォルダ = 1 Bitable アプリ** — Feishu ネイティブアーキテクチャ
|
|
90
|
+
- **自律検査(The Loop)** — AI が定期的に Feishu ドキュメントを読み取り、Bitable データを集約
|
|
91
|
+
- **インタラクティブカードアラート** — Feishu メッセージカードプッシュ通知
|
|
92
|
+
- **知識アーカイブ** — Wiki 経験ライブラリへ自動アーカイブ
|
|
93
|
+
|
|
94
|
+
これらの機能は Feishu ツールチェーンとの深い統合に基づいており、汎用 AI ツールでは実現できません。
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## 🚀 快速开始 / Quick Start
|
|
99
|
+
|
|
100
|
+
### 中文
|
|
101
|
+
|
|
102
|
+
**前提条件**:已安装 OpenClaw 并配置飞书插件
|
|
55
103
|
|
|
56
104
|
```bash
|
|
57
|
-
# 通过 skills.sh
|
|
105
|
+
# 通过 skills.sh 安装
|
|
58
106
|
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
59
107
|
|
|
60
108
|
# 或使用 Gemini CLI
|
|
61
109
|
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
62
110
|
```
|
|
63
111
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
| `new` | 启动新项目 |
|
|
69
|
-
| `ongoing` | 查看活跃项目看板 |
|
|
70
|
-
| `achieve` | 检索历史成功案例 |
|
|
112
|
+
**核心命令**:
|
|
113
|
+
- `new` — 启动新 PDCA 项目(自动创建 Wiki + Bitable + Calendar)
|
|
114
|
+
- `ongoing` — 查看活跃项目看板
|
|
115
|
+
- `achieve` — 检索历史成功案例
|
|
71
116
|
|
|
72
117
|
---
|
|
73
118
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### 🎯 Overview
|
|
119
|
+
### English
|
|
77
120
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Quick Start
|
|
121
|
+
**Prerequisite**: OpenClaw installed with Feishu plugin configured
|
|
81
122
|
|
|
82
123
|
```bash
|
|
83
|
-
# Install via skills.sh
|
|
124
|
+
# Install via skills.sh
|
|
84
125
|
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
85
126
|
|
|
86
127
|
# Or using Gemini CLI
|
|
87
128
|
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
88
129
|
```
|
|
89
130
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
| `new` | Start a new project |
|
|
95
|
-
| `ongoing` | View active project dashboard |
|
|
96
|
-
| `achieve` | Search historical success cases |
|
|
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
|
|
97
135
|
|
|
98
136
|
---
|
|
99
137
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### 🎯 概要
|
|
138
|
+
### 日本語
|
|
103
139
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### クイックスタート
|
|
140
|
+
**前提条件**: OpenClaw がインストールされ、Feishu プラグインが設定されていること
|
|
107
141
|
|
|
108
142
|
```bash
|
|
109
|
-
# skills.sh
|
|
143
|
+
# skills.sh 経由でインストール
|
|
110
144
|
npx skills add Feng-H/PDCA-with-AI --agent skills
|
|
111
145
|
|
|
112
146
|
# または Gemini CLI を使用
|
|
113
147
|
gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
|
|
114
148
|
```
|
|
115
149
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
| `new` | 新規プロジェクトを開始 |
|
|
121
|
-
| `ongoing` | アクティブなプロジェクトダッシュボードを表示 |
|
|
122
|
-
| `achieve` | 過去の成功事例を検索 |
|
|
150
|
+
**主要コマンド**:
|
|
151
|
+
- `new` — 新規 PDCA プロジェクトを開始(Wiki + Bitable + Calendar を自動作成)
|
|
152
|
+
- `ongoing` — アクティブなプロジェクトダッシュボードを表示
|
|
153
|
+
- `achieve` — 過去の成功事例を検索
|
|
123
154
|
|
|
124
155
|
---
|
|
125
156
|
|
|
126
|
-
## 📁 Project Structure
|
|
157
|
+
## 📁 项目结构 / Project Structure
|
|
127
158
|
|
|
128
159
|
```
|
|
129
160
|
PDCA-with-AI/
|
|
@@ -139,10 +170,10 @@ PDCA-with-AI/
|
|
|
139
170
|
└── README.md
|
|
140
171
|
```
|
|
141
172
|
|
|
142
|
-
## 📚 Documentation
|
|
173
|
+
## 📚 文档 / Documentation
|
|
143
174
|
|
|
144
|
-
- [飞书 API 集成指南](assets/references/feishu-integration.md) - Feishu
|
|
145
|
-
- [OpenClaw
|
|
175
|
+
- [飞书 API 集成指南](assets/references/feishu-integration.md) - Complete Feishu API Integration Guide
|
|
176
|
+
- [OpenClaw 项目](https://github.com/open-claw/open-claw) - OpenClaw Plugin
|
|
146
177
|
- [质量标准](assets/tests/) - Quality Standards & Testing
|
|
147
178
|
|
|
148
179
|
## 📄 License
|