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/cacheplane/dawnai/clinpx skills add cacheplane/dawnai --skill cligit clone --depth 1 https://github.com/cacheplane/dawnaiWhat 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.00048 | $0.00203 |
| Opus 5 | $0.00024 | $0.00102 |
| Sonnet 5 | $0.00010 | $0.00041 |
| Haiku 4.5 | $0.00005 | $0.00020 |
Grade A, and why
dawn 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
Dawn
Dawn is the TypeScript meta-framework for LangGraph. Agents and workflows are
file-system routes under src/app/, with co-located tools, generated types, and
durable threads.
Source of truth
The complete, version-matched Dawn documentation ships inside this package at
docs/. Always read the bundled docs — they match the installed version exactly.
- Start with
docs/README.md(the index and recommended reading order). - Or run
dawn docsto list topics anddawn docs <topic>to read one (for example,dawn docs tools).
Do not rely on this file's prose for API detail; read the bundled docs first.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CHANGELOG.md 75 KB
- package.json 2.4 KB
- README.md 1.1 KB
- scripts/generate-docs.mjs 2.1 KB runs code
- src/commands/add.ts 4.6 KB runs code
- src/commands/build.ts 3.1 KB runs code
- src/commands/check.ts 8.7 KB runs code
- src/commands/dev.ts 1.3 KB runs code
- src/commands/docs.ts 3.2 KB runs code
- src/commands/eval.ts 8.6 KB runs code
- src/commands/inspect.ts 6.8 KB runs code
- src/commands/memory.ts 14 KB runs code
- src/commands/routes.ts 1.3 KB runs code
- src/commands/run.ts 3.0 KB runs code
- src/commands/start.ts 2.5 KB runs code
- src/commands/test.ts 5.6 KB runs code
- src/commands/typegen.ts 1.3 KB runs code
- src/commands/verify.ts 12 KB runs code
- src/fetch-exports.ts 2.8 KB runs code
- src/index.ts 3.9 KB runs code
- src/lib/build/deployment-config.ts 965 B runs code
- src/lib/build/targets/edge-capabilities.ts 15 KB runs code
- src/lib/build/targets/edge-modules-emitter.ts 6.2 KB runs code
- src/lib/build/targets/hono.ts 5.3 KB runs code
- src/lib/build/targets/index.ts 2.2 KB runs code
- src/lib/build/targets/langsmith.ts 3.4 KB runs code
- src/lib/build/targets/modules-emitter.ts 19 KB runs code
- src/lib/build/targets/node.ts 7.4 KB runs code
- src/lib/build/targets/thread-access-probe.ts 1.6 KB runs code
- src/lib/build/targets/vercel-config.ts 7.9 KB runs code
- src/lib/build/targets/vercel-node-compat.ts 3.0 KB runs code
- src/lib/build/targets/vercel-output.ts 11 KB runs code
- src/lib/build/targets/vercel.ts 4.3 KB runs code
- src/lib/build/targets/web-runtime.ts 34 KB runs code
- src/lib/dev/abortable-iterable.ts 2.1 KB runs code
- src/lib/dev/agui-handler.ts 22 KB runs code
- src/lib/dev/allocate-port.ts 740 B runs code
- src/lib/dev/boot-runtime.ts 1.1 KB runs code
- src/lib/dev/classify-change.ts 2.7 KB runs code
- src/lib/dev/dev-child.ts 8.1 KB runs code
- src/lib/dev/dev-session.ts 10.0 KB runs code
- src/lib/dev/health.ts 1.1 KB runs code
- src/lib/dev/load-app-env.ts 1.5 KB runs code
- src/lib/dev/load-env.ts 1.6 KB runs code
- src/lib/dev/memory-handler.ts 3.6 KB runs code
- src/lib/dev/middleware-node.ts 7.0 KB runs code
- src/lib/dev/middleware.ts 3.4 KB runs code
- src/lib/dev/node-web-adapter.ts 4.3 KB runs code
- src/lib/dev/parked-route.ts 7.9 KB runs code
- src/lib/dev/parse-port.ts 621 B runs code
- src/lib/dev/pending-interrupts.ts 8.0 KB runs code
- src/lib/dev/request-context.ts 893 B runs code
- src/lib/dev/resolve-env-path.ts 1.0 KB runs code
- src/lib/dev/run-registry.ts 5.6 KB runs code
- src/lib/dev/runtime-fetch-core.ts 123 KB runs code
- src/lib/dev/runtime-fetch-handler.ts 1.3 KB runs code
- src/lib/dev/runtime-registry-core.ts 4.0 KB runs code
- src/lib/dev/runtime-registry.ts 928 B runs code
- src/lib/dev/runtime-server.ts 11 KB runs code
- src/lib/dev/serve-runtime.ts 5.0 KB runs code
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 · 22 lines · 48 tokens per session scan A 12bbf18f7742
dawn is a skill published in the GitHub repository cacheplane/dawnai (329 stars, last pushed 3d ago), licensed MIT. It adds 48 tokens to every session and 203 once invoked, about $0.0002 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
data-visualization
Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.
cuml-machine-learning
Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.
blog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.
social-media
Drafts engaging social media posts, writes hooks, suggests hashtags, creates thread structures, and generates companion images. Use when the user asks to write a LinkedIn post, tweet, Twitter/X thread, social media caption, social post, or repurpose content for social platforms.
remember
Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…
textual-screenshot
Capture a Textual terminal UI as an SVG using its headless test harness. Use when asked to make, attach, or preview a screenshot of deepagents-code/dcode or another Textual app, visually verify a TUI state, or render a modal, screen, or widget without a desktop or browser.