{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mole-mac-cleanup",
    "name": "Mole Mac Cleanup",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bjesuiter/mole-mac-cleanup",
    "canonicalUrl": "https://clawhub.ai/bjesuiter/mole-mac-cleanup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mole-mac-cleanup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mole-mac-cleanup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mole-mac-cleanup"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mole-mac-cleanup",
    "agentPageUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Mole - Mac Cleanup & Optimization Tool",
        "body": "Repo: https://github.com/tw93/Mole\nCommand: mo (not mole!)\nInstall: brew install mole\n\nNote for humans: mo without params opens an interactive TUI mode. Not useful for agents, but you might wanna try it manually! 😉"
      },
      {
        "title": "What It Does",
        "body": "All-in-one toolkit combining CleanMyMac, AppCleaner, DaisyDisk, and iStat Menus:\n\nDeep cleaning — removes caches, logs, browser leftovers\nSmart uninstaller — removes apps + hidden remnants\nDisk insights — visualizes usage, manages large files\nLive monitoring — real-time system stats\nProject artifact purge — cleans node_modules, target, build, etc."
      },
      {
        "title": "Preview / Dry Run (ALWAYS USE FIRST)",
        "body": "mo clean --dry-run              # Preview cleanup plan\nmo clean --dry-run --debug      # Detailed preview with risk levels & file info\nmo optimize --dry-run           # Preview optimization actions\nmo optimize --dry-run --debug   # Detailed optimization preview"
      },
      {
        "title": "Execute Cleanup",
        "body": "mo clean                        # Run deep cleanup (caches, logs, browser data, trash)\nmo clean --debug                # Cleanup with detailed logs"
      },
      {
        "title": "System Optimization",
        "body": "mo optimize                     # Rebuild caches, reset services, refresh Finder/Dock\nmo optimize --debug             # With detailed operation logs\n\nWhat mo optimize does:\n\nRebuild system databases and clear caches\nReset network services\nRefresh Finder and Dock\nClean diagnostic and crash logs\nRemove swap files and restart dynamic pager\nRebuild launch services and Spotlight index"
      },
      {
        "title": "Whitelist Management",
        "body": "mo clean --whitelist            # Manage protected cache paths\nmo optimize --whitelist         # Manage protected optimization rules"
      },
      {
        "title": "Project Artifact Purge",
        "body": "mo purge                        # Clean old build artifacts (node_modules, target, venv, etc.)\nmo purge --paths                # Configure which directories to scan\n\nConfig file: ~/.config/mole/purge_paths"
      },
      {
        "title": "Installer Cleanup",
        "body": "mo installer                    # Find/remove .dmg, .pkg, .zip installers\n\nScans: Downloads, Desktop, Homebrew caches, iCloud, Mail attachments"
      },
      {
        "title": "Setup & Maintenance",
        "body": "mo touchid                      # Configure Touch ID for sudo\nmo completion                   # Set up shell tab completion\nmo update                       # Update Mole itself\nmo remove                       # Uninstall Mole from system\nmo --version                    # Show installed version\nmo --help                       # Show help"
      },
      {
        "title": "Typical Workflow",
        "body": "Check what would be cleaned:\nmo clean --dry-run --debug\n\n\n\nIf looks good, run cleanup:\nmo clean\n\n\n\nOptimize system (after cleanup):\nmo optimize --dry-run\nmo optimize\n\n\n\nClean dev project artifacts:\nmo purge"
      },
      {
        "title": "What Gets Cleaned (mo clean)",
        "body": "User app cache\nBrowser cache (Chrome, Safari, Firefox)\nDeveloper tools (Xcode, Node.js, npm)\nSystem logs and temp files\nApp-specific cache (Spotify, Dropbox, Slack)\nTrash"
      },
      {
        "title": "Notes",
        "body": "Terminal: Best with Ghostty, Alacritty, kitty, WezTerm. iTerm2 has issues.\nSafety: Use --dry-run first. Built with strict protections.\nDebug: Add --debug for detailed logs."
      }
    ],
    "body": "Mole - Mac Cleanup & Optimization Tool\n\nRepo: https://github.com/tw93/Mole Command: mo (not mole!) Install: brew install mole\n\nNote for humans: mo without params opens an interactive TUI mode. Not useful for agents, but you might wanna try it manually! 😉\n\nWhat It Does\n\nAll-in-one toolkit combining CleanMyMac, AppCleaner, DaisyDisk, and iStat Menus:\n\nDeep cleaning — removes caches, logs, browser leftovers\nSmart uninstaller — removes apps + hidden remnants\nDisk insights — visualizes usage, manages large files\nLive monitoring — real-time system stats\nProject artifact purge — cleans node_modules, target, build, etc.\nNon-Interactive Commands (Clawd-friendly)\nPreview / Dry Run (ALWAYS USE FIRST)\nmo clean --dry-run              # Preview cleanup plan\nmo clean --dry-run --debug      # Detailed preview with risk levels & file info\nmo optimize --dry-run           # Preview optimization actions\nmo optimize --dry-run --debug   # Detailed optimization preview\n\nExecute Cleanup\nmo clean                        # Run deep cleanup (caches, logs, browser data, trash)\nmo clean --debug                # Cleanup with detailed logs\n\nSystem Optimization\nmo optimize                     # Rebuild caches, reset services, refresh Finder/Dock\nmo optimize --debug             # With detailed operation logs\n\n\nWhat mo optimize does:\n\nRebuild system databases and clear caches\nReset network services\nRefresh Finder and Dock\nClean diagnostic and crash logs\nRemove swap files and restart dynamic pager\nRebuild launch services and Spotlight index\nWhitelist Management\nmo clean --whitelist            # Manage protected cache paths\nmo optimize --whitelist         # Manage protected optimization rules\n\nProject Artifact Purge\nmo purge                        # Clean old build artifacts (node_modules, target, venv, etc.)\nmo purge --paths                # Configure which directories to scan\n\n\nConfig file: ~/.config/mole/purge_paths\n\nInstaller Cleanup\nmo installer                    # Find/remove .dmg, .pkg, .zip installers\n\n\nScans: Downloads, Desktop, Homebrew caches, iCloud, Mail attachments\n\nSetup & Maintenance\nmo touchid                      # Configure Touch ID for sudo\nmo completion                   # Set up shell tab completion\nmo update                       # Update Mole itself\nmo remove                       # Uninstall Mole from system\nmo --version                    # Show installed version\nmo --help                       # Show help\n\nTypical Workflow\n\nCheck what would be cleaned:\n\nmo clean --dry-run --debug\n\n\nIf looks good, run cleanup:\n\nmo clean\n\n\nOptimize system (after cleanup):\n\nmo optimize --dry-run\nmo optimize\n\n\nClean dev project artifacts:\n\nmo purge\n\nWhat Gets Cleaned (mo clean)\nUser app cache\nBrowser cache (Chrome, Safari, Firefox)\nDeveloper tools (Xcode, Node.js, npm)\nSystem logs and temp files\nApp-specific cache (Spotify, Dropbox, Slack)\nTrash\nNotes\nTerminal: Best with Ghostty, Alacritty, kitty, WezTerm. iTerm2 has issues.\nSafety: Use --dry-run first. Built with strict protections.\nDebug: Add --debug for detailed logs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bjesuiter/mole-mac-cleanup",
    "publisherUrl": "https://clawhub.ai/bjesuiter/mole-mac-cleanup",
    "owner": "bjesuiter",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mole-mac-cleanup",
    "downloadUrl": "https://openagent3.xyz/downloads/mole-mac-cleanup",
    "agentUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mole-mac-cleanup/agent.md"
  }
}