← Back to Skills Marketplace
athola

Nm Leyline Damage Control

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-damage-control
Description
Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees
Usage Guidance
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).
Capability Analysis
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.
Capability Tags
cryptorequires-wallet
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-leyline-damage-control
  3. After installation, invoke the skill by name or use /nm-leyline-damage-control
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug nm-leyline-damage-control
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Leyline Damage Control?

Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Nm Leyline Damage Control?

Run "/install nm-leyline-damage-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Leyline Damage Control free?

Yes, Nm Leyline Damage Control is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Leyline Damage Control support?

Nm Leyline Damage Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Leyline Damage Control?

It is built and maintained by athola (@athola); the current version is v1.0.0.

💬 Comments