mole-mac-tool

mole-mac-tool is a skill for Claude Code, Codex from yinqd3/workbuddy-skills. It costs 139 tokens per session (1,431 once invoked), scanned C, original, MIT.

A macOS command-line maintenance tool for cleaning system and developer files, removing applications, analysing disk space, monitoring the system, and optimizing it.

In plain words
What is it for?
Use it to remove caches and temporary files, uninstall apps with related files, inspect disk usage, clean project build files, and monitor or optimize macOS.
Why use it?
It brings several separate Mac cleanup and monitoring tasks into one terminal tool and can preview cleanup or removal actions before making them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to remove caches and temporary files, uninstall apps with related files, inspect disk usage, clean project build files, and monitor or optimize macOS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yinqd3/workbuddy-skills/mole-mac-tool
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 yinqd3/workbuddy-skills --skill mole-mac-tool
Clone the repo
git clone --depth 1 https://github.com/yinqd3/workbuddy-skills

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 mole-mac-tool

README.md
[![agentmods](https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/mole-mac-tool/github.svg)](https://agentmods.dev/skills/yinqd3/workbuddy-skills/mole-mac-tool)
Your own site
<a href="https://agentmods.dev/skills/yinqd3/workbuddy-skills/mole-mac-tool"><img src="https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/mole-mac-tool/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 mole-mac-tool

Your own site · 80×15
<a href="https://agentmods.dev/skills/yinqd3/workbuddy-skills/mole-mac-tool"><img src="https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/mole-mac-tool.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,431 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00139 $0.01431
Opus 5 $0.00069 $0.00715
Sonnet 5 $0.00028 $0.00286
Haiku 4.5 $0.00014 $0.00143

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

Security

Grade C, and why

mole-mac-tool scanned grade C with 2 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 12d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
mole-mac-tool/SKILL.md · 161 lines

How it starts

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

Mole Mac Tool

Mole is a single-binary macOS maintenance CLI that replaces multiple paid tools. It handles system cleanup, app uninstallation, disk analysis, system monitoring, optimization, and project build artifact cleanup.

Installation

brew install mole

Or via install script:

curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash

Command Reference

mo clean — Deep System Cleanup

Scans and cleans user app caches, browser caches (Chrome/Safari/Firefox), dev tool residuals (Xcode, Node.js, npm), system logs, temp files, app-specific caches, and Trash. Can free tens of GB.

Key flags:

  • --dry-run — Preview what would be deleted without actually deleting
  • --json — Machine-readable output

mo uninstall — Smart App Uninstall

Interactive app selection. Removes the app AND 52+ related files across 12 locations: Application Support, Caches, Preferences, Logs, WebKit storage, Cookies, Extensions, Plugins, Launch daemons, etc.

Key flags:

  • --dry-run — Preview removal plan
  • Deletes route to Trash where possible (safer than mo clean)

mo optimize — System Optimization

Rebuilds system databases, clears caches, resets network services, refreshes Finder/Dock, cleans diagnostic/crash logs, removes swap files, rebuilds Launch Services and Spotlight index.

Key flags:

  • --dry-run — Preview optimization plan
  • --whitelist — Exclude specific optimization items

mo analyze — Disk Space Analysis

Visual disk usage with percentage bars. Finds large files, shows last access time. Supports keyboard navigation (arrow keys, vim h/j/k/l).

Key flags:

  • --dry-run — Preview analysis
  • Deletes route to Finder Trash (safest deletion path in Mole)

mo status — Real-time System Monitor

Live dashboard with health score (based on CPU, memory, disk, temp, I/O load). Shows per-core CPU usage, load average, memory details, disk R/W, battery health/cycles/temp, fan speed, network speed, proxy info, process ranking. Press k to toggle cat display.

Read the full file on GitHub · 161 lines

Files

What ships with it

1 file 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. 12d ago First seen · 161 lines · 139 tokens per session scan C 57952060c03c

Subscribe to this mod's changes

mole-mac-tool is a skill published in the GitHub repository yinqd3/workbuddy-skills (6 stars, last pushed 3mo ago), licensed MIT. It adds 139 tokens to every session and 1,431 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

wiki-dashboard

Create dynamic, queryable dashboard views of the Obsidian vault using Obsidian Bases or Dataview. Use this skill when the user says "create a dashboard", "vault dashboard", "show all X as a table", "dynamic view", "query my vault", "build a content index", "show me all concepts/entities/projects", or wants a…

Ar9av/obsidian-wiki · 112 tokens

daily-update

Run the daily wiki maintenance cycle: check all source freshness, update the index, and regenerate hot.md. Use this skill when the user says "/daily-update", "run the daily update", "update everything", "morning sync", "refresh the wiki index", or when triggered by the launchd cron at 9 AM. Also use to set up or…

Ar9av/obsidian-wiki · 109 tokens

screen-detox

A habit-change framework for reducing non-work screen use such as social media, short videos, games, and endless scrolling.

kangarooking/cangjie-skill · 148 tokens

monkey-mind-meditation

A meditation and reflection guide for a busy or anxious mind. It treats recurring thoughts as something to observe and examine, while noting that acute serious mental-health problems need professional care.

kangarooking/cangjie-skill · 158 tokens

file-organizer

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

foryourhealth111-pixel/Vibe-Skills · 46 tokens