← 返回 Skills 市场
athola

Nm Conserve Context Optimization

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-conserve-context-optimization
功能描述
Analyze and optimize context window usage with MECW principles, memory tiering, session routing, and subagent coordination
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-oauth-token
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-conserve-context-optimization
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-conserve-context-optimization 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug nm-conserve-context-optimization
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Conserve Context Optimization 是什么?

Analyze and optimize context window usage with MECW principles, memory tiering, session routing, and subagent coordination. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Nm Conserve Context Optimization?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-conserve-context-optimization」即可一键安装,无需额外配置。

Nm Conserve Context Optimization 是免费的吗?

是的,Nm Conserve Context Optimization 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Conserve Context Optimization 支持哪些平台?

Nm Conserve Context Optimization 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nm Conserve Context Optimization?

由 athola(@athola)开发并维护,当前版本 v1.0.0。

💬 留言讨论