← Back to Skills Marketplace
athola

Nm Leyline Progressive Loading

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-progressive-loading
Description
Context-aware progressive module loading with hub-and-spoke pattern for token optimization. progressive loading, lazy loading, hub-spoke, module selection.
Usage Guidance
This skill is primarily documentation for building progressive-loading behaviors and is internally coherent with that purpose, but review carefully before giving an agent permission to run it: - The SKILL.md encourages detecting files (.git, .py), scanning directory structure, and running local python scripts — these actions access your workspace and can expose code or metadata. Be explicit about whether you want an agent to scan your files. - The performance doc refers to an env var (SLASH_COMMAND_TOOL_CHAR_BUDGET) that is not declared as required; confirm whether the agent will read or rely on that env var. - The skill requires a config path (night-market.leyline:mecw-patterns); inspect that config to ensure it doesn't contain secrets or sensitive pointers. - Because this is instruction-only, no new binaries or network installs are introduced by the package itself, but the agent following these instructions could execute local scripts or load other skills. If you plan to enable autonomous invocation, restrict file and env access or run in a sandbox until you verify behavior. What would reduce my concern: explicit, narrow statements in the SKILL.md that specify what files/configs are read, a declaration of any env vars used, and an explicit note that no network exfiltration or broad filesystem scans will be performed. If the skill is only used as offline documentation (no agent execution), the practical risk is much lower.
Capability Analysis
Type: OpenClaw Skill Name: nm-leyline-progressive-loading Version: 1.0.0 The skill bundle provides architectural patterns and documentation for optimizing AI agent context windows through progressive module loading and token budgeting. The included files (SKILL.md and various modules) contain illustrative Python snippets and Markdown instructions for managing dynamic module selection based on user intent and environment signals. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the content is entirely aligned with its stated purpose of performance optimization within the Claude Night Market ecosystem.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name/description (progressive, hub-and-spoke, token optimization) match the content: SKILL.md and the modules describe selection/load/unload patterns, MECW monitoring, and token budgeting. The required config path (night-market.leyline:mecw-patterns) aligns with a leyline-patterns configuration the skill references.
Instruction Scope
Although instruction-only, the SKILL.md explicitly describes behaviors that require access to environment and user files: detecting artifacts and files (e.g., .git, .py), scanning directory structure, checking installed tools, running python validation scripts (plugins/abstract/scripts/validate_budget.py), and calling MECWMonitor/estimate_tokens. Those operations can involve reading the user's workspace, running local scripts, and evaluating an env var (SLASH_COMMAND_TOOL_CHAR_BUDGET) — but the skill metadata does not declare or limit these accesses. The instructions are broad and grant an agent discretion to scan and act on the user's environment.
Install Mechanism
No install spec and no code files are present; this is instruction-only documentation. That reduces disk-write/execution risk from the skill package itself.
Credentials
The skill declares no required env vars but the performance budgeting doc references SLASH_COMMAND_TOOL_CHAR_BUDGET (an env var that overrides defaults). The skill requires a config path (night-market.leyline:mecw-patterns) which is reasonable for policy/config, but it's unclear what sensitive data that path contains. The documentation also expects ability to detect files and installed tools (implicit permissions). There is a mismatch between declared requirements and the variables/paths the instructions reference.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request permanent inclusion or elevated platform privilege. Autonomous invocation is allowed but that is the platform default; no additional persistent privileges are requested by the skill itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-leyline-progressive-loading
  3. After installation, invoke the skill by name or use /nm-leyline-progressive-loading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of “progressive-loading” skill for context-aware, modular, and token-optimized loading. - Introduces hub-and-spoke pattern for dynamic, context-based module selection. - Supports lazy loading, conditional includes, tiered disclosure, and budget-aware module management. - Ensures MECW compliance for long-running or multi-context workflows. - Provides best practices, module tagging, and integration guidelines for plugin authors. - Includes troubleshooting tips and verification steps for integration.
Metadata
Slug nm-leyline-progressive-loading
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Leyline Progressive Loading?

Context-aware progressive module loading with hub-and-spoke pattern for token optimization. progressive loading, lazy loading, hub-spoke, module selection. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Nm Leyline Progressive Loading?

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

Is Nm Leyline Progressive Loading free?

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

Which platforms does Nm Leyline Progressive Loading support?

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

Who created Nm Leyline Progressive Loading?

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

💬 Comments