From 8bfc53662070e0ba83dba2083e41de605cb6fcce Mon Sep 17 00:00:00 2001
From: Fsocietyhhh <1211904451@qq.com>
Date: Tue, 12 May 2026 21:56:12 -0700
Subject: [PATCH] docs: fix README references to @blockrun/clawrouter
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The XClawRouter README's npm badges and `doctor` command examples
still pointed at the unrelated @blockrun/clawrouter package on
npm. Users following the README would land on a different product
and get its version/download counts.
- npm version + downloads badges: @blockrun/clawrouter â @blockrun/xclawrouter
- `npx @blockrun/clawrouter doctor [...]` examples (4Ă) â @blockrun/xclawrouter
Migration cleanup code in scripts/* that intentionally references
the old package name is left untouched.
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index c10fe65..06ce019 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ Agents can only sign transactions.
-[](https://npmjs.com/package/@blockrun/clawrouter)
-[](https://npmjs.com/package/@blockrun/clawrouter)
+[](https://npmjs.com/package/@blockrun/xclawrouter)
+[](https://npmjs.com/package/@blockrun/xclawrouter)
[](https://github.com/BlockRunAI/XClawRouter)
[](https://github.com/BlockRunAI/XClawRouter/actions)
[](https://typescriptlang.org)
@@ -456,7 +456,7 @@ Exclusions persist across restarts (`~/.openclaw/blockrun/exclude-models.json`).
**When things go wrong, run the doctor:**
```bash
-npx @blockrun/clawrouter doctor
+npx @blockrun/xclawrouter doctor
```
This collects diagnostics and sends them to Claude Sonnet for AI-powered analysis:
@@ -485,14 +485,14 @@ The local proxy isn't running. Run `openclaw gateway restart` to fix.
**Use Opus for complex issues:**
```bash
-npx @blockrun/clawrouter doctor opus
+npx @blockrun/xclawrouter doctor opus
```
**Ask a specific question:**
```bash
-npx @blockrun/clawrouter doctor "why is my request failing?"
-npx @blockrun/clawrouter doctor opus "æ·±ćșŠćææçé
çœź"
+npx @blockrun/xclawrouter doctor "why is my request failing?"
+npx @blockrun/xclawrouter doctor opus "æ·±ćșŠćææçé
çœź"
```
**Cost:** Sonnet ~$0.003 (default) | Opus ~$0.01