← 返回 Skills 市场
679
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install memory-self-heal
功能描述
General-purpose self-healing loop that learns from past failures, retries safely, and records reusable fixes.
安全使用建议
This skill appears to do what it says, but it performs broad filesystem reads (memory/, tasks/, logs/, skills/*/SKILL.md) and appends entries to memory. Before enabling it: 1) Restrict scan roots to only the project-level memory/task directories you trust; avoid allowing it to read system-wide paths. 2) Ensure the agent enforces redaction rules (don’t include secrets/tokens in memory writebacks) and add explicit exclude patterns for known secret/config locations. 3) Limit the skill's write target (single memory file or dedicated folder) and review permissions so it cannot alter other skills or system files. 4) Test the skill in a sandboxed project to observe what it reads/writes. 5) If you need stronger guarantees, require user confirmation before any writeback or before scanning directories that might contain credentials. If you want a different assessment, provide the exact runtime root paths the agent will have access to and any platform-level sandboxing/config restrictions — that would raise confidence to high.
功能分析
Type: OpenClaw Skill
Name: memory-self-heal
Version: 1.1.0
The skill bundle provides instructions for an AI agent to perform self-healing and diagnostic tasks. It instructs the agent to scan local directories like `memory/` and `tasks/` for error patterns using shell commands (`Get-ChildItem`/`rg` and `Select-String`). These operations are read-only and confined to expected diagnostic paths. Crucially, the `SKILL.md` includes explicit 'Safety Rules' instructing the agent to 'Never auto-run destructive operations without confirmation' and 'Never log secrets/tokens in memory files', which actively mitigate potential prompt injection risks and prevent malicious actions. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description match the instructions: scanning memory, tasks, logs and reusing prior fixes is expected for a self-heal skill. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions tell the agent to recursively scan project memory/, tasks/, runtime/channel logs, and skills/*/SKILL.md and to append entries to memory. This is coherent for the stated goal, but the scan is broad and will read many files (possibly containing tokens or secrets). The SKILL.md warns not to log secrets, but it does not prescribe redaction, least-privilege read scopes, or explicit exclusion patterns for sensitive paths.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest-risk delivery mechanism. Nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The skill does reference runtime logs and memory paths, which is appropriate for its purpose; it does not request unrelated secrets or cloud credentials.
Persistence & Privilege
The skill writes concise self-heal entries back into project memory (expected behavior). always:false and normal autonomous invocation are used. Because it reads and writes project memory and other skill docs, you should verify file permissions and that it cannot modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-self-heal - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-self-heal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**General-purpose self-healing loop with improved resilience and evidence handling.**
- Adds portable evidence scan order for improved flexibility (supports custom memory paths and multiple shells)
- Expands failure classification to cover more error scenarios (syntax, auth, network, context, false done, etc.)
- Refines 3-tier recovery policy: direct fix, safe fallback, and controlled escalation with user-minimal unblock input
- Introduces strict safety and completion rules to ensure only validated recoveries are marked done
- Enforces concise, structured memory logging for each self-heal cycle to aid future automation
- Updates integration notes for wider compatibility and easier customization
v1.0.0
Initial release of memory-self-heal skill for autonomous issue recovery.
- Automatically detects repeated friction patterns such as command errors, missing API keys, login walls, browser conflicts, and context exhaustion.
- Searches memory for prior occurrences and applies documented fixes before escalating.
- Structured retry and fallback policy escalates through up to three self-healing attempts, recording blockers and minimum unblock actions as needed.
- Logs each recovery cycle and lesson learned to structured memory files for future improvement.
- Integration with heartbeat enables automatic re-evaluation and retry of previously blocked tasks when conditions change.
- Safety boundaries included to prevent unsafe retries and protect sensitive information.
元数据
常见问题
Memory Self-Heal 是什么?
General-purpose self-healing loop that learns from past failures, retries safely, and records reusable fixes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 679 次。
如何安装 Memory Self-Heal?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-self-heal」即可一键安装,无需额外配置。
Memory Self-Heal 是免费的吗?
是的,Memory Self-Heal 完全免费(开源免费),可自由下载、安装和使用。
Memory Self-Heal 支持哪些平台?
Memory Self-Heal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Self-Heal?
由 Dalomeve(@dalomeve)开发并维护,当前版本 v1.1.0。
推荐 Skills