원클릭으로
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+