burrow-system-tools

burrow-system-tools is a skill for Claude Code, Codex from caezium/burrow. It costs 194 tokens per session (2,069 once invoked), scanned A, original, MIT.

A set of local tools for diagnosing and maintaining a Mac, including its performance, storage, temperature, processes, and disk health. It begins with read-only checks of the computer's current condition.

In plain words
What is it for?
Use it to inspect system health, find resource-heavy processes, check disk space and health, review backups and errors, and analyze possible cleanup needs.
Why use it?
It helps identify why a Mac is slow, hot, noisy, low on storage, or using battery before suggesting maintenance.

Skill for Claude CodeCodex

About the project

Burrow is a native Mac app for cleaning, uninstalling, analyzing, optimizing, and monitoring a computer, with an engine and an MCP server that lets AI agents interact with it. It is for Mac users and coding agents that need to inspect and maintain system storage and status. The catalogue skill helps AI agents use Burrow's agent-facing features.

caezium/burrow · 1,353 stars · on GitHub

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.

agentmods
npx agentmods add skills/caezium/burrow/burrow-system-tools
Any agent
npx skills add caezium/burrow --skill burrow-system-tools
Clone the repo
git clone --depth 1 https://github.com/caezium/burrow

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 burrow-system-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/caezium/burrow/burrow-system-tools.svg)](https://agentmods.dev/skills/caezium/burrow/burrow-system-tools)
Your own site
<a href="https://agentmods.dev/skills/caezium/burrow/burrow-system-tools"><img src="https://agentmods.dev/badge/skills/caezium/burrow/burrow-system-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 194 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00194 $0.02069
Opus 5 $0.00097 $0.01035
Sonnet 5 $0.00039 $0.00414
Haiku 4.5 $0.00019 $0.00207

Measured 5d ago against content hash bd721d7d1f5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

burrow-system-tools 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 5d 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/burrow-system-tools/SKILL.md · 130 lines

How it starts

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

Burrow system tools

Burrow runs a local MCP server over the user's Mac: live + historical system state (read-only) and gated maintenance. The governing habit is diagnose first — when a question is about this machine, or you spot a system symptom mid-task, reach for the read-only tools, name the cause, then propose a fix. Read-only tools never change anything, so there's no reason to hesitate.

Diagnose first (read-only — always safe)

  • burrow_doctor — one-call health sweep: engine present, Full Disk Access, memory pressure, disk headroom, SMART disk health, Time Machine backup age, recent decode errors. Start here for any vague "something's wrong / is my Mac healthy?" — it tells you which area to drill into. It does not report SIP / Gatekeeper / FileVault / firewall over MCP (only the GUI fills those in), so for "is my Mac secure?" read them from the shell rather than claiming the tool checked them.
  • burrow_snapshot — current vitals (CPU, memory, disk, network, temperature, top processes, a 0–100 health score). For "what's happening right now".
  • burrow_top_processes — top CPU right now. For "what's using my CPU / why is it hot or loud?"
  • burrow_process_usage — ranks over a window by cpu_time / peak_cpu / avg_cpu / peak_mem. Prefer this for "all day / since this morning / what's draining my battery?"
  • burrow_history / burrow_diff — a trend over time, or what changed since a point ("it got slow in the last hour").
  • burrow_disk_forecast — "when will my disk fill up?" (pointless once the disk is already full — go straight to analyze). burrow_analyze <path> — "what's eating space in <folder>?" Supports depth (descend into the largest subdirectories in one call), limit, and min_size — e.g. depth: 2, min_size: 104857600 maps hotspots without a call per directory. Scanning a home folder or ~/Library can take minutes: pass the most specific path you can.
  • burrow_ports — "what's listening / what's on port 3000?" (pid + owner).
  • burrow_cleanup_history / burrow_deleted_files — what Burrow has cleaned, and exactly which files it removed.
  • burrow_list_apps — installed apps + the exact names uninstall accepts (call this before any uninstall). burrow_info — whether Burrow is even recording data (use when results look empty or stale).
  • Reclaim candidates (read-only, report-only — they find things worth deleting but never delete): burrow_dupes paths (duplicate files), burrow_photos path (visually near-duplicate images), burrow_orphans path (files belonging to no installed app), burrow_sentinel (apps sitting in the Trash whose leftovers you could sweep), burrow_slim_check binary (how much thinning a fat binary would reclaim), burrow_net (which app is moving bytes right now), burrow_rules_dryrun dir (what a community rules directory would target).
  • burrow_anomalies — processes whose last-24h CPU has regressed against their own 14-day baseline. Reach for it when the user says something feels off but nothing looks obviously high: this is per-process, so a program that always sits at 40% isn't flagged and one that went 2% → 15% is.
  • burrow_agent_audit — what agents (including you, earlier) have already run through this server: the tool, the exact arguments, dry-run or real, and the outcome. Check it before repeating a cleanup, and whenever you're not sure a call went through.

Read the full file on GitHub · 130 lines

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. 5d ago First seen · 130 lines · 194 tokens per session scan A bd721d7d1f5e

Subscribe to this mod's changes

burrow-system-tools is a skill published in the GitHub repository caezium/burrow (1,353 stars, last pushed yesterday), licensed MIT. It adds 194 tokens to every session and 2,069 once invoked, about $0.0010 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.

Related

Other skills, from other repositories

swiftui-debugging

Use when debugging SwiftUI issues in this macOS app — views not updating, layout problems, unnecessary re-renders, state ownership bugs, Preview crashes, or NSHostingView/NSPanel quirks. Covers both general SwiftUI debugging and macOS-specific patterns.

st0012/cctop · 58 tokens

release

Use when cutting or preparing a cctop release - "cut a release", "release vX.Y.Z", "prepare a release", "bump the version and tag", "ship a new version". Drives proportionate release checks, version bump, CI, tag push, release monitoring, and verification. An explicit release request authorizes the complete release…

st0012/cctop · 82 tokens

video-assets

Use when publishing, replacing, auditing, or linking cctop promo/demo video assets through GitHub Releases, especially the non-latest media-assets release. Trigger for requests like "upload the launch video", "add another video asset", "replace the README demo video", "where should this video live", "update…

st0012/cctop · 120 tokens

e2e-session-test

Use when smoke-testing cctop end to end — verifying a real coding-agent session is tracked and shows in the panel. Trigger on "smoke test sessions", "verify session tracking", "test the hook pipeline", "check cctop picks up a claude/codex/opencode/pi session", or "run the e2e test", even without the word "skill".…

st0012/cctop · 112 tokens

cctop-setup

Use when cctop-hook command fails or is not found. Guides user to install the cctop menubar app.

st0012/cctop · 31 tokens

video-storyboard

Use when designing, scripting, or storyboarding a short demo, launch, explainer, or marketing video (especially for a developer tool, app, or SaaS), OR when auditing, critiquing, or improving an existing video's narrative, hook, pacing, or storyboard. Runs a verified 6-stage process — positioning, message spine, beat…

st0012/cctop · 202 tokens