Skip to content

Commit 942277d

Browse files
committed
align README and SKILL: install command, reference pointers
1 parent 3eb7089 commit 942277d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ZeroAPI/
108108

109109
## Benchmark Leaders
110110

111-
Current leaders per category from `benchmarks.json` (fetched 2026-04-04):
111+
Current leaders per category from `benchmarks.json` (fetched 2026-04-04). For detailed profiles and methodology, see [`references/benchmarks.md`](references/benchmarks.md).
112112

113113
| Category | Leader | Score | Provider |
114114
|----------|--------|-------|----------|
@@ -123,6 +123,8 @@ Routes use whichever leader is available in your subscription. If the top model
123123

124124
## Cost Summary
125125

126+
For bundle planning details, see [`references/cost-summary.md`](references/cost-summary.md).
127+
126128
| Setup | Providers | Monthly | Annual (eff/mo) |
127129
|-------|-----------|---------|-----------------|
128130
| OpenAI only | 1 | $20 | $17 |

SKILL.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,19 @@ For detailed cron, fallback, risk, and benchmark guidance see:
187187

188188
### Step 4: install or update plugin
189189

190-
Do the work yourself on the machine. Do **not** ask the user to run commands if you have tool access.
190+
Preferred method:
191191

192-
Install/update the plugin under:
193-
194-
```text
195-
~/.openclaw/plugins/zeroapi-router/
192+
```bash
193+
openclaw plugins install /tmp/ZeroAPI-audit/plugin
196194
```
197195

198-
Recommended approach:
196+
Or if the repo is already cloned on the machine, point to the plugin directory directly.
199197

200-
1. Check whether the plugin already exists.
201-
2. If missing or outdated, copy the current repo's `plugin/` files into the OpenClaw plugin directory.
202-
3. Ensure `package.json` and runtime files are aligned.
198+
The plugin auto-loads on gateway restart. Verify with:
203199

204-
Direct file copy is sufficient; no separate plugin installer is required.
200+
```bash
201+
openclaw plugins list
202+
```
205203

206204
### Step 5: summarize and restart
207205

0 commit comments

Comments
 (0)