← Back to Skills Marketplace
MyMacOptimizer
by
MaximoUribarri
· GitHub ↗
· v1.0.0
260
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-mymacoptimizer
Description
My Mac Optimizer Controller
Usage Guidance
This skill is coherent for controlling a local Mac optimizer, but before installing or using it: (1) Verify that the 'My Mac Optimizer' app is a legitimate program you installed and that its local API is intentionally bound to 127.0.0.1 and protected (preferably requires auth). (2) Require the agent to present the exact items it plans to delete/uninstall and obtain explicit user approval for each destructive action. (3) Test with safe read-only endpoints (performance, scan, apps listing) first. (4) Consider disabling autonomous invocation or restricting when/which destructive endpoints the agent may call if you want tighter control. (5) Do not run delete/uninstall commands until you have confirmed the target file/app path is correct and backed up if necessary.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-mymacoptimizer
Version: 1.0.0
The skill bundle provides a standard interface for an AI agent to interact with a local 'My Mac Optimizer' application via a localhost API (127.0.0.1:8000). The instructions in SKILL.md define clear mappings for system monitoring, optimization, and file management, and explicitly include safety requirements for the agent to seek user confirmation before executing destructive actions like file or application deletion.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: all commands target a local My Mac Optimizer backend at http://127.0.0.1:8000 and implement expected optimizer actions (performance checks, scan/clean, uninstall, delete files). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are limited to curl calls to localhost endpoints. However several endpoints are destructive (/api/apps/delete, /api/files/delete). The SKILL.md includes a note to ask for user confirmation, but the instructions as written allow the agent to perform file/app deletion if invoked; confirm-before-delete behavior depends on the agent's runtime safeguards.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing will be written to disk by the skill itself. This is low risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested and the instructions do not reference any hidden credentials. The skill relies on a local HTTP API only.
Persistence & Privilege
always:false (normal). The skill can be invoked autonomously by the agent (platform default). Combined with destructive endpoints, this increases risk unless the agent strictly enforces user confirmation before executing POST/delete operations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-mymacoptimizer - After installation, invoke the skill by name or use
/openclaw-mymacoptimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of My Mac Optimizer Controller.
- Adds integration with the "My Mac Optimizer" application via a local HTTP API.
- Supports system health monitoring, RAM freeing, and general optimization actions.
- Introduces junk cleaning: scan and clean cache, logs, and trash files.
- Enables listing and uninstalling installed Mac applications.
- Identifies large files and allows moving them to Trash.
- Includes usage instructions for each main capability via simple curl commands.
- Ensures user confirmation before performing destructive actions (like deleting files or uninstalling apps).
Metadata
Frequently Asked Questions
What is MyMacOptimizer?
My Mac Optimizer Controller. It is an AI Agent Skill for Claude Code / OpenClaw, with 260 downloads so far.
How do I install MyMacOptimizer?
Run "/install openclaw-mymacoptimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MyMacOptimizer free?
Yes, MyMacOptimizer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MyMacOptimizer support?
MyMacOptimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MyMacOptimizer?
It is built and maintained by MaximoUribarri (@maximouribarri); the current version is v1.0.0.
More Skills