← 返回 Skills 市场
utromaya-code

Self Improver Lite

作者 utromaya-code · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improver-lite-ai
功能描述
Runs lightweight self-audits of OpenClaw behavior, finds repeated failures, proposes safe config/process improvements, and tracks what changed. Use after inc...
安全使用建议
This skill appears to do what it says: read recent service status/logs, identify recurring failures, and propose or perform small, reversible fixes (e.g., session cleanup, gateway restart, safe config tweaks). Before installing or running it in production: (1) Confirm where the agent will run and whether it has systemd/journalctl access; (2) Require explicit user approval for any restart, config edit, or cleanup action (the SKILL.md's 'auto-allowed' list should be enforced by the platform, not left to the skill); (3) Ensure backups and rollback paths exist and are tested; (4) Restrict the agent's ability to read broader logs or sensitive files beyond the service units it needs; (5) Run initially in a staging environment to validate the decision thresholds and outputs. If you want stronger guarantees, ask the developer to replace vague rules ('low-risk fixes') with explicit, auditable command lists and per-action confirmation prompts.
功能分析
Type: OpenClaw Skill Name: self-improver-lite-ai Version: 1.0.0 The 'self-improver-lite' skill (SKILL.md) requests high-privilege system access, including reading system logs via 'journalctl' and managing services via 'systemctl'. It is designed to automatically modify its own configuration and restart the gateway service. While these actions are aligned with the stated goal of self-maintenance and include guardrails against exposing secrets, the broad system-level permissions and autonomous modification of its own execution environment represent a significant security risk.
能力评估
Purpose & Capability
The name and description promise lightweight self-audits and safe, minimal changes; the SKILL.md only asks for collecting service status/logs, grouping failures, proposing fixes, and applying low-risk changes such as session cleanup and service restarts — all consistent with a self-improvement/audit tool for an OpenClaw deployment.
Instruction Scope
The runtime instructions are focused on relevant artifacts (systemctl is-active and journalctl -u for the gateway service) and produce structured outputs (grouping, templates). However, the guidance is high-level in places: it authorizes 'apply only low-risk fixes automatically' and lists allowed automatic changes without precise, auditable commands or decision thresholds. That vagueness gives the agent discretionary power over restarts, session cleanup, and config tuning unless the platform enforces confirmation/limits.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery model. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no credentials or env vars (proportional). But it implicitly requires access to systemd/journalctl and permission to restart services or edit runtime config to apply fixes. Those are reasonable for an on-host self-audit tool but are privileged operations that should be explicitly authorized and constrained by the user or platform.
Persistence & Privilege
always:false and no install means the skill won't be force-included, which is appropriate. The skill does assume the ability to perform system-level actions during runs; because agents can invoke skills autonomously by default, ensure per-action approvals or conservative autonomy settings so restarts and cleanup are not performed unexpectedly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-improver-lite-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-improver-lite-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Self-improver-lite 1.0.0: Initial release focused on safe, lightweight self-auditing and improvement for OpenClaw reliability. - Automatically audits bot incidents or on schedule, grouping and analyzing failures. - Proposes and applies minimal-risk improvements (e.g., session cleanup, gateway restarts) with clear rollback. - Requires user approval for high-impact, API, or destructive operations. - Provides a structured weekly audit and improvement tracking template. - Emphasizes guardrails: no secrets in reports, safe config management, and one change per cycle.
元数据
Slug self-improver-lite-ai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Self Improver Lite 是什么?

Runs lightweight self-audits of OpenClaw behavior, finds repeated failures, proposes safe config/process improvements, and tracks what changed. Use after inc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Self Improver Lite?

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

Self Improver Lite 是免费的吗?

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

Self Improver Lite 支持哪些平台?

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

谁开发了 Self Improver Lite?

由 utromaya-code(@utromaya-code)开发并维护,当前版本 v1.0.0。

💬 留言讨论