dos-plan-price

dos-plan-price is a skill for Claude Code from anthony-chaudhary/dos-kernel. It costs 53 tokens per session (2,499 once invoked), scanned A, original, MIT.

A pre-launch check that estimates whether several agents can work at the same time without overlapping parts of the file tree.

In plain words
What is it for?
Use it before sending work to multiple agents, before a fleet dispatch, or before splitting a goal into concurrent branches.
Why use it?
It can reject a conflicting work split before agents start and identify a cheaper non-overlapping partition.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dos-kernel plugin — 18 skills, 3 hooks, 1 MCP server shipped together

Good fit Use it before sending work to multiple agents, before a fleet dispatch, or before splitting a goal into concurrent branches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anthony-chaudhary/dos-kernel/dos-plan-price
Install

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.

Any agent
npx skills add anthony-chaudhary/dos-kernel --skill dos-plan-price
Clone the repo
git clone --depth 1 https://github.com/anthony-chaudhary/dos-kernel

Made for: Claude Code.

Or install dos-kernel, the plugin that ships this one along with the rest of its 18 skills, 3 hooks, 1 MCP server.

Wrote 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.

agentmods badge for dos-plan-price

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthony-chaudhary/dos-kernel/dos-plan-price/github.svg)](https://agentmods.dev/skills/anthony-chaudhary/dos-kernel/dos-plan-price)
Your own site
<a href="https://agentmods.dev/skills/anthony-chaudhary/dos-kernel/dos-plan-price"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/dos-kernel/dos-plan-price/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dos-plan-price

Your own site · 80×15
<a href="https://agentmods.dev/skills/anthony-chaudhary/dos-kernel/dos-plan-price"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/dos-kernel/dos-plan-price.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.02499
Opus 5 $0.00026 $0.01249
Sonnet 5 $0.00011 $0.00500
Haiku 4.5 $0.00005 $0.00250

Measured 9d ago against content hash 60efdc96957b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dos-plan-price 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 9d 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.

claude-plugin/skills/dos-plan-price/SKILL.md · 196 lines

How it starts

The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dos-plan-price — price the fan-out before you launch it

DOS is a court; this skill asks it to quote a price first. Every other DOS trust surface reads the past or present tense: verify reads a commit that already shipped, arbitrate refuses a colliding acquire as the worker reaches the turnstile. A court rules after the collision. But the cheapest moment to catch a colliding fan-out is before any worker runs — and the kernel's own file-tree geometry can answer that forward question with zero new trust: the partition's overlap is a fact about glob prefixes, decidable without believing any agent's intent (docs/347, the predictive flip). This skill prices the proposed partition so a bad plan is refused with 0 agents launched, instead of the reactive court launching K-1 workers before the Kth acquire collides.

The shape is domain-free: discover the layout → collect the proposed partition → price it from the un-authored geometry → act on the price → fall back to the reactive lease floor. The policy (which lanes exist, where things live) is data read from dos doctor --json, never literals.

When to use this (and when not)

  • Use it right before a fan-out: a dos-goal-fleet wave, a dos-next-up packet's dispatch list, or any "launch N agents over these trees" moment. The dispatch list IS a proposed partition; price it before you spend the launches.
  • Do not use it for a single agent (N=1 has no partition to price — the price is trivially 0), or as a substitute for dos arbitrate at acquire time. The price is a forward estimate; the lease arbiter is the unforgeable floor. This skill runs ahead of the floor, it does not replace it.
  • This is a layer-3 helper / screenplay (a PDP, docs/99). It mints no new verdict; it reads the kernel's pure geometry and narrates the price. The geometry is the judgment; this skill is the narrator.

The honest seam — no first-party verb yet (read this before Step 2)

Read the full file on GitHub · 196 lines

Changes

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.

  1. 9d ago First seen · 196 lines · 53 tokens per session scan A 60efdc96957b

Subscribe to this mod's changes

dos-plan-price is a skill published in the GitHub repository anthony-chaudhary/dos-kernel (19 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 2,499 once invoked, about $0.0003 per session on Opus 5. 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-08-30.