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 skills add autoworks-ai/autovault --skill codex-docs-drift-scoutgit clone --depth 1 https://github.com/autoworks-ai/autovaultWrote 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/autoworks-ai/autovault/codex-docs-drift-scout)<a href="https://agentmods.dev/skills/autoworks-ai/autovault/codex-docs-drift-scout"><img src="https://agentmods.dev/badge/skills/autoworks-ai/autovault/codex-docs-drift-scout/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.
<a href="https://agentmods.dev/skills/autoworks-ai/autovault/codex-docs-drift-scout"><img src="https://agentmods.dev/badge/skills/autoworks-ai/autovault/codex-docs-drift-scout.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00036 | $0.01406 |
| Opus 5 | $0.00018 | $0.00703 |
| Sonnet 5 | $0.00007 | $0.00281 |
| Haiku 4.5 | $0.00004 | $0.00141 |
Grade A, and why
codex-docs-drift-scout 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.
How it starts
The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Docs Drift Scout
When To Use
Use this skill to install the AutoHub docs-drift Codex automation. The automation
lives as signed AutoVault skill resources (.tpl templates), but Codex reads
machine-local rendered files through a symlink.
Install is a deliberate, human-initiated mutation (it renders machine-specific
files and plants a symlink under ~/.codex), so it sits behind the
requires-tty anti-automation wall. Auditing is read-only and runs
non-interactively through autovault doctor — see Audit.
Install
--project-root is required and has no shipped default. Pass the absolute path
to the target repository:
autovault skill install-codex codex-docs-drift-scout --project-root /ABSOLUTE/PATH/TO/autohub
The complete install surface is:
autovault skill install-codex codex-docs-drift-scout --project-root PATH [--automation-id ID] [--replace-existing]
By default, the helper renders beneath ${AUTOVAULT_STORAGE_PATH:-~/.autovault}:
~/.autovault/rendered/codex-automations/docs-drift-scout/automation.toml
~/.autovault/rendered/codex-automations/docs-drift-scout/environment.toml
and exposes the rendered directory beneath ${CODEX_HOME:-~/.codex} as:
~/.codex/automations/docs-drift-scout
The helper refuses to replace an existing Codex automation path unless the
render index proves the symlink is already managed by AutoVault or
--replace-existing is passed. Replacement moves the existing path aside with a
timestamped .backup.<timestamp> suffix.
Before writing, the helper refuses a corrupt or unsupported existing render
index. It renders to temporary files, parses the TOML with python3 +
tomllib, then atomically publishes the index and Codex symlink. The
machine-local index is ${AUTOVAULT_STORAGE_PATH:-~/.autovault}/render-index.json
— the per-bundle record autovault doctor hash-compares against. Python 3.11 or
newer is required for the standard-library tomllib parser.
What ships with it
3 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.
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.
- 9d ago First seen · 147 lines · 36 tokens per session scan A adc06e72eaef
codex-docs-drift-scout is a skill published in the GitHub repository autoworks-ai/autovault (3 stars, last pushed 4d ago), licensed MIT. It adds 36 tokens to every session and 1,406 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-31.
Other skills, from other repositories
js-gof
Apply Gang of Four and related design patterns in JavaScript and TypeScript. Use when implementing creational, structural, or behavioral patterns, or when the user mentions factories, builder, prototype, flyweight, singleton, object pool, adapter, wrapper, decorator, proxy, bridge, composite, facade, chain of…
error-handling
Apply error handling and recovery patterns in JavaScript/TypeScript or Node.js. Use when implementing error handling, retry logic, or when the user mentions domain errors, error recovery, error escalation.
js-conventions
Apply Metarhia JavaScript style. Use when writing or editing .js, .mjs, .ts files (with certain corrections for typescript), formatting code, or when the user asks about code style or linting.
pn-session-handoff
End a session with a structured handoff document and two reflection questions. Captures shipped work, dangling state, resume action, and blind spots. Use via /pn-handoff before closing a session. Pairs with pn-continual-learning for AGENTS.md updates.
create-pi-extension
Como criar uma extensão TypeScript para pi. Use quando o usuário precisar de hooks, tools customizadas, UI no TUI, ou persistência de estado.
pn-context-engineering
Curate what the agent sees and when — rules vs specs vs task files vs errors vs history. Use when starting a session, switching tasks, output quality drops, or the agent ignores project conventions.