|
| 1 | +# AIMA Doctor — Community Announcement Draft |
| 2 | + |
| 3 | +> Use this as a template for posting to OpenClaw community channels (Discord, |
| 4 | +> forums, social media, etc.). Adapt the tone to the platform. |
| 5 | +
|
| 6 | +--- |
| 7 | + |
| 8 | +## Short version (Discord / chat / tweet) |
| 9 | + |
| 10 | +Shipped **AIMA Doctor** — a one-command rescue for OpenClaw when your agent is |
| 11 | +stuck. Install from ClawHub: |
| 12 | + |
| 13 | +``` |
| 14 | +clawhub install aima-doctor |
| 15 | +``` |
| 16 | + |
| 17 | +Then `/aima my agent keeps failing` in any conversation. It diagnoses the |
| 18 | +issue and walks you through the fix. Works on macOS, Linux, and Windows. |
| 19 | + |
| 20 | +GitHub: https://github.com/Approaching-AI/aima-openclaw |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +## Long version (forum / blog / README showcase) |
| 25 | + |
| 26 | +### AIMA Doctor: one-command diagnosis and repair for OpenClaw |
| 27 | + |
| 28 | +Ever had your OpenClaw agent get stuck in a loop, fail silently, or refuse to |
| 29 | +complete an install? Instead of manually digging through logs, AIMA Doctor |
| 30 | +gives you a deterministic rescue path. |
| 31 | + |
| 32 | +**What it does:** |
| 33 | + |
| 34 | +- Diagnoses OpenClaw process health (hung, crashed, or unresponsive agents) |
| 35 | +- Fixes configuration breakage (corrupted settings, missing config) |
| 36 | +- Recovers device registration and tokens |
| 37 | +- Runs guided repairs powered by AIMA platform diagnostics |
| 38 | + |
| 39 | +**How it works:** |
| 40 | + |
| 41 | +AIMA Doctor ships a packaged helper runtime that runs locally on your machine. |
| 42 | +No opaque remote scripts — everything is versioned and auditable. It connects |
| 43 | +to the AIMA platform API for diagnostics, then executes deterministic repair |
| 44 | +steps on your machine. |
| 45 | + |
| 46 | +**Install:** |
| 47 | + |
| 48 | +```bash |
| 49 | +clawhub install aima-doctor |
| 50 | +``` |
| 51 | + |
| 52 | +**Use:** |
| 53 | + |
| 54 | +``` |
| 55 | +/aima my agent keeps failing to install the package |
| 56 | +/aima status |
| 57 | +/aima cancel |
| 58 | +``` |
| 59 | + |
| 60 | +When AIMA Doctor asks a follow-up question, reply with `/aima <your answer>`. |
| 61 | + |
| 62 | +**Compatibility:** macOS, Linux, Windows — OpenClaw 2026.3.22+ |
| 63 | + |
| 64 | +**Links:** |
| 65 | + |
| 66 | +- ClawHub: `clawhub install aima-doctor` |
| 67 | +- GitHub: https://github.com/Approaching-AI/aima-openclaw |
| 68 | +- Homepage: https://aimaservice.ai/doctor |
| 69 | + |
| 70 | +Feedback welcome — open an issue or drop a message here. |
0 commit comments