← 返回 Skills 市场
zhmza

openclaw-optimize

作者 Ache · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
171
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install optimize
功能描述
Optimize OpenClaw performance and prevent lag. Use when: (1) OpenClaw feels slow or laggy, (2) High memory usage, (3) Slow response times, (4) Gateway crashe...
安全使用建议
This package appears to do what it claims (optimize OpenClaw) but includes actions that can delete your OpenClaw history and affect system caches and running Python state. Before installing or running: 1) Back up ~/.openclaw/workspace and your vector DB; 2) Inspect the bundled scripts (openclaw_optimize_pro.py, openclaw_optimize.py, openclaw-optimize.sh) yourself—note the code deletes files and writes to /proc; 3) Avoid running as root — if you must run privileged actions (drop_caches), do so deliberately and on a test system; 4) Prefer running first in an isolated/staging environment or container; 5) If you only want diagnostics, run read-only functions (get_status, analyze_load_time) rather than commands that call clean_old, aggressive_gc (which clears sys.modules), or clear_cache; 6) If you trust the author, still consider adding a dry-run option or modifying the scripts to prompt before destructive actions.
功能分析
Type: OpenClaw Skill Name: openclaw-optimize-release-v2-0-0-tar Version: 2.0.0 The skill bundle provides performance optimization tools that perform high-risk operations, including deleting files in the OpenClaw workspace (HistoryOptimizer), modifying system-level kernel parameters like /proc/sys/vm/drop_caches (MemoryOptimizerPro), and automatically installing Python dependencies via pip (openclaw-optimize.sh). While these actions are aligned with the stated purpose of 'optimization' and 'cleaning,' they involve significant system and data risks. Additionally, the use of sys.modules.clear() in openclaw_optimize_pro.py is an unconventional and potentially disruptive approach to memory management. No clear evidence of malicious intent or data exfiltration was found, but the broad permissions and aggressive system modifications warrant a suspicious classification.
能力评估
Purpose & Capability
Name/description match the actual capabilities: memory optimization, skill-load analysis, history cleanup, monitoring and config tweaks. The code operates on ~/.openclaw workspace and enumerates skills, which is proportionate to optimizing OpenClaw.
Instruction Scope
Runtime instructions and bundled scripts perform file deletions (clean_old removes files from the memory directory and archive operations), manipulate a local vector DB, call into /proc/sys/vm/drop_caches (system-wide cache clearing), call sync, and the Pro code clears sys.modules. These actions can delete user data, require elevated privileges, and can destabilize running Python environments. The SKILL.md and shell scripts also run pip installs and suggest git/wget installs — expected, but destructive actions are present.
Install Mechanism
This is instruction-only with bundled code files; no opaque remote installers are executed by the skill itself. README suggests downloads from GitHub releases (a common host). No evidence of URL shorteners or untrusted hosts in the provided install instructions.
Credentials
The skill requests no environment variables or external credentials. It does, however, access and modify local OpenClaw data paths (~/.openclaw/workspace) and system cache interfaces — capabilities that are relevant to optimization but are powerful and should be granted deliberately.
Persistence & Privilege
The skill is not always: true and does not request elevated platform privileges directly, but its operations (writing to /proc/sys/vm/drop_caches, deleting files in workspace, clearing Python modules) require elevated permissions or can have system-wide effects. It modifies local OpenClaw workspace files (within scope) but also performs system-level cache clearing which is out-of-skill-scope for unprivileged installs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install optimize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /optimize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
openclaw-optimize v2.0.0 introduces a comprehensive performance tuning toolkit for OpenClaw: - Adds commands and Python API for automatic optimization, including memory management, skill analysis, history cleaning, and performance monitoring. - Provides detailed usage scenarios, troubleshooting, and fix recipes for deployment lag, slowdowns, and gateway issues. - Includes ready-to-use configuration templates for high performance and memory optimization. - Features integrated tools for diagnostics, benchmarking, and automated scheduled optimization tasks. - Chinese-language guides and best practices for rapid adoption.
元数据
Slug optimize
版本 2.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

openclaw-optimize 是什么?

Optimize OpenClaw performance and prevent lag. Use when: (1) OpenClaw feels slow or laggy, (2) High memory usage, (3) Slow response times, (4) Gateway crashe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 openclaw-optimize?

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

openclaw-optimize 是免费的吗?

是的,openclaw-optimize 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-optimize 支持哪些平台?

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

谁开发了 openclaw-optimize?

由 Ache(@zhmza)开发并维护,当前版本 v2.0.0。

💬 留言讨论