← 返回 Skills 市场
maximouribarri

MyMacOptimizer

作者 MaximoUribarri · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-mymacoptimizer
功能描述
My Mac Optimizer Controller
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-mymacoptimizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-mymacoptimizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
Slug openclaw-mymacoptimizer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MyMacOptimizer 是什么?

My Mac Optimizer Controller. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。

如何安装 MyMacOptimizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mymacoptimizer」即可一键安装,无需额外配置。

MyMacOptimizer 是免费的吗?

是的,MyMacOptimizer 完全免费(开源免费),可自由下载、安装和使用。

MyMacOptimizer 支持哪些平台?

MyMacOptimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MyMacOptimizer?

由 MaximoUribarri(@maximouribarri)开发并维护,当前版本 v1.0.0。

💬 留言讨论