Keep the session's prompt cache warm while you step away.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add toverux/cantrips --skill afk --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Afk?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/toverux-afk)More formats (shields.io, HTML) on the badges page.
---
name: afk
description: Keep the session's prompt cache warm while you step away.
disable-model-invocation: true
version: 1.0.0
---
**Claude Code only.** If you do not have a `ScheduleWakeup` tool, **say so and stop** — a shell sleep or an external scheduler runs outside this session and warms nothing.
Keep this session warm across a break.
Schedule the next wakeup with `ScheduleWakeup`:
- `prompt` — `/afk` verbatim, so the wakeup re-enters this skill and chains the next one.
- `delaySeconds` — 3000.
- `reason` — name cache warming, so the user reads why the session woke.
On each wake, reply with just "ping X" (number them), schedule the next wakeup, and leave the user's work untouched.
Stop the loop when the user returns, or when you reach ten pings (failure mode).
Call `ScheduleWakeup` with `stop: true` so a pending wakeup cannot fire once the loop has ended.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!