Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Jerry0022/dotclaude/plugin install devopsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jerry0022/dotclaude/run-autonomous)<a href="https://agentmods.dev/skills/jerry0022/dotclaude/run-autonomous"><img src="https://agentmods.dev/badge/skills/jerry0022/dotclaude/run-autonomous.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00090 | $0.08732 |
| Opus 5 | $0.00045 | $0.04366 |
| Sonnet 5 | $0.00018 | $0.01746 |
| Haiku 4.5 | $0.00009 | $0.00873 |
Grade B, and why
run-autonomous scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
but are NOT covered by the current `~/.claude/settings.json` allow-list. Closes How it starts
The opening of the file, as written. The whole thing — 653 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run Autonomous
User is leaving the PC. Collect the task, prime permissions, confirm, then work independently.
Step 0 — Load Extensions
Silently check (do not surface "not found"):
~/.claude/skills/run-autonomous/SKILL.md+reference.md{project}/.claude/skills/run-autonomous/SKILL.md+reference.md- Merge: project > global > plugin defaults
Step 0.1 — Auto-Start Prompt Detection
If the incoming user message starts with AUTONOMOUS_AUTOSTART:, this is the
3-minute timeout from Step 4 firing. The user is likely AFK.
- Pending-question guard: If an
AskUserQuestionis currently active (the Step 4b confirmation, a clarifying question, or anything else), do NOT auto-start. Re-arm a fresh one-shot cron atnow + 3minwith the sameAUTONOMOUS_AUTOSTART:prompt and context, log "Autostart verschoben — offene Frage aktiv", continue waiting. - If no question is pending: parse
task,mode,desktop,shutdown,autoResume,branchfrom the prompt. - Output once: "3-Minuten-Timeout — starte jetzt autonom."
- Skip Steps 1-4 entirely. Permissions were already primed in the parent session.
- If
autoResume=yes, arm the resume cron now (Step 4e) — Step 4c never ran on this path. - Jump directly to Step 5 with the parsed context. The Post-Confirmation Lockout is active from this moment.
Step 0.2 — Auto-Resume Handler
If the incoming user message starts with AUTONOMOUS_RESUME:, the Step 4e one-shot
cron has fired: the 5h token window has reset and any Claude worktrees that were
hard-capped mid-run should be nudged to continue. The user is AFK — do this without
questions, then stop. Steps 1-8 do NOT apply.
git worktree list --porcelain→ collect every worktree whose branch starts withclaude/(each is an active Claude session; same detection assetup-cleanup).- Classify each. A worktree is done if its root holds
AUTONOMOUS-DONE.flag, or anAUTONOMOUS-REPORT.htmlwith COMPLETED status and noAUTONOMOUS-RESUME.json. Skip done worktrees — never re-trigger finished work. - For each remaining (mid-task / hard-capped) worktree, resume it with a single
weiter: usemcp__ccd_session_mgmt__list_sessionsto find the live session bound to that worktree path, thenmcp__ccd_session_mgmt__send_messagewith the one wordweiter. If the session-mgmt tools are unavailable, list the worktree paths that need a manualweiterinstead of nudging. - Output a short summary: nudged / skipped-done / manual-needed. Do not start new work — only continue what was interrupted.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 653 lines · 90 tokens per session scan B a30200c39446
run-autonomous is a skill published in the GitHub repository Jerry0022/dotclaude (5 stars, last pushed yesterday), licensed MIT. It adds 90 tokens to every session and 8,732 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…