← Back to Skills Marketplace
athola

Nm Leyline Error Patterns

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-error-patterns
Description
Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience.
Usage Guidance
This skill is a documentation-only set of error-handling patterns and appears coherent with its purpose. Before installing or enabling it, check: (1) where logs/alerts will be sent (the snippets call send_alert and log full context but don't specify destinations), (2) what the night-market.usage-logging config controls and who can read it, and (3) any filesystem paths referenced in your deployments (e.g. ~/.claude/leyline/ or checkpoint files) to ensure you’re comfortable with the skill's suggested file I/O. No credentials or installs are required, and there are no code files — the main risk is accidental logging of sensitive context if you wire up alerts/logging without review.
Capability Analysis
Type: OpenClaw Skill Name: nm-leyline-error-patterns Version: 1.0.0 The skill bundle provides standardized error handling patterns, classification logic, and recovery strategies for AI agents, specifically ported from the Leyline/Night Market framework. It contains architectural guidance and Python code snippets for managing common API errors (e.g., rate limits, authentication failures) and multi-agent coordination issues like context overflow or agent crashes. No malicious behaviors, data exfiltration attempts, or harmful prompt injection instructions were found across SKILL.md or the supporting modules.
Capability Assessment
Purpose & Capability
The name/description (error handling, recovery, logging, resilience) align with the actual content: classification, recovery strategies, agent-level escalation, and logging patterns. The single declared config requirement (night-market.usage-logging) is relevant to logging behavior. Examples referencing services (gemini, Qwen) are illustrative and reasonable for a cross-service error-patterns library.
Instruction Scope
SKILL.md is instruction-only and stays within error-classification and recovery guidance. It includes patterns that mention writing summaries to files, logging full context, and calling send_alert(log_entry) — these are reasonable for a logging/recovery library but imply file I/O and external alerting. The docs also reference user config paths (e.g. ~/.claude/leyline/) which are outside the declared night-market.usage-logging config and should be reviewed for scope.
Install Mechanism
No install spec and no code files — lowest-risk distribution model. Nothing is downloaded or written to disk by the skill itself beyond the guidance in the text.
Credentials
No environment variables or credentials are requested. The declared config path (night-market.usage-logging) is proportionate to a logging/alerting skill. No unrelated secrets or broad credential access are required.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform presence. The guidance includes writing to files or checkpoints as recovery patterns, which is normal for a resilience library but not a platform-level privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-leyline-error-patterns
  3. After installation, invoke the skill by name or use /nm-leyline-error-patterns
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of standardized error handling patterns for plugins and integrations. - Provides error classification by severity and recoverability, with clear guidelines for handling common scenarios (authentication, rate limits, timeouts, context size). - Includes standard handler examples and an ErrorResult dataclass for integration. - Offers quick start instructions and verification tips. - References detailed resources for advanced classification, recovery, and agent resilience strategies.
Metadata
Slug nm-leyline-error-patterns
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Leyline Error Patterns?

Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Nm Leyline Error Patterns?

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

Is Nm Leyline Error Patterns free?

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

Which platforms does Nm Leyline Error Patterns support?

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

Who created Nm Leyline Error Patterns?

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

💬 Comments