一键导入
yolo-auto
YOLO (You Only Live Once) full-stack automation skill with OpenClaw MCP bridge and GPU model selection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
YOLO (You Only Live Once) full-stack automation skill with OpenClaw MCP bridge and GPU model selection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Autoreview closeout: local dirty changes, PR branch vs main, parallel tests.
Official ASI "Hakua" Auditory & Physical Actuator Substrate
Use Hypura Harness voice input and output tools for local mic, WAV transcription, VOICEVOX playback, and Desktop Companion voice turns.
Use Hypura Harness tools to inspect and safely control the user's currently worn VRChat published avatar through its generated OSC JSON and approved action profile.
Use the OpenClaw LINE channel safely for webhook setup, group routing, rich replies, and runtime diagnosis.
Operate the Local Voice plugin for local STT, VOICEVOX TTS, camera capture, and VRChat OSC speaking cues.
| name | yolo-auto |
| description | YOLO (You Only Live Once) full-stack automation skill with OpenClaw MCP bridge and GPU model selection. |
YOLO (You Only Live Once) full-stack automation skill with OpenClaw MCP bridge and GPU model selection. Enables autonomous multi-agent orchestration with intelligent task distribution across different GPU models.
yolo_select_gpu - Select GPU model for taskyolo_distribute_task - Distribute task to agentsyolo_aggregate_results - Aggregate results from agentsyolo_execute_workflow - Execute multi-step workflowyolo_monitor_progress - Monitor workflow progressopenclaw_execute - Execute via OpenClaw bridge./yolo-workflows/, ./artifacts/, ./results/openclaw - OpenClaw CLIpython - Python for orchestration scriptsgit - Version controlcodex $yolo-auto "Execute full-stack development workflow"
codex $yolo-auto "Select claude-3-opus for complex reasoning task"
codex $yolo-auto "Distribute tasks: 3 agents for frontend, 2 for backend"
┌─────────────────────────────────────────┐
│ YOLO Orchestrator │
├─────────────────────────────────────────┤
│ ┌─────────────┐ ┌─────────────┐ │
│ │ GPU Router │───▶│ Task Queue │ │
│ └─────────────┘ └─────────────┘ │
│ │ │ │
│ ▼ ▼ │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ Agent Pool │◀───│ Work Stealer │ │
│ │ - claude-3 │ └─────────────┘ │
│ │ - gpt-4 │ │
│ │ - gpu-5.3 │ │
│ └─────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────┐ │
│ │ Result │ │
│ │ Aggregator │ │
│ └─────────────┘ │
└─────────────────────────────────────────┘
| Model | Strengths | Use Cases |
|---|---|---|
| claude-3-opus | Complex reasoning, coding | Architecture, planning |
| gpt-4 | Fast iteration, creativity | Prototyping, exploration |
| gpu-5.3-codex | Local processing | Security, privacy tasks |
OpenClaw provides MCP bridge for external tools:
{
"mcpServers": {
"openclaw": {
"command": "openclaw",
"args": ["serve"]
}
}
}
name: full-stack-web
stages:
- name: frontend
agents: 2
gpu: claude-3-opus
tasks:
- Create React components
- Implement state management
- name: backend
agents: 2
gpu: gpt-4
tasks:
- Design API schema
- Implement endpoints
- name: integration
agents: 1
gpu: claude-3-opus
tasks:
- Connect frontend to backend
- Test end-to-end
The yolo-auto agent provides:
Installation: $ codex $skill-install https://github.com/zapabob/codex-yolo-auto-skill
Version: 1.0.0
Compatibility: Codex v2.14.0+