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/anthony-chaudhary/dos-kernel/dos-setupnpx skills add anthony-chaudhary/dos-kernel --skill dos-setupgit clone --depth 1 https://github.com/anthony-chaudhary/dos-kernelWrote 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/anthony-chaudhary/dos-kernel/dos-setup)<a href="https://agentmods.dev/skills/anthony-chaudhary/dos-kernel/dos-setup"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/dos-kernel/dos-setup.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.00055 | $0.01631 |
| Opus 5 | $0.00028 | $0.00816 |
| Sonnet 5 | $0.00011 | $0.00326 |
| Haiku 4.5 | $0.00006 | $0.00163 |
Grade A, and why
dos-setup 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dos-setup — confirm the plugin is wired, then point at the next move
The plugin ships JSON + markdown; the brains ship as a pip package. The bundled hooks shell
python -m dos.cli …and the bundled MCP server runspython -m dos_mcp.server— both need thedos-kernelpackage importable in the SAME Python that Claude Code launches. This skill verifies that one prerequisite and shows you what the plugin gave you. It is the only DOS skill that names the pip package; the rest are domain-free.
Step 1 — Is the kernel importable? (the one prerequisite)
python -c "import dos, dos_mcp; print('dos', dos.__version__)"
-
Prints a version → the package is installed and importable. Go to Step 2.
-
ModuleNotFoundError: dos→ the plugin's hooks/MCP cannot work yet. Install the package (the[mcp]extra pulls the MCP server framework the bundled server needs):pip install "dos-kernel[mcp]"Install it into the SAME interpreter Claude Code runs (the one
pythonresolves to here). Then re-run Step 1. Ifpythonis the wrong interpreter, the hooks will silently no-op (they fail safe, by design) and the MCP server will print an install hint in/mcp. -
ModuleNotFoundError: dos_mcp→ the core installed but not the MCP extra; re-run thepip install "dos-kernel[mcp]"line above.
Step 2 — Does the kernel see this workspace? (confirm wiring)
python -m dos.cli doctor --workspace . --json
A JSON object with lanes, paths, and stamp means the kernel is reading THIS
repo. Skim it once — those values are the layout the bundled skills and the MCP
dos_arbitrate / dos_verify tools read instead of hardcoding anything. If this
repo has no dos.toml, the lanes are auto-derived from your top-level directories
and everything still works (the generic default).
Step 3 — See it work end to end (60 seconds, throwaway repo)
Before reading the skills, watch the kernel make a real call. This runs in a disposable git repo and cleans up after itself:
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.
- 4d ago First seen · 124 lines · 55 tokens per session scan A 25f84afc2b7f
dos-setup is a skill published in the GitHub repository anthony-chaudhary/dos-kernel (19 stars, last pushed 10d ago), licensed MIT. It adds 55 tokens to every session and 1,631 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.
Other skills, from other repositories
takt
TAKT ワークフローエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ワークフロー YAML(steps / initialstep)に従ってマルチエージェントを実行する。.
takt
TAKT ワークフローエンジン。codex exec でサブエージェントを起動し、ワークフロー YAML(steps / initialstep)に従って マルチエージェントオーケストレーションを実行する。.
company-product-context
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge.
codebase-context-extractor
This skill provides a comprehensive context extraction system for large codebases. It intelligently analyzes code structure, dependencies, and relationships to extract relevant context for understanding, debugging, or modifying code.
skill-creator
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Research Synthesis Workflow
A step-by-step guide to synthesizing research from multiple sources into a coherent summary.