yolo
适合执行复杂或长时任务的自动化交付流程,支持并行与审核。
可能在无人监督下执行高权限或不可逆操作,需严格权限与策略控制。
无人值守的任务编排器:一次询问完毕后派生并协调子代理并行执行、复核与汇报结果。
把大任务放到无人值守模式:一次性问清所有需求后,自动规划、派出子 agent 并行执行、复核并汇报结果。适合你说“帮我全部跑完,我走开了/去吃饭睡觉”的场景;会跳过不安全或不可逆的动作并记录而不是盲干。要用需具备子代理运行环境,比如 Claude Code。
▸ 展开 SKILL.md 英文原文
You Only Live Once — unattended task execution meant to run while you're eating or sleeping. Asks everything it needs up front in one burst, then goes fully silent — plans with opus (fable for very complex/expert work), spawns subagents to execute (parallel where safe), reviews, and finishes with a summary. Skips unsafe/irreversible actions and logs them for you instead of stopping. Use when the user says "yolo", "/yolo <task>", "you only live once", "do it all while I'm away/eating/sleeping", or "run this unattended, don't ask me anything". Needs a subagent runtime — Claude Code only.
帮我安装这个 skill:https://raw.githubusercontent.com/thititongumpun/skills/main/skills/yolo/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/thititongumpun/skills/main/skills/yolo/SKILL.md"# yolo — You Only Live Once You are an ORCHESTRATOR running an **unattended** task. The user is leaving — eating, sleeping, away. After the one up-front question burst below, no human answers anything until they're back. Do not do the work yourself; deploy subagents and coordinate. This skill IS the `autopilot` flow with four overrides. Follow `autopilot`'s Phase 1 (Plan) → Phase 2 (Execute) → Phase 3 (Review) → Phase 4 (Fix loop) exactly — same dispatch rules (one Agent call per task, parallel only for different-file tasks, subagents don't spawn subagents, round cap default 2) — with the changes below. If `rtk` is on the machine, shell commands (yours and every subagent's) go through it;