One-command diagnosis and repair when your OpenClaw agent is stuck.
AIMA Doctor is an OpenClaw plugin that gives you a deterministic rescue path — diagnose process health, fix config breakage, recover device registration, and run guided repairs driven by the AIMA platform.
From ClawHub (recommended):
clawhub install aima-doctorFrom a release zip:
openclaw plugins install ./aima-doctor-plugin.zip
openclaw plugins enable aima-doctorIn any OpenClaw conversation:
/aima my agent keeps failing to install the package
/aima status
/aima cancel
When AIMA Doctor asks a follow-up question, reply with /aima <your answer>.
This repository contains the OpenClaw-facing distribution of AIMA Doctor:
| Directory | Purpose |
|---|---|
plugin-package/aima-doctor/ |
Native OpenClaw plugin source (primary artifact) |
clawhub-skill/aima-doctor/ |
ClawHub-publishable skill bundle |
runtime/ |
Standalone helper runtime for manual installs |
scripts/build-release.sh |
Reproducible release packager |
dist/<version>/ |
Generated release artifacts |
The AIMA platform backend, distribution endpoints, and end-to-end platform tests live in the main aima-service-new repository.
The packaged OpenClaw payload in this repo is synchronized from the main repo's
doctor templates and packaging logic. See
docs/releasing.md for the release flow and the
main-repo sync note.
bash scripts/build-release.shOutputs under dist/<version>/:
aima-doctor-plugin.zip— primary install artifactaima-doctor-runtime.zip— standalone helper runtimeaima-doctor-skill.zip— ClawHub compatibility skillSHA256SUMS.txt— integrity checksumsPUBLISH.md— release notes
cd dist/0.2/clawhub-skill
clawhub publish ./aima-doctor --slug aima-doctor --name "AIMA Doctor" --version 0.2For the full release checklist, see docs/releasing.md.
Git tags and bundle versions are unified. The VERSION file (currently 0.2) controls dist/ paths, manifests, and ClawHub publish version. Git tags use the v prefix (e.g., v0.2).
- OS: macOS, Linux, Windows
- OpenClaw: 2026.3.22+
- Default platform API: https://aimaservice.ai/platform/api/v1
- Homepage: https://aimaservice.ai/doctor
Apache-2.0