A powerful AI-driven development runtime that automates planning, file operations, terminal commands, and bug-fixing with memory-enhanced hybrid search.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install super-ai-dev-runtime
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install super-ai-dev-runtime using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AI Dev Runtime is an advanced, memory-enhanced toolkit designed to boost software development efficiency. Operating as a pivotal entry in the catalog of Openclaw Skills, it integrates robust file operations (such as multi-file editing and patch application), codebase analysis, terminal command execution, and automated test running into a unified workflow. By combining these capabilities, the skill acts as a localized execution engine for autonomous AI coding agents.
At its core, AI Dev Runtime leverages a hybrid semantic-keyword search to accurately locate relevant files and code blocks. Furthermore, its adaptive learning memory tracks past solutions and codebase patterns over time. This makes it a highly capable agent runtime that streamlines debugging, feature implementation, and codebase analysis directly within your command-line or development IDE workspace.
/ai-dev-runtime <task> slash command or a batch execution sequence via the API.To leverage this and other Openclaw Skills, configure the host environment variables and ensure the runtime server is active:
export AI_DEV_RUNTIME_URL="http://localhost:8000"
export AI_DEV_RUNTIME_API_KEY="your_optional_api_key"
Spin up the underlying AI Dev Runtime HTTP server on the designated host machine.
Register the command-tool within your Openclaw client config to enable execution.
The runtime manages and formats data payload exchanges using structured schemas. Below is an overview of the tools and parameters:
| Tool Name | Operation Type | Key Metadata / Payload |
|---|---|---|
ai_dev_runtime_command |
Slash Command | String task defining the high-level workflow goal. |
ai_dev_runtime_invoke |
Low-level Tool | Actions including read_file, search, edit, edit_multi, apply_patch, find_references, call_hierarchy, run_terminal, run_tests. |
ai_dev_runtime_run_task |
Batch Execution | Structured array of multi-step coding commands. |
ai_dev_runtime_fix_bug |
Bug-fix Pipeline | Integrates prior_memory, patch files, and verification scripts. |
ai_dev_runtime_analyze |
Semantic Search | Dual semantic-keyword queries alongside learning memory registers. |
prior_memory) into newly initiated agent cycles, bypassing repetitive debugging.Loading
An AI agent skill that automatically transforms Product Requirements Documents (PRDs) into production-ready, fully architected SwiftUI iOS applications.

A headless browser automation CLI designed for AI agents, providing deterministic element selection via accessibility tree snapshots with refs.

An autonomous learning skill that allows AI coding agents to log, analyze, and resolve their errors while promoting key insights into long-term project memory.

A python-powered CLI skill providing real-time data tracking, momentum scanning, and local paper trading simulations for Polymarket prediction markets.

An API-driven skill for agentOS to automate real estate appointment scheduling, diary management, guest matching, and branch operations.

Automate component placement, electrical wiring, and layout verification within the EasyEDA environment via command-line control.








































