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 <task> runs full dev task (plan → edit → test → fix)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.
7w4.net收录了海量优质技能插件。
Set AI_DEV_RUNTIME_URL (default http://localhost:8000) and optionally AI_DEV_RUNTIME_API_KEY. Ensure AiDevRuntime HTTP server is running.
这个 Skill 整体质量偏弱,工具功能分类还算清晰,但内容过于简单粗糙。主要优点是功能模块划分明确,并提供了 memory_search 这样的实用特性。缺点是文档严重不足,缺少使用示例和配置说明,对普通用户来说几乎无法直接上手使用,需要开发者自行摸索。建议等待版本更成熟后再使用。