← 返回 Skills 市场
92
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-leyline-damage-control
功能描述
Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees
安全使用建议
This skill is coherent and instruction-only, but before using it: ensure the agent has appropriate (least-privilege) access to the repository and to whatever task-list service you use; back up/clone the working tree before applying automated reconcilation steps; provide or review the referenced night-market.error-patterns config so error classification matches your environment; and review the original repository (claude-night-market/leyline) if you want implementation context. If you plan to allow the agent to invoke this skill autonomously, ensure workflow guards and human-escalation paths are in place (the skill itself recommends escalation for ambiguous conflicts).
功能分析
Type: OpenClaw Skill
Name: nm-leyline-damage-control
Version: 1.0.0
The skill bundle provides a comprehensive set of recovery protocols for AI agents encountering state corruption, context overflow, or git merge conflicts. It emphasizes safety and auditability, explicitly instructing agents to avoid destructive commands like 'git checkout --' in favor of 'git restore' and named stashes. The modules (e.g., crash-recovery.md, state-reconciliation.md) use standard git commands for state inspection and reconciliation without any evidence of data exfiltration, unauthorized network access, or malicious prompt injection.
能力标签
能力评估
Purpose & Capability
The name and description (recovering crashed agents, context overflow, merge conflicts, and corrupted worktrees) align with the instructions, which focus on inspecting the task list, git history/index, and on-disk artifacts. The declared config path (night-market.error-patterns) is plausible for error classification and relates to the stated purpose.
Instruction Scope
SKILL.md and module files explicitly instruct reading the task list, running git commands (log, diff, status, stash, restore, etc.), producing handoff summaries, and documenting actions. All recommended actions fall inside the stated recovery remit; there are no instructions to exfiltrate data, call remote endpoints, or access unrelated system resources. Users should note the skill assumes access to the repository and task-list storage.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. Low install risk.
Credentials
The skill declares no required environment variables or credentials. It does require a config path (night-market.error-patterns), which is reasonable for error-pattern classification. No unrelated secrets or external service credentials are requested.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent system changes or to modify other skills' configuration. Procedures involve updating task records and git commits/stashes, which are appropriate for the stated recovery operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-leyline-damage-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-leyline-damage-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the damage-control skill, providing structured recovery protocols for agent failures.
- Defines recovery strategies for crashes, context overflows, merge conflicts, and state corruption.
- Includes a decision tree for routing failures to the appropriate recovery module.
- Offers a risk assessment checklist required for higher-risk tasks.
- Details module references for specific failure types (crash recovery, context overflow, merge conflicts, state reconciliation).
- Outlines integration pattern and clear exit criteria for completed recovery.
元数据
常见问题
Nm Leyline Damage Control 是什么?
Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Nm Leyline Damage Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-leyline-damage-control」即可一键安装,无需额外配置。
Nm Leyline Damage Control 是免费的吗?
是的,Nm Leyline Damage Control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Leyline Damage Control 支持哪些平台?
Nm Leyline Damage Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Leyline Damage Control?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills