← Back to Skills Marketplace
94
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-deferred-capture
Description
>- Contract for unified deferred-item capture across plugins. Defines CLI interface, issue template, label taxonomy, and compliance test
Usage Guidance
This SKILL.md is a specification meant for plugin authors rather than a runnable program. Before using or implementing it: 1) note that the doc assumes developer tools that are not declared — ensure your environment has git and the GitHub CLI (gh) and python3 if you run the compliance test; 2) the compliance command refers to scripts/deferred_capture.py, which is not provided here — verify your wrapper includes an appropriate script or adjust the test; 3) the spec may read $CLAUDE_SESSION_ID and $HOME paths at runtime — confirm you are comfortable with those environment reads and that no unexpected credentials are used; 4) when implementing the wrapper that calls gh, be mindful of GitHub CLI auth (tokens) and scopes — the spec does not request credentials itself, but a wrapper will need authenticated gh access to create/check issues. If you only want the contract text, no binaries or credentials are required.
Capability Analysis
Type: OpenClaw Skill
Name: nm-leyline-deferred-capture
Version: 1.0.0
The skill bundle consists of a specification (SKILL.md) defining a 'Deferred Capture Contract' for standardizing how tasks or issues are captured and sent to GitHub. It outlines CLI arguments, issue templates, and label taxonomies for a script named scripts/deferred_capture.py (not included), and contains no executable code or instructions that deviate from its stated purpose of task management.
Capability Assessment
Purpose & Capability
The SKILL.md is a specification for implementing a deferred-capture CLI and issue template. The stated purpose matches the content (CLI args, issue format, labels, duplicate-detection, and a compliance test).
Instruction Scope
The instructions reference runtime behaviors and external commands (gh issue list, current git branch, python3 scripts/deferred_capture.py) and environment usage (fallback to $CLAUDE_SESSION_ID, $HOME paths). This is reasonable for a developer contract, but the skill metadata doesn't declare required binaries or files even as optional; callers should not assume those tools/scripts exist.
Install Mechanism
There is no install spec and no code shipped with the skill (instruction-only). That aligns with a spec/contract; nothing is written to disk by the skill itself.
Credentials
The document references environment values (CLAUDE_SESSION_ID, $HOME) and filesystem paths, but the registry metadata lists no required environment variables or credentials. This is acceptable for an optional session-id source, but callers should be aware the implementation may read those env vars at runtime.
Persistence & Privilege
The skill is not always-on and does not request persistent privileges or modify other skill/system configs. Autonomous invocation is allowed (default) but not combined with any other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-leyline-deferred-capture - After installation, invoke the skill by name or use
/nm-leyline-deferred-capture - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the deferred-capture skill specification.
- Defines a unified contract for deferred-item capture across plugins.
- Specifies required CLI interface, argument schema, and output format.
- Standardizes issue templates, label taxonomy, and duplicate detection.
- Includes compliance test instructions for wrapper validation.
- Focus is on convention and interoperability, not a runtime dependency.
Metadata
Frequently Asked Questions
What is Nm Leyline Deferred Capture?
>- Contract for unified deferred-item capture across plugins. Defines CLI interface, issue template, label taxonomy, and compliance test. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Nm Leyline Deferred Capture?
Run "/install nm-leyline-deferred-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Leyline Deferred Capture free?
Yes, Nm Leyline Deferred Capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Leyline Deferred Capture support?
Nm Leyline Deferred Capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Leyline Deferred Capture?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills