diff --git a/README.md b/README.md index 97168bc..d23292f 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,19 @@ Open [http://localhost:3333](http://localhost:3333) in your browser. For remote **Screenshots** — Redacted UI walkthrough (no personal paths, no Telegram IDs): -![](docs/annotated-screenshots/dashboard.jpg) +![](docs/redacted-screenshots/dashboard.jpg) -![](docs/annotated-screenshots/agents.jpg) +![](docs/redacted-screenshots/agents.jpg) -![](docs/annotated-screenshots/channels.jpg) +![](docs/redacted-screenshots/channels.jpg) -![](docs/annotated-screenshots/models.jpg) +![](docs/redacted-screenshots/models.jpg) -![](docs/annotated-screenshots/auth.jpg) +![](docs/redacted-screenshots/auth.jpg) -![](docs/annotated-screenshots/stats.jpg) +![](docs/redacted-screenshots/stats.jpg) -![](docs/annotated-screenshots/cron.jpg) +![](docs/redacted-screenshots/cron.jpg) **Agent Management** — Add main agents and sub-agents through a guided setup flow. View all agents in a tree structure with model selection, workspace browsing, and inline configuration. @@ -58,7 +58,7 @@ Open [http://localhost:3333](http://localhost:3333) in your browser. For remote **Built-in CLI** — Run any OpenClaw CLI command with real-time streaming output. Includes tab completion and saved favorites. -![](docs/annotated-screenshots/cli.jpg) +![](docs/redacted-screenshots/cli.jpg) **Ops Panel** — Restart gateway, view logs, run health checks, manage backups (local + NAS via SFTP/rsync), and handle cron tasks. diff --git a/docs/USAGE_GUIDE.en.md b/docs/USAGE_GUIDE.en.md index 63c6f3d..195be03 100644 --- a/docs/USAGE_GUIDE.en.md +++ b/docs/USAGE_GUIDE.en.md @@ -88,7 +88,7 @@ The Dashboard is your “sanity check”: Screenshot: -![](annotated-screenshots/dashboard.jpg) +![](redacted-screenshots/dashboard.jpg) --- @@ -119,7 +119,7 @@ If group privacy is ON, the bot can’t see normal group messages. The symptom o Go to **Agents**: -![](annotated-screenshots/agents.jpg) +![](redacted-screenshots/agents.jpg) Click `+ Add Agent` and fill: @@ -176,7 +176,7 @@ If you use `channels.telegram.allowFrom`, OCM can take “Your Telegram User ID Go to **Channels**: -![](annotated-screenshots/channels.jpg) +![](redacted-screenshots/channels.jpg) Here you can quickly validate: - which agent is bound to which Telegram peer @@ -188,7 +188,7 @@ Here you can quickly validate: Go to **Models**: -![](annotated-screenshots/models.jpg) +![](redacted-screenshots/models.jpg) Key idea: - OCM uses the real CLI model list (`openclaw models list`) for dropdowns. @@ -200,7 +200,7 @@ Key idea: Go to **Auth**: -![](annotated-screenshots/auth.jpg) +![](redacted-screenshots/auth.jpg) Use this page to: - see which provider profiles exist @@ -212,7 +212,7 @@ Use this page to: Go to **Stats**: -![](annotated-screenshots/stats.jpg) +![](redacted-screenshots/stats.jpg) You can break down usage by: - model @@ -227,7 +227,7 @@ OCM parses usage from OpenClaw session JSONL files. Go to **Cron**: -![](annotated-screenshots/cron.jpg) +![](redacted-screenshots/cron.jpg) You can: - see scheduled tasks (backup / update / health) @@ -250,7 +250,7 @@ Highlights: Screenshot: -![](annotated-screenshots/cli.jpg) +![](redacted-screenshots/cli.jpg) ## 11) Fast troubleshooting @@ -272,4 +272,4 @@ Check (in order): ## Notes about screenshots All screenshots in this guide are **redacted** (no personal paths, no Telegram IDs). -They live under `docs/annotated-screenshots/`. +They live under `docs/redacted-screenshots/`. diff --git a/docs/USAGE_GUIDE.zh-CN.md b/docs/USAGE_GUIDE.zh-CN.md index 99b5196..a5acd73 100644 --- a/docs/USAGE_GUIDE.zh-CN.md +++ b/docs/USAGE_GUIDE.zh-CN.md @@ -77,7 +77,7 @@ bash start.sh 截图示例: -![](annotated-screenshots/dashboard.jpg) +![](redacted-screenshots/dashboard.jpg) --- @@ -105,7 +105,7 @@ bash start.sh 进入 **Agents** 页面: -![](annotated-screenshots/agents.jpg) +![](redacted-screenshots/agents.jpg) 点击 `+ Add Agent`,按表单填写: - Agent id / name @@ -159,7 +159,7 @@ OCM 的表单里可以填 “Your Telegram User ID”,让它自动把你的 us 进入 **Channels**: -![](annotated-screenshots/channels.jpg) +![](redacted-screenshots/channels.jpg) 这里能一眼看到: - 哪个 agent 绑定了哪个 Telegram peer(群) @@ -173,7 +173,7 @@ OCM 的表单里可以填 “Your Telegram User ID”,让它自动把你的 us 进入 **模型**: -![](annotated-screenshots/models.jpg) +![](redacted-screenshots/models.jpg) 关键点: - 主模型(primary)和 fallback 链 @@ -185,7 +185,7 @@ OCM 的表单里可以填 “Your Telegram User ID”,让它自动把你的 us 进入 **认证**: -![](annotated-screenshots/auth.jpg) +![](redacted-screenshots/auth.jpg) 这里主要用来: - 看当前有哪些 provider profile @@ -197,7 +197,7 @@ OCM 的表单里可以填 “Your Telegram User ID”,让它自动把你的 us 进入 **Stats**: -![](annotated-screenshots/stats.jpg) +![](redacted-screenshots/stats.jpg) 你可以按: - 按模型聚合 @@ -222,13 +222,13 @@ OCM 内置一个 CLI 面板,用来直接运行 OpenClaw 命令(例如:`ope 截图示例: -![](annotated-screenshots/cli.jpg) +![](redacted-screenshots/cli.jpg) ## 9) Cron(定时任务) 进入 **Cron**: -![](annotated-screenshots/cron.jpg) +![](redacted-screenshots/cron.jpg) 用途: - 查看有哪些健康检查/更新/备份任务 @@ -264,4 +264,4 @@ OCM 内置一个 CLI 面板,用来直接运行 OpenClaw 命令(例如:`ope ## 附:截图说明 -本文截图来自 `docs/annotated-screenshots/`,已做脱敏(路径用户名、Telegram 绑定 ID 等均已模糊处理)。 +本文截图来自 `docs/redacted-screenshots/`,已做脱敏(路径用户名、Telegram 绑定 ID 等均已模糊处理)。 diff --git a/docs/annotated-screenshots/agents.jpg b/docs/annotated-screenshots/agents.jpg deleted file mode 100644 index f4bd816..0000000 Binary files a/docs/annotated-screenshots/agents.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/auth.jpg b/docs/annotated-screenshots/auth.jpg deleted file mode 100644 index 39a138f..0000000 Binary files a/docs/annotated-screenshots/auth.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/channels.jpg b/docs/annotated-screenshots/channels.jpg deleted file mode 100644 index c6c1cd7..0000000 Binary files a/docs/annotated-screenshots/channels.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/cli.jpg b/docs/annotated-screenshots/cli.jpg deleted file mode 100644 index 3134e81..0000000 Binary files a/docs/annotated-screenshots/cli.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/cron.jpg b/docs/annotated-screenshots/cron.jpg deleted file mode 100644 index efb2bba..0000000 Binary files a/docs/annotated-screenshots/cron.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/dashboard.jpg b/docs/annotated-screenshots/dashboard.jpg deleted file mode 100644 index 2841c33..0000000 Binary files a/docs/annotated-screenshots/dashboard.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/models.jpg b/docs/annotated-screenshots/models.jpg deleted file mode 100644 index b3840c2..0000000 Binary files a/docs/annotated-screenshots/models.jpg and /dev/null differ diff --git a/docs/annotated-screenshots/stats.jpg b/docs/annotated-screenshots/stats.jpg deleted file mode 100644 index cdcdd0c..0000000 Binary files a/docs/annotated-screenshots/stats.jpg and /dev/null differ diff --git a/docs/redacted-screenshots/agents.jpg b/docs/redacted-screenshots/agents.jpg index a64ea6c..90e078b 100644 Binary files a/docs/redacted-screenshots/agents.jpg and b/docs/redacted-screenshots/agents.jpg differ diff --git a/docs/redacted-screenshots/auth.jpg b/docs/redacted-screenshots/auth.jpg index 056c262..8661b1f 100644 Binary files a/docs/redacted-screenshots/auth.jpg and b/docs/redacted-screenshots/auth.jpg differ diff --git a/docs/redacted-screenshots/channels.jpg b/docs/redacted-screenshots/channels.jpg index 7d3013d..3756a56 100644 Binary files a/docs/redacted-screenshots/channels.jpg and b/docs/redacted-screenshots/channels.jpg differ diff --git a/docs/redacted-screenshots/cli.jpg b/docs/redacted-screenshots/cli.jpg index b0ce7b4..c9ac938 100644 Binary files a/docs/redacted-screenshots/cli.jpg and b/docs/redacted-screenshots/cli.jpg differ diff --git a/docs/redacted-screenshots/cron.jpg b/docs/redacted-screenshots/cron.jpg index 7578d63..1eee233 100644 Binary files a/docs/redacted-screenshots/cron.jpg and b/docs/redacted-screenshots/cron.jpg differ diff --git a/docs/redacted-screenshots/dashboard.jpg b/docs/redacted-screenshots/dashboard.jpg index 413dfbb..e6f8215 100644 Binary files a/docs/redacted-screenshots/dashboard.jpg and b/docs/redacted-screenshots/dashboard.jpg differ diff --git a/docs/redacted-screenshots/models.jpg b/docs/redacted-screenshots/models.jpg index 2407d7e..be2ba33 100644 Binary files a/docs/redacted-screenshots/models.jpg and b/docs/redacted-screenshots/models.jpg differ diff --git a/docs/redacted-screenshots/stats.jpg b/docs/redacted-screenshots/stats.jpg index f10ea5e..0a14c4f 100644 Binary files a/docs/redacted-screenshots/stats.jpg and b/docs/redacted-screenshots/stats.jpg differ