# Send Brew Audit to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "brew-audit",
    "name": "Brew Audit",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/rogue-agent1/brew-audit",
    "canonicalUrl": "https://clawhub.ai/rogue-agent1/brew-audit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/brew-audit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brew-audit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/brew-audit.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "brew-audit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:24:08.422Z",
      "expiresAt": "2026-05-06T03:24:08.422Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brew-audit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brew-audit",
        "contentDisposition": "attachment; filename=\"brew-audit-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "brew-audit"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/brew-audit"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/brew-audit",
    "downloadUrl": "https://openagent3.xyz/downloads/brew-audit",
    "agentUrl": "https://openagent3.xyz/skills/brew-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brew-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brew-audit/agent.md"
  }
}
```
## Documentation

### Homebrew Audit Skill

Quickly audit your Homebrew installation for outdated packages, cleanup opportunities, and health issues.

### Usage

# Full audit (outdated + cleanup + doctor + summary)
bash scripts/brew-audit.sh

# Specific sections
bash scripts/brew-audit.sh --section outdated
bash scripts/brew-audit.sh --section cleanup
bash scripts/brew-audit.sh --section doctor

# JSON output (outdated only)
bash scripts/brew-audit.sh --json --section outdated

### 📦 Outdated Packages

Lists all formulae and casks with newer versions available, with current → available version info.

### 🧹 Cleanup Opportunities

Shows how many old versions/downloads can be removed and estimated disk savings. Run brew cleanup to reclaim.

### 🩺 Health Check

Runs brew doctor to detect:

Formulae with no source (orphaned kegs)
Deprecated/disabled packages needing replacement
Permission issues, broken symlinks, config problems

### 📊 Summary

Total formulae, casks, and Homebrew prefix.

### When to Use

Periodic system maintenance (weekly/monthly)
Before major upgrades
When disk space is low
After noticing build failures (doctor check)

### Updating Packages

After reviewing the audit:

brew upgrade              # upgrade all outdated
brew upgrade <formula>    # upgrade specific package
brew cleanup              # remove old versions
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rogue-agent1
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:24:08.422Z
- Expires at: 2026-05-06T03:24:08.422Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/brew-audit)
- [Send to Agent page](https://openagent3.xyz/skills/brew-audit/agent)
- [JSON manifest](https://openagent3.xyz/skills/brew-audit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/brew-audit/agent.md)
- [Download page](https://openagent3.xyz/downloads/brew-audit)