Route a task to the cheapest capable harness or model via session-warden before spending Grok credits on busywork.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Ani-HQ/session-warden --skill grok --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Grok?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ani-hq-grok)More formats (shields.io, HTML) on the badges page.
---
name: session-warden-route
description: Route a task to the cheapest capable harness or model via session-warden before spending Grok credits on busywork.
---
# session-warden route (Grok)
Extra Anthropic quota is gone. Keep frontier models for hard work; route busywork out.
## Before you work
```bash
session-warden route --task "$THE_ASK" --host grok-build --json
```
Read `worker`, `reason`, `costClass`, `self`.
- If `self` is true, do the work yourself.
- Otherwise:
```bash
session-warden run --worker "$WORKER" --prompt "$THE_ASK"
```
Use that result. Do not re-do a cheap worker's answer "just to check" unless the user asked.
Frontier still wins for architecture, multi-file refactors, and security. Rate-limited providers are skipped automatically.
If your grokbot has no skills directory, paste this file into whatever skill/prompt slot it uses.
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!