/install ai-dev-runtime
Use these tools to interact with AI Dev Runtime:
- ai_dev_runtime_command: Slash command —
/ai-dev-runtime \x3Ctask>runs full dev task (plan → edit → test → fix) - ai_dev_runtime_invoke: Low-level tool calls — read_file, search, edit, edit_multi, apply_patch, find_references, call_hierarchy, run_terminal, run_tests
- ai_dev_runtime_run_task: Batch task execution (multi-step coding)
- ai_dev_runtime_fix_bug: Bug-fix workflow (analyze → patch → verify)
- ai_dev_runtime_analyze: Codebase analysis (semantic + keyword search, learning memory)
For higher accuracy: Before calling ai_dev_runtime_fix_bug or ai_dev_runtime_run_task, use memory_search to find similar past fixes (e.g. "login bug", "500 error", "pytest"). Pass the snippets as prior_memory so Runtime can use them.
Set AI_DEV_RUNTIME_URL (default http://localhost:8000) and optionally AI_DEV_RUNTIME_API_KEY. Ensure AiDevRuntime HTTP server is running.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-dev-runtime - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-dev-runtime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AI Dev Runtime 是什么?
AI Dev Runtime tools - read_file, search, edit, run_terminal, run_tests (hybrid semantic+keyword search, learning memory). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 369 次。
如何安装 AI Dev Runtime?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-dev-runtime」即可一键安装,无需额外配置。
AI Dev Runtime 是免费的吗?
是的,AI Dev Runtime 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Dev Runtime 支持哪些平台?
AI Dev Runtime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Dev Runtime?
由 sammytan(@sammytan)开发并维护,当前版本 v0.5.0。