clawtool
v0.1.9
Published
OpenClaw 纯本地诊断与修复工具 / Fully local OpenClaw diagnose and repair tool
Maintainers
Readme
ClawTool
Fully local diagnostics and repair tool for OpenClaw.
English
npm install
npm run devRun
npm install
npm run devCLI Options
--no-open: Do not auto-open browser--port <number>: Force a specific port
Example
npm run dev -- --no-open --port 9527Build
npm run build
npm startHealth Endpoint
GET /api/health
Current Scope (v1 Fully Local)
- Local observation and diagnosis only
- Deterministic local rule engine
- Guided confirmation before running fix commands
- Single-page bilingual UI (zh/en)
- No cloud API dependency
中文
OpenClaw 的纯本地诊断与修复工具。
运行
npm install
npm run devCLI 参数
--no-open: 不自动打开浏览器--port <number>: 指定端口
示例
npm run dev -- --no-open --port 9527构建与启动
npm run build
npm start健康检查接口
GET /api/health
当前范围(v1 纯本地版)
- 仅本地观察与诊断
- 确定性本地规则引擎
- 修复命令执行前需要确认
- 单页中英双语界面(zh/en)
- 不依赖云端 API
