/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-dev-runtime - After installation, invoke the skill by name or use
/ai-dev-runtime - Provide required inputs per the skill's parameter spec and get structured output
What is AI Dev Runtime?
AI Dev Runtime tools - read_file, search, edit, run_terminal, run_tests (hybrid semantic+keyword search, learning memory). It is an AI Agent Skill for Claude Code / OpenClaw, with 369 downloads so far.
How do I install AI Dev Runtime?
Run "/install ai-dev-runtime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Dev Runtime free?
Yes, AI Dev Runtime is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI Dev Runtime support?
AI Dev Runtime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Dev Runtime?
It is built and maintained by sammytan (@sammytan); the current version is v0.5.0.