🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AI Dev Runtime

by @sammytan

AI Dev Runtime tools - read_file, search, edit, run_terminal, run_tests (hybrid semantic+keyword search, learning memory)

Versionv0.5.0
Downloads1,002
TERMINAL
clawhub install ai-dev-runtime

πŸ“– About This Skill


name: ai-dev-runtime description: AI Dev Runtime tools - read_file, search, edit, run_terminal, run_tests (hybrid semantic+keyword search, learning memory) command-tool: ai_dev_runtime_command command-dispatch: tool metadata: { "openclaw": { "emoji": "πŸ› οΈ", "homepage": "https://github.com/your-org/AiDevRuntime" } }

Use these tools to interact with AI Dev Runtime:

  • ai_dev_runtime_command: Slash command β€” /ai-dev-runtime 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.