← 返回 Skills 市场
Self Optimizer
作者
austindixson
· GitHub ↗
· v0.1.0
448
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install self-optimizer
功能描述
Analyzes OpenClaw logs, chat history, and the .openclaw installation to propose self-improvement and optimization suggestions. Use when optimizing or auditin...
安全使用建议
This skill appears to do what it says (parse logs and analyze chat history). Before installing or running it, review the full script (the provided file was truncated in the listing) to confirm there are no network exfiltration calls or subprocess launches in later code. Only run it from a trusted location and in a controlled environment because it will read local files such as gateway.log, openclaw.log, and potentially openclaw.json — these can contain API keys and other secrets. If you plan to run it, either (1) run it on a copy of the logs/configs with secrets redacted, (2) inspect the entire source code for any outbound network I/O or unexpected writes, or (3) run it in a sandboxed environment. If you need higher assurance, ask the author for a full source audit or for the missing/truncated portion of the script before proceeding.
功能分析
Type: OpenClaw Skill
Name: self-optimizer
Version: 0.1.0
The skill is designed for legitimate diagnostic purposes, analyzing OpenClaw logs and chat history. However, the `scripts/self_optimizer.py` script contains a local file inclusion (LFI) vulnerability. The `--chat-history-file` argument allows the script to read and parse any JSON file on the filesystem, which could be exploited by a malicious prompt to the agent to exfiltrate sensitive configuration or credential files if they are in JSON format and accessible to the agent.
能力评估
Purpose & Capability
The name/description (analyze logs, chat history, and .openclaw installation) matches the included Python script which reads gateway.log and openclaw.log and performs chat-history analysis. No unrelated services, binaries, or credentials are requested.
Instruction Scope
The SKILL.md and script explicitly instruct/implement reading local logs and (planned) scanning of openclaw.json and other installation files. This is coherent with the purpose, but these files can contain sensitive information (API keys, tokens, etc.). The script as shown parses timestamps and searches for patterns and emits suggestions; it does not, in the visible portion, transmit data externally or modify other skills.
Install Mechanism
There is no install specification (instruction-only skill with an included script). Nothing is downloaded or written to disk by an installer, which reduces installation risk.
Credentials
The skill requires no environment variables or external credentials, which is proportionate. However, because it reads local config files (planned openclaw.json, MEMORY.md, skill configs), it may access sensitive secrets stored there — this is expected for its purpose but worth caution.
Persistence & Privilege
The skill is not always-enabled and uses normal agent invocation rules. It does not request persistent system privileges or modify other skills according to the provided files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-optimizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-optimizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Self Optimizer.
- Analyzes OpenClaw logs (gateway.log, openclaw.log) for errors, restarts, and performance metrics.
- Suggests actionable improvements for performance, stability, and development.
- Command-line analysis available via `self_optimizer.py analyze [--json]`.
- Future plans include chat history review and root folder scanning for deeper insights.
元数据
常见问题
Self Optimizer 是什么?
Analyzes OpenClaw logs, chat history, and the .openclaw installation to propose self-improvement and optimization suggestions. Use when optimizing or auditin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 448 次。
如何安装 Self Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-optimizer」即可一键安装,无需额外配置。
Self Optimizer 是免费的吗?
是的,Self Optimizer 完全免费(开源免费),可自由下载、安装和使用。
Self Optimizer 支持哪些平台?
Self Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Optimizer?
由 austindixson(@austindixson)开发并维护,当前版本 v0.1.0。
推荐 Skills