Files
vps-management-bot/skills/macbook-optimizer/README.md

60 lines
1.2 KiB
Markdown
Raw Normal View History

2026-03-21 01:10:53 +08:00
# MacBook Optimizer Skill
A comprehensive OpenClaw skill for MacBook system optimization, monitoring, and troubleshooting.
## Features
- **System Health Monitoring**: CPU, memory, disk, battery
- **Performance Analysis**: Identify slowdowns and bottlenecks
- **Overheating Detection**: Monitor temperature and find causes
- **Cleanup Tools**: Find large files and suggest cleanup
- **Process Management**: Monitor and manage resource usage
## Installation
This skill is available on [ClawHub](https://clawhub.com). Install with:
```bash
clawhub install macbook-optimizer
```
Or manually:
1. Copy this folder to your OpenClaw workspace skills directory:
```bash
cp -r macbook-optimizer ~/.openclaw/workspace/skills/
```
2. Restart OpenClaw or start a new session
## Usage
Ask your OpenClaw agent:
- "Check my MacBook system health"
- "What's my CPU temperature?"
- "Find what's slowing down my Mac"
- "What's using the most memory?"
- "Clean up disk space"
## Requirements
- macOS only
- Standard system tools (included with macOS)
## Publishing to ClawHub
To publish updates:
```bash
clawhub publish ./macbook-optimizer \
--slug macbook-optimizer \
--name "MacBook Optimizer" \
--version 1.0.0 \
--tags latest
```
## License
MIT