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/talont-org/autoskillit/audit-docsnpx skills add TalonT-Org/AutoSkillit --skill audit-docsgit clone --depth 1 https://github.com/TalonT-Org/AutoSkillitWrote 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/talont-org/autoskillit/audit-docs)<a href="https://agentmods.dev/skills/talont-org/autoskillit/audit-docs"><img src="https://agentmods.dev/badge/skills/talont-org/autoskillit/audit-docs.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.00065 | $0.01519 |
| Opus 5 | $0.00032 | $0.00759 |
| Sonnet 5 | $0.00013 | $0.00304 |
| Haiku 4.5 | $0.00006 | $0.00152 |
Grade A, and why
audit-docs 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 — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation Audit Skill
Audit all documentation sources for drift, staleness, and inconsistency against actual codebase behavior.
When to Use
- User says "audit docs", "check documentation", "docs audit", "documentation review", "docs drift", "stale docs"
Critical Constraints
NEVER:
- Modify any source files
- Update an existing report — always generate a new one
- Compare doc-to-doc without first grounding claims in actual code behavior
- Run subagents in the background (
run_in_background: trueis prohibited)
ALWAYS:
- Ground every cross-reference finding in what the code actually does (not what other docs say)
- Use subagents for parallel exploration
- Write report to
{{AUTOSKILLIT_TEMP}}/audit-docs/docs_audit_{YYYY-MM-DD_HHMMSS}.md - Provide file:line references for every finding
- Categorize findings by severity (CRITICAL, HIGH, MEDIUM, LOW)
- Produce a usable report even when one or more subagents fail
Documentation Sources
Enumerate and audit all of the following:
CLAUDE.md— project instructions, architecture tree, file path references, tool/skill counts, layer descriptionsdocs/architecture/**/*.md— component names, module paths, layer assignmentsdocs/requirements/**/*.mdanddocs/specs/**/*.md— API surface, behavioral contracts- All
README.mdfiles at any depth in the repository - Module/class/function docstrings in Python files under
src/ - Recipe YAML
description,summary, andnotefields in.autoskillit/recipes/andsrc/autoskillit/recipes/
Inconsistency Categories
Flag findings in these categories (maps to REQ-SKILL-004):
- Stale claims — doc asserts X, actual code behavior is Y
- Orphaned references — doc mentions a file, module, tool, class, or skill that no longer exists
- Missing docs — new subsystem or module with no mention in CLAUDE.md tree or arch docs
- Path/name drift — hyphen-vs-underscore mismatches, renamed symbols, old module paths
- Count mismatches — CLAUDE.md states N tools/skills/hooks but actual count differs
- Inter-doc contradictions — CLAUDE.md says A, arch doc says B about the same entity
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 · 166 lines · 65 tokens per session scan A 28713ea6cc94
audit-docs is a skill published in the GitHub repository TalonT-Org/AutoSkillit (5 stars, last pushed 5d ago), licensed MIT. It adds 65 tokens to every session and 1,519 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-31.
Other skills, from other repositories
edgeone skill scanner
Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…
portaljs-check-data-quality
Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolating.
agent-review
Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.
Website Audit
Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.
aws-security-audit
AWS security auditing — IAM users/roles/policies, CloudTrail API events, security posture analysis. Use when auditing IAM permissions, investigating security incidents, checking MFA compliance, or tracing API activity in CloudTrail.
jentic
Use this skill whenever the user wants to work with a third-party or external API/tool through the Jentic platform — e.g. asks to "find the vessel-tracking API and add it", "get rows from this Google Sheet", connect Slack, import/search/discover an API, integrate or automate a SaaS, pull data from a service, or call…