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