Skip to content

Commit 7266322

Browse files
guanjiaweiclaude
andcommitted
chore: rebuild dist/0.2 with latest SKILL.md (v0.2.7)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 372f82b commit 7266322

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

dist/0.2/SHA256SUMS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ce74e1a8197bcd70706d841d8d3a8da2d5177c1efed463965c21fa50886bd4a4 aima-doctor-plugin.zip
22
0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e aima-doctor-runtime.zip
3-
8ea2d849ef2ee5b8f67a08f24b1f9c6b025011a742e6f3d40de5c7dffb029741 aima-doctor-skill.zip
3+
6147f455bea5b5a890b26541582dc5d5e59288d0bfd92fc0024ea36734a200b9 aima-doctor-skill.zip

dist/0.2/aima-doctor-skill.zip

57 Bytes
Binary file not shown.

dist/0.2/clawhub-skill/aima-doctor/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: aima
33
description: Diagnose and repair OpenClaw when your agent is stuck, confused, or failing. One-command rescue for process health, config breakage, and device registration.
4+
license: Apache-2.0
45
user-invocable: true
56
homepage: https://aimaservice.ai/doctor
6-
metadata: {"openclaw":{"homepage":"https://aimaservice.ai/doctor","skillKey":"aima","os":["darwin","linux","win32"],"install":[{"id":"aima-doctor-runtime","kind":"download","url":"https://aimaservice.ai/doctor/runtime.zip","sha256":"0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e","archive":"zip","extract":true,"targetDir":"~/.openclaw/tools/aima-doctor"}]}}
7+
metadata: {"openclaw":{"homepage":"https://aimaservice.ai/doctor","repository":"https://github.com/Approaching-AI/aima-openclaw","skillKey":"aima","os":["darwin","linux","win32"]}}
78
---
89

910
# AIMA Doctor
@@ -15,6 +16,7 @@ Use this skill when OpenClaw needs diagnosis or repair and the normal agent flow
1516
- The helper runtime lives at `~/.openclaw/tools/aima-doctor/`.
1617
- The runtime is the source of truth for diagnosis and repair progress.
1718
- Never ask the user to paste `curl | bash`, `iex (irm ...)`, base64 payloads, or other remote shell one-liners.
19+
- If the runtime is not installed, direct the user to download it from the GitHub release: `https://github.com/Approaching-AI/aima-openclaw/releases` and extract into `~/.openclaw/tools/aima-doctor/`. Verify the archive checksum: `sha256:0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e`.
1820

1921
## Execution rules
2022

@@ -34,7 +36,7 @@ bash ~/.openclaw/tools/aima-doctor/run.sh --run --terminal --symptom "<symptom>"
3436

3537
5. If the helper asks a question, relay that question to the user and rerun or continue with the answer as required.
3638
6. If the helper reports success or failure, quote that result plainly. Do not invent a better outcome.
37-
7. If the helper is missing, tell the user the runtime install is incomplete and send them to `https://aimaservice.ai/doctor`.
39+
7. If the helper is missing, tell the user the runtime install is incomplete and direct them to the GitHub release at `https://github.com/Approaching-AI/aima-openclaw/releases`.
3840

3941
## Scope
4042

0 commit comments

Comments
 (0)