← Back to Skills Marketplace
99
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-conserve-context-optimization
Description
Analyze and optimize context window usage with MECW principles, memory tiering, session routing, and subagent coordination
Usage Guidance
This is an instruction-only skill (documentation and patterns) that appears to do what it says: optimize context usage and manage subagents. Before using it: 1) don't blindly run the example commands — the skill references Python modules (conserve, leyline, scripts/agent_memory.py) that are not included; verify those packages or code come from a trusted source. 2) Review and approve any commands that read or grep your home directories (e.g., ~/.claude) or write checkpoints to /tmp or .coordination/agents/, since these touch local files and logs. 3) If you plan to run the suggested tooling, do so in an isolated/sandboxed environment (or a cloned repo/worktree) so you can inspect created files and logs. 4) If you lack a Claude Code runtime or the referenced Python packages, treat the examples as pseudocode rather than runnable commands. These mismatches are likely benign documentation issues but warrant caution—inspect and control the environment before running any referenced scripts.
Capability Analysis
Type: OpenClaw Skill
Name: nm-conserve-context-optimization
Version: 1.0.0
The skill bundle is a comprehensive framework for optimizing LLM context usage based on 'Maximum Effective Context Window' (MECW) principles. It provides detailed documentation and utility logic for token analysis, subagent delegation, memory tiering, and session routing to prevent hallucinations and improve efficiency. No malicious behaviors, data exfiltration, or harmful prompt injections were identified; the content is entirely aligned with its stated purpose of enhancing agent performance within the Claude Code environment.
Capability Tags
Capability Assessment
Purpose & Capability
The name and description match the instructions: the content is about MECW, memory tiers, session routing and subagent coordination. However the SKILL.md shows command examples like `python -m conserve.context_analyzer` and references to modules/scripts (scripts/agent_memory.py, leyline, conserve) that are not bundled with the skill and are not declared in requirements. The skill declares no required binaries but implicitly expects a Claude Code agent runtime and Python modules — a mismatch worth noting.
Instruction Scope
All instructions stay within the stated domain (context optimization, delegation, compaction). They do reference reading and writing local files (.coordination/agents/, /tmp/subagent_checkpoint.json), scanning user agent logs (grep ~/.claude/projects/*), and using helper functions (check_plugin_readiness, get_current_context_usage) that are not included. Those filesystem/log-access operations are relevant to agent orchestration but could touch sensitive local data; users should confirm the intended paths and access before executing.
Install Mechanism
There is no install spec and no code files to execute from the skill bundle (instruction-only). That minimizes supply-chain risk. The documentation does, however, suggest running Python modules that are not part of the package — if you run those commands, ensure the referenced packages actually exist from a trusted source.
Credentials
The skill declares no required environment variables or credentials. The text mentions an optional environment flag (CLAUDE_CODE_DISABLE_1M_CONTEXT) and expects Claude Code runtime status inputs; those are contextual and not requested as secrets. No third-party credentials or unrelated tokens are required by the skill itself.
Persistence & Privilege
The skill does not request permanent 'always' presence and does not modify other skills. It documents writing checkpoints and coordination files to local paths and reading agent logs; this is normal for orchestration tooling but grants the skill potential local filesystem footprint. Users should be comfortable with files under project dirs, /tmp, and ~/.claude being accessed/created.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-conserve-context-optimization - After installation, invoke the skill by name or use
/nm-conserve-context-optimization - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the context-optimization skill, ported from the Claude Night Market "conserve" plugin.
- Provides context window analysis and optimization using MECW principles, memory tiering, session routing, and subagent coordination.
- Addresses high context pressure by routing to specialized modules and managing token budgets.
- Integrates best practices for handling large outputs: saves large command/tool outputs to disk and references files instead of truncating data.
- Includes troubleshooting tips and resource links for MECW theory, context analysis, and workflow delegation.
Metadata
Frequently Asked Questions
What is Nm Conserve Context Optimization?
Analyze and optimize context window usage with MECW principles, memory tiering, session routing, and subagent coordination. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Nm Conserve Context Optimization?
Run "/install nm-conserve-context-optimization" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Conserve Context Optimization free?
Yes, Nm Conserve Context Optimization is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Conserve Context Optimization support?
Nm Conserve Context Optimization is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Conserve Context Optimization?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills