ai-disk-doctor

ai-disk-doctor is a skill for Claude Code, Codex from quzhiii/ai-disk-doctor-integrations. It costs 57 tokens per session (1,322 once invoked), scanned A, original, Apache-2.0.

A skill for diagnosing storage used by AI tools and developer workspaces through AI Disk Doctor’s local system.

In plain words
What is it for?
Use it to inspect storage usage, AI-tool inventories, scan history, changes since an earlier scan, supporting evidence, and items that need review.
Why use it?
It helps explain why a disk is full, identify large model caches, and show what changed without guessing from ordinary file listings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the NotebookEdit tool; mentions Claude Code; mentions OpenCode.

Good fit Use it to inspect storage usage, AI-tool inventories, scan history, changes since an earlier scan, supporting evidence, and items that need review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor
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 quzhiii/ai-disk-doctor-integrations --skill ai-disk-doctor
Clone the repo
git clone --depth 1 https://github.com/quzhiii/ai-disk-doctor-integrations

Made for: Claude Code, Codex.

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 ai-disk-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor/github.svg)](https://agentmods.dev/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor)
Your own site
<a href="https://agentmods.dev/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor"><img src="https://agentmods.dev/badge/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor/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 ai-disk-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor"><img src="https://agentmods.dev/badge/skills/quzhiii/ai-disk-doctor-integrations/ai-disk-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,322 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.
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.00057 $0.01322
Opus 5 $0.00028 $0.00661
Sonnet 5 $0.00011 $0.00264
Haiku 4.5 $0.00006 $0.00132

Measured 8d ago against content hash a66d62c553b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-disk-doctor 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 8d 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.

skills/ai-disk-doctor/SKILL.md · 75 lines

How it starts

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

AI Disk Doctor

Use the AI Disk Doctor MCP tools as the workspace storage governance layer. The local AI Disk Doctor Core is the only source of truth for scanning, model inventory, history, diff, rules, policy, risk, and future cleanup planning.

When To Use

Use this Skill for questions such as:

  • Why is my disk suddenly full?
  • Which AI tools, IDEs, or model caches are consuming storage?
  • What did Claude, OpenCode, Cursor, Ollama, or other tools leave locally?
  • What changed since the previous scan?
  • Which findings need review, and what evidence supports that classification?

I3 Workflow

  1. Complete the package setup and verification path in docs/I3_SELF_SERVICE.md before asking for a natural storage diagnosis. Keep Claude Code in the safe-alpha-v1 profile.
  2. For a natural storage diagnosis such as why the computer is getting full, call aidisk_workspace_explain as the primary entry point with {} and no category field. Its handler performs the capability compatibility check internally.
  3. Supply aidisk_workspace_explain.category only when the user explicitly requests a focused, named Core category. Preserve the user's requested category without guessing a different value.
  4. Use aidisk_capabilities for explicit capability inspection or compatibility troubleshooting, such as what AI Disk Doctor supports or whether the Core contract/schema is available. It is not required before aidisk_workspace_explain.
  5. Call core_status when the Core may be missing or the environment is unfamiliar. If workspace explain reports an unavailable or incompatible Core, report that diagnostic state and stop.
  6. Use scan_summary for explicit scanner-level findings or low-level scan inspection. Prefer aidisk_workspace_explain for general questions about why storage is growing or the workspace is full. Use its category only when the user asks for a focused area; do not provide rules, policy, root, reports, or executable paths.
  7. Call ai_model_inventory only for explicit model-asset or model-inventory questions, or inspection of known AI model files. Only use the optional tool selector. Treat unknown, incomplete, custom, shared, or credential-adjacent assets conservatively.
  8. Call latest_diff when the user asks what changed recently. Core owns snapshot discovery and diff semantics.
  9. Explain findings with Core evidence. Preserve partial status, warning text, and bounded-output markers; do not turn handling or risk evidence into cleanup authorization.

Read the full file on GitHub · 75 lines

Files

What ships with it

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

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. 8d ago Changed · +1 lines a66d62c553b6
  2. 11d ago First seen · 74 lines · 57 tokens per session scan A 50635886af3d

Subscribe to this mod's changes

ai-disk-doctor is a skill published in the GitHub repository quzhiii/ai-disk-doctor-integrations (0 stars, last pushed 11d ago), licensed Apache-2.0. It adds 57 tokens to every session and 1,322 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.

Related

Other skills, from other repositories

material-ui-nextjs

Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense. Use when setting up or debugging MUI in a Next.js app.

mui/material-ui · 76 tokens

RootCauseAnalysis

Structured incident investigation using Five Whys, Fishbone, blameless Postmortem, Fault Tree, Kepner-Tregoe, and FMEA — traces failures to systemic root causes rather than blaming humans. USE WHEN root cause, RCA, 5 whys, fishbone, postmortem, incident analysis, fault tree, why does this keep failing, blameless…

danielmiessler/LifeOS · 93 tokens

Vitals

Read-only macOS performance inspection: a deterministic CLI gathers the numbers, Interpretation.md turns them into a diagnosis instead of a data dump.

danielmiessler/LifeOS · 179 tokens

benchmark-workflow

Run, diagnose, or change Xberg extraction benchmarks, quality scoring, benchmark fixtures, artifact contracts, and independently sourced ground truth. Load for the Benchmarks workflow or benchmark-harness work, not ordinary unit tests.

xberg-io/xberg · 47 tokens

verified-script-execution

Fallback workflow for reliable file creation and verification when automated code execution fails.

HKUDS/OpenSpace · 18 tokens

verify-success-after-unknown-error

Verify task completion by checking filesystem state when executecodesandbox or runshell return misleading unknown errors.

HKUDS/OpenSpace · 26 tokens