← 返回 Skills 市场
AIMA Doctor
作者
guanjiawei
· GitHub ↗
· v0.2.7
· MIT-0
124
总下载
1
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install aima-doctor
功能描述
Diagnose and repair OpenClaw when your agent is stuck, confused, or failing. One-command rescue for process health, config breakage, and device registration.
使用说明 (SKILL.md)
AIMA Doctor
Use this skill when OpenClaw needs diagnosis or repair and the normal agent flow is degraded, confused, or stuck.
Runtime contract
- The helper runtime lives at
~/.openclaw/tools/aima-doctor/. - The runtime is the source of truth for diagnosis and repair progress.
- Never ask the user to paste
curl | bash,iex (irm ...), base64 payloads, or other remote shell one-liners. - If the runtime is not installed, direct the user to download it from the GitHub release:
https://github.com/Approaching-AI/aima-openclaw/releasesand extract into~/.openclaw/tools/aima-doctor/. Verify the archive checksum:sha256:0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e.
Execution rules
- Before running the helper, check that the runtime exists. On macOS/Linux check for
~/.openclaw/tools/aima-doctor/run.sh; on Windows check for%USERPROFILE%\.openclaw ools\aima-doctor\run.ps1. - If the runtime is missing, install it automatically:
- Download
aima-doctor-runtime.zipfromhttps://github.com/Approaching-AI/aima-openclaw/releases/download/v0.2/aima-doctor-runtime.zip - Verify the SHA256 checksum matches
0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e. If it does not match, stop and warn the user. - Create the target directory
~/.openclaw/tools/aima-doctor/if it does not exist. - Extract the archive into that directory.
- Confirm the runtime is now present before proceeding.
- Download
- Prefer the packaged helper over ad-hoc shell commands.
- Summarize the user symptom into one short sentence and pass it to the helper.
- On macOS or Linux, run:
bash ~/.openclaw/tools/aima-doctor/run.sh --run --terminal --symptom "\x3Csymptom>"
- On Windows, run:
& "$env:USERPROFILE\.openclaw ools\aima-doctor\run.ps1" --run --terminal --symptom "\x3Csymptom>"
- If the helper asks a question, relay that question to the user and rerun or continue with the answer as required.
- If the helper reports success or failure, quote that result plainly. Do not invent a better outcome.
- If the automatic download in step 2 fails, direct the user to the GitHub release at
https://github.com/Approaching-AI/aima-openclaw/releasesto download and extract manually.
Scope
- OpenClaw process health
- OpenClaw config breakage
- AIMA device registration / token recovery
- Guided local repair driven by AIMA platform diagnostics
Safety
- Treat helper output as operational evidence.
- Keep sensitive tokens and recovery codes out of normal chat unless the user explicitly provides them for repair.
安全使用建议
This skill appears to do what it says: download a packaged helper and run it to diagnose and repair OpenClaw. Before installing, verify the release/source: 1) Confirm the GitHub repository and homepage URLs are legitimate and match the vendor you trust. 2) If the installer runs automatically, prefer the SHA256 verification step and manually verify the checksum yourself. 3) Note README references a different download host — prefer the canonical release location you trust and avoid ambiguous mirrors. 4) Inspect the extracted runtime (run.sh / run.ps1) before executing, or run it in a sandbox/VM if you're unsure. 5) Never paste secrets into chat unless explicitly asked and you understand why; follow the skill's guideline to keep tokens out of normal chat. If you want greater assurance, request the runtime source code or a signed release from the publisher before proceeding.
功能分析
Type: OpenClaw Skill
Name: aima-doctor
Version: 0.2.7
The skill implements an automated downloader and executor pattern in SKILL.md, instructing the agent to fetch a remote runtime (aima-doctor-runtime.zip) from GitHub and execute shell or PowerShell scripts (run.sh/run.ps1). While the instructions include a SHA256 checksum verification step, the core functionality involves downloading and running external code to handle sensitive tasks like 'token recovery' and 'device registration,' which presents a significant security risk despite the lack of explicit malicious intent in the provided files.
能力评估
Purpose & Capability
The name/description (diagnose and repair OpenClaw) matches the runtime actions: the skill checks for a local helper and, if absent, downloads and runs a packaged runtime to perform repairs. Asking to place a helper under ~/.openclaw/tools/aima-doctor/ and to run it is proportionate to the stated purpose.
Instruction Scope
Instructions are narrowly scoped to checking/placing/executing the helper runtime and relaying user symptoms. The SKILL.md explicitly warns not to solicit remote shell one-liners and to keep tokens out of chat. However, the runtime is executed with a symptom string provided by the agent — the helper could access system state, so you should inspect the runtime before running if you have concerns.
Install Mechanism
This is instruction-only and the install step directs automatic download from a GitHub releases URL with an expected SHA256 checksum (good practice). A minor inconsistency: README references a different host (aimaservice.ai/doctor/runtime.zip) while SKILL.md points to the GitHub releases URL. Downloads from GitHub releases are common; extracting and executing an archive into the user's home is higher-risk but coherent for a repair runtime.
Credentials
The skill requests no environment variables or credentials and does not require unrelated secrets. The SKILL.md also admonishes keeping sensitive tokens out of chat. This is appropriate for a local repair tool.
Persistence & Privilege
The skill writes the runtime under ~/.openclaw/tools/aima-doctor/ and executes it, which is normal for a helper. always is false and agent autonomous invocation remains allowed (platform default). There is no indication the skill modifies other skills or system-wide settings, but the downloaded runtime will run arbitrary code locally — that persistence and privilege should be acknowledged.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aima-doctor - 安装完成后,直接呼叫该 Skill 的名称或使用
/aima-doctor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.7
Agent auto-downloads runtime from GitHub Releases with SHA256 verification when missing
v0.2.6
Replace custom domain URL with GitHub Releases in all instructions; add SHA256 checksum to runtime contract
v0.2.5
Remove embedded install metadata; runtime is a separate download from GitHub Releases. Add repository URL.
v0.2.4
Security: switch runtime download to GitHub Releases (well-known host), add Apache-2.0 license to frontmatter
v0.2.3
Security fix: add SHA256 integrity check for runtime download, remove ExecutionPolicy Bypass, add Apache-2.0 LICENSE
v0.2.2
Improve search discoverability: user-facing description for ClawHub search
v0.2.1
Sync docs with source
v0.2.0
Unified versioning to 0.2, improved docs for discoverability
v1.2.1
Initial ClawHub release: one-command diagnosis and repair for OpenClaw
元数据
常见问题
AIMA Doctor 是什么?
Diagnose and repair OpenClaw when your agent is stuck, confused, or failing. One-command rescue for process health, config breakage, and device registration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 AIMA Doctor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aima-doctor」即可一键安装,无需额外配置。
AIMA Doctor 是免费的吗?
是的,AIMA Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIMA Doctor 支持哪些平台?
AIMA Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 AIMA Doctor?
由 guanjiawei(@skyguan92)开发并维护,当前版本 v0.2.7。
推荐 Skills