Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: macbook-optimizer
description: Complete MacBook optimization suite: monitoring, troubleshooting, cleanup, and performance tuning. Works on all Macs (Intel & Apple Silicon). No extra tools required.
homepage: https://github.com/T4btc/macbook-optimizer
metadata:
{
"openclaw":
{
"emoji": "💻",
"os": ["darwin"],
"requires": { "bins": ["system_profiler", "top", "ps", "df", "du"] },
},
}
Complete MacBook health & performance suite - No installation required
A comprehensive, user-friendly skill for monitoring, optimizing, and troubleshooting MacBook performance. Works on all Macs (Intel & Apple Silicon) using built-in macOS tools. Unlike specialized tools, this provides actionable recommendations and automated fixes.
✅ No installation required - Uses built-in macOS tools
✅ Works on all Macs - Intel & Apple Silicon
✅ Actionable recommendations - Not just metrics, but solutions
✅ Automated fixes - Can clean up and optimize automatically
✅ User-friendly - Plain language, not technical jargon
✅ Complete suite - Monitoring + troubleshooting + optimization
✅ GUI-first - Opens visual tools automatically for non-technical users
✅ Visual reports - Charts, graphs, and emoji indicators for easy understanding
powermetrics), load averages, per-process breakdownComplete system check (with GUI):
Run a full system health check, show me the results visually, and fix any issues
Performance optimization (GUI mode):
My MacBook is slow. Open Activity Monitor and show me what's using resources
Overheating issue:
My MacBook is overheating. Show me the hot processes in Activity Monitor
Disk cleanup (visual):
Show me my disk usage visually and clean up automatically
Memory problems (GUI):
My Mac is using too much memory. Open Activity Monitor and highlight the memory hogs
Battery health (visual):
Show me my battery health in System Settings and optimize power settings
Startup optimization:
What's slowing down my Mac startup? Show me login items in System Settings
Find large files (visual):
Find all files larger than 1GB, show them in Finder, and suggest what I can delete
GUI-first requests:
Show me everything in Activity Monitor
Open System Settings to battery settings
Show me disk usage in a visual way
The agent intelligently uses these macOS tools:
System Info:
system_profiler - Complete hardware/software informationsysctl - System parameters and kernel settingssw_vers - macOS version informationProcess Monitoring:
top / htop - Real-time process monitoringps - Process status and detailslsof - List open files and network connectionslaunchctl list - Background services and daemonsResource Monitoring:
vm_stat - Virtual memory statisticsiostat - Disk I/O statisticsnetstat / lsof -i - Network connectionspowermetrics - CPU/GPU power and temperature (Apple Silicon)pmset -g therm - Thermal state (Intel Macs)Disk Management:
df - Disk space usagedu - Directory size analysisfind - Locate large filesmdutil - Spotlight index managementPower & Battery:
pmset - Power management settingsioreg - I/O registry (battery info)system_profiler SPPowerDataType - Battery detailsCleanup:
rm - Safe file removal (with confirmation)purge - Memory purge~/Library/Caches, /Library/Caches, /var/foldersGUI Tools (Visual Interface):
open -a "Activity Monitor" - Launch Activity Monitor (CPU, Memory, Energy, Disk, Network)open -a "System Settings" - Open System Settings (all system preferences)open -a "System Settings" && open "x-apple.systempreferences:com.apple.preference.battery" - Battery settingsopen -a "System Settings" && open "x-apple.systempreferences:com.apple.preference.storage" - Storage managementopen -a "System Settings" && open "x-apple.systempreferences:com.apple.LoginItems-Settings.extension" - Login itemsopen -a "Finder" - Open Finder for file browsingopen ~/Library/Caches - Open Caches folder in Finderopen ~/Downloads - Open Downloads folderopen "x-apple.systempreferences:com.apple.preference.security?Privacy_AllFiles" - Privacy settingsopen "x-apple.systempreferences:com.apple.preference.security?Privacy_Accessibility" - Accessibility permissionsVisual Reports:
For users who prefer visual interfaces, the agent can:
Example GUI Workflow:
The agent can:
htop for prettier process view (brew install htop)mactop for Apple Silicon detailed metrics (brew install mactop)When the user asks for visual information or mentions they're not technical:
GUI Navigation Commands:
| Feature | macbook-optimizer | mactop |
|---------|------------------|--------|
| Installation required | ❌ No | ✅ Yes (brew) |
| Works on Intel Macs | ✅ Yes | ❌ No (Apple Silicon only) |
| Actionable recommendations | ✅ Yes | ❌ No (metrics only) |
| Automated cleanup | ✅ Yes | ❌ No |
| Troubleshooting | ✅ Yes | ❌ No |
| User-friendly | ✅ Yes | ⚠️ Technical |
| Complete suite | ✅ Yes | ⚠️ Monitoring only |
| GUI-first experience | ✅ Yes | ❌ CLI only |
| Visual reports | ✅ Yes | ❌ Text only |