← 返回
效率工具 中文

MyMacOptimizer

My Mac Optimizer Controller
我的Mac优化控制器
maximouribarri
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 519
下载
💾 6
安装
1
版本
#latest

概述

My Mac Optimizer Controller

This skill allows the AI agent to control the "My Mac Optimizer" application locally on the user's macOS device.

The application must be running, which starts a local backend server on http://127.0.0.1:8000.

Capabilities mapping

You can control the application and perform actions using standard curl commands interacting with the local API.

1. System Health & Monitoring

Check the current state of the Mac (CPU, RAM, network, etc.).

curl http://127.0.0.1:8000/api/performance
curl http://127.0.0.1:8000/api/system

2. General Optimization (Smart Care)

Free up RAM and perform general background optimization.

curl -X POST http://127.0.0.1:8000/api/optimize

3. Junk Cleaning

Scan the system for cache, logs, and trash, and optionally clean them.

# 1. First, scan to see what can be cleaned
curl http://127.0.0.1:8000/api/scan

# 2. Then, clean the found items (make sure user agrees)
curl -X POST http://127.0.0.1:8000/api/clean

4. Application Uninstaller

List installed applications and uninstall them seamlessly.

# List all installed applications
curl http://127.0.0.1:8000/api/apps

# Uninstall a specific application (use the absolute path from the list)
curl -X POST http://127.0.0.1:8000/api/apps/delete \
  -H "Content-Type: application/json" \
  -d '{"path": "/Applications/Example.app"}'

5. Clutter and Large Files

Identify large files on the user's main hard drive so they can decide if they want to delete them.

# List large files
curl http://127.0.0.1:8000/api/clutter/large

# Move a file to the Trash
curl -X POST http://127.0.0.1:8000/api/files/delete \
  -H "Content-Type: application/json" \
  -d '{"path": "/Users/username/Downloads/large-file.zip"}'

Note to Agent: Always ask the user for confirmation before executing destructive commands such as /api/apps/delete or /api/files/delete. Optimization and scanning are generally safe to run.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 20:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,168
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 429 📥 103,687
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,720