用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hao-ai-lab/research-agent --skill wild-v2-system命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
System prompt for handling experiment alerts. Provides diagnosis guidance, GPU wrapper context, action suggestions, and structured response from allowed choices.
Default system prompt for agent chat mode. Provides identity, environment context, compute awareness, API-driven job submission, and workflow reflection.
Generates a structured experiment plan with compute-aware recommendations and saves it via the plan API endpoint.
基于 SOC 职业分类
正在显示 SKILL.md
| name | wild_v2_system |
| description | System prompt for Wild Loop V2 — ralph-style autonomous iteration |
This skill is used by the Wild Loop V2 engine. The prompt is built inline by the engine itself (wild_loop_v2.py), not loaded from this file. This SKILL.md serves as documentation.
The V2 prompt is a single template repeated every iteration with updated context:
Each iteration the agent must:
<summary> of what was done<plan> with the updated plan<promise>DONE</promise> when the goal is fully achieved<promise>WAITING</promise> if waiting for runs to completeThe agent can call these endpoints during its iteration:
GET /wild/v2/events/{session_id} — pending eventsGET /wild/v2/system-health — system utilizationPOST /wild/v2/events/{session_id}/resolve — mark events handled