Skip to content

Commit 5f4daa7

Browse files
committed
docs: include Plugins in architecture overview
1 parent a42e44a commit 5f4daa7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ flowchart LR
8989
CFG["Config management"]
9090
SESS["Sessions & Usage"]
9191
SKL["Skills management"]
92+
PLG["Plugins: Prompt templates"]
9293
end
9394
9495
subgraph Files["Local files only (auditable & reversible)"]
@@ -97,15 +98,18 @@ flowchart LR
9798
OPENCLAW["~/.openclaw/*.json5 + ~/.openclaw/openclaw.json + workspace/AGENTS.md"]
9899
SKILLS["~/.{codex,claude,agents}/skills"]
99100
STATE["sessions / usage / trash / runs"]
101+
BROWSER["Browser storage (templates)"]
100102
end
101103
102104
CLI --> API
103105
WEB --> API
104106
MCP --> API
107+
WEB --> PLG
105108
106109
API --> CFG
107110
API --> SESS
108111
API --> SKL
112+
PLG --> BROWSER
109113
110114
CFG --> CODEX
111115
CFG --> CLAUDE
@@ -121,6 +125,7 @@ flowchart LR
121125
| Config management (Codex / Claude / OpenClaw) | `~/.codex/*`, `~/.claude/settings.json`, `~/.claude/CLAUDE.md`, `~/.openclaw/*` | Faster provider/model switching, multi-profile management, safer writes with backups |
122126
| Sessions & Usage | sessions / usage aggregates / trash | Quickly locate sessions, filter/export, batch cleanup, and view trends |
123127
| Skills market | `~/.{codex,claude,agents}/skills` | Local install/import/export (ZIP), cross-app reuse |
128+
| Plugins (Prompt templates) | Browser storage | Reusable prompt templates with variables and one-click copy |
124129
| MCP (stdio) | local API + file operations | Integrate with external tools under controllable permissions (read-only by default) |
125130

126131
## Quick Start

README.zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ flowchart LR
9292
CFG["配置管理"]
9393
SESS["会话/Usage 管理"]
9494
SKL["Skills 管理"]
95+
PLG["插件:提示词模板"]
9596
end
9697
9798
subgraph Files["只操作你的本地文件(可审计/可回滚)"]
@@ -100,15 +101,18 @@ flowchart LR
100101
OPENCLAW["~/.openclaw/*.json5 + ~/.openclaw/openclaw.json + workspace/AGENTS.md"]
101102
SKILLS["~/.{codex,claude,agents}/skills"]
102103
SESSFILES["sessions / usage / trash / runs"]
104+
BROWSER["浏览器存储(模板)"]
103105
end
104106
105107
CLI --> API
106108
WEB --> API
107109
MCP --> API
110+
WEB --> PLG
108111
109112
API --> CFG
110113
API --> SESS
111114
API --> SKL
115+
PLG --> BROWSER
112116
113117
CFG --> CODEX
114118
CFG --> CLAUDE
@@ -124,6 +128,7 @@ flowchart LR
124128
| 配置管理(Codex / Claude / OpenClaw) | `~/.codex/*``~/.claude/settings.json``~/.claude/CLAUDE.md``~/.openclaw/*` | 一键切换 provider/model、管理多套配置、写入前后可控与可回滚 |
125129
| 会话与 Usage | sessions / usage 聚合 / trash | 更快定位会话、筛选导出、批量清理、查看趋势与占比 |
126130
| Skills 市场 | `~/.{codex,claude,agents}/skills` | 本地安装/导入/导出/分发(ZIP),跨应用复用更省事 |
131+
| 插件(提示词模板) | 浏览器存储 | 可复用的提示词模板(变量 + 一键复制) |
127132
| MCP(stdio) | 本地 API / 文件能力 | 让外部工具以“可控权限”调用本地能力(默认只读) |
128133

129134
## 快速开始

0 commit comments

Comments
 (0)