Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/wrg32786/aigent-os/pausenpx skills add wrg32786/aigent-os --skill pausegit clone --depth 1 https://github.com/wrg32786/aigent-osWrote 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/wrg32786/aigent-os/pause)<a href="https://agentmods.dev/skills/wrg32786/aigent-os/pause"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/pause.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 | $0.00000 | $0.00409 |
| Opus 5 | $0.00000 | $0.00204 |
| Sonnet 5 | $0.00000 | $0.00082 |
| Haiku 4.5 | $0.00000 | $0.00041 |
Grade A, and why
pause scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/pause — Pause current work with resumable state
Create a Capsule v2 with status: paused capturing full execution state for later resume.
Trigger
/pause or /pause waiting on {blocker}
Flow
-
Capture state — gather from current session:
- Objective (what we were working on)
- Files touched (from tool call history)
- Skills and agents used
- Last verified state (what was confirmed working)
- Open questions and blockers
-
Determine waiting_on — from argument or ask:
will— needs the operator's decision or inputagent— waiting on a sub-agent to completetool— waiting on external tool/API/deployexternal— waiting on someone outside the system (a colleague, a client, etc.)
-
Set resume_trigger:
will→manual(the operator decides when to resume)agent→open(resumes at next session boot, which checks agent status)tool→manual(check tool status on resume)external→open(resumes at next session boot, surfacing the wait)
-
Write capsule — use
/context-capsuleschema withstatus: paused -
Update BODY_STATE.json — set
state.last_capsulewith paused capsule info -
Output:
Paused: {objective} Waiting on: {waiting_on} Resume trigger: {resume_trigger} Next action: {next_valid_action} Resume with /resume (offered automatically at next session boot).
Related
/resume— pick up paused work/context-capsule— the underlying capsule system- [[concepts/Capsule v2 Doctrine]] — design rationale
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.
- 2d ago First seen · 48 lines · 0 tokens per session scan A 3b8c8b2f1c5a
pause is a skill published in the GitHub repository wrg32786/aigent-os (17 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 409 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
good-skill
Use only for fixture validation of narrow skill routing. Avoid for normal repo work.
broad-skill
Always use this skill for every task and all tasks.
caveman-fixture
Always use caveman terse speech for every task.
missing-description
No description.
deep-domain-learning
Use when building deep understanding of a new domain, producing a world model document, preparing for expert-level conversations, or needing to reason from first principles in an unfamiliar field. Encodes the Why-Chain Mandate, Quantification Mandate, Evidence Discipline, Grounding Requirement, and Narrative Flow…
chat-selfie
Give your AI Agent a face and a heart. Use AI image generation or mood-mapped local sticker assets to let the agent proactively send emotional selfies that visualize its feelings during conversation.