autorun

仓库创建 2026年6月27日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

便于以自动化方式持续推进任务或临时接管会话,适合长任务。

▸ 风险提示

能在会话中持续执行动作,可能造成无意更改或滥用。

这个 Skill 做什么

控制会话的自治运行循环:启动、暂停、限制周期或停止。

把当前会话交给一个自动运行循环,让代理按设定自动继续工作、压缩上下文或停下来等待指令。用在你想要无人值守让任务继续推进、限制自动轮次或临时暂停/彻底退出自动模式时。特点是可以设定循环次数、可暂停但保持观察以便恢复,或完全卸载自动模式,控制比手动更细粒度。

▸ 展开 SKILL.md 英文原文

Drive the autonomous context loop for this session — arm it to auto-/compact and resume work hands-free, or pause/shut it down. Use when the user types /autorun (optionally with a number or `stop`/`exit`), says "autorun", "autopilot", "take it from here", "keep going hands-off", or asks to pause / stop / shut down / exit the auto-compact loop.

自动化集成自治循环会话控制自动化通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/autorun/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/autorun/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# autorun

One command drives the **autonomous loop** for the current session. The argument
selects the verb:

| You type | Meaning |
|---|---|
| `/autorun <n>` (or bare `/autorun`) | **arm** — allow up to **N** auto-compact cycles (bare = configured default) |
| `/autorun stop` | **pause** — stop compacting but keep the daemon observing (re-arm later) |
| `/autorun exit` | **shut down** — disarm and tell the daemon to self-terminate |

Once armed, the `ctx-watch` daemon watches context occupancy. Each time the session
nears the guardrail (the configured warn %) **and** a fresh handoff doc exists **and**
the turn is idle **and** Ghostty is frontmost, it types `/compact`, then a continuation
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有