← 返回 Skills 市场
athola

Nm Conserve Clear Context

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-conserve-clear-context
功能描述
Automatic context management with graceful handoff to a continuation subagent at 80% usage
安全使用建议
This skill is coherent with its stated goal, but review before use: 1) The SKILL.md references environment variables (CONSERVE_* and CLAUDE_*) although the registry lists none — set and audit those intentionally. 2) The skill writes .claude/session-state.md (or a custom path); ensure your workflows do not cause secrets or credentials to be written to that file or a world-readable location. 3) Beware of 'dangerous' / 'unattended' modes: if CLAUDE_DANGEROUS_MODE or CLAUDE_UNATTENDED is set, continuation agents may proceed without user confirmation — test on non-sensitive projects and prefer interactive mode. 4) Confirm how your platform's Task/TaskUpdate/TaskCreate tools work and what permissions continuation agents receive. 5) If you accept the skill, consider restricting the session state path to a safe location (e.g., project-local, not /tmp or home) and audit generated files after handoffs. If you want greater assurance, ask the maintainer to update registry metadata to declare the env vars the skill actually reads and to add explicit guidance to avoid persisting secrets.
功能分析
Type: OpenClaw Skill Name: nm-conserve-clear-context Version: 1.0.0 The skill implements a context-management mechanism that saves session state to `.claude/session-state.md` and delegates tasks to subagents. It contains explicit instructions in `SKILL.md` and `modules/session-state.md` directing the agent to bypass user confirmation ("DO NOT pause for user confirmation") and propagate "dangerous" or "unattended" execution modes across agent boundaries. While these features are aligned with the stated goal of maintaining workflow continuity, the programmatic suppression of human-in-the-loop controls and the use of environment variables like `CLAUDE_DANGEROUS_MODE` to trigger automated execution constitute high-risk behavior.
能力评估
Purpose & Capability
The name/description (automatic context management and handoff) align with the SKILL.md: it saves a session-state file, spawns a continuation subagent, and instructs how to continue. There are no unexpected credential requests or unrelated binaries.
Instruction Scope
Runtime instructions tell the agent to read and write .claude/session-state.md (or a configured path), read existing session state first, consult git/PRs, and spawn continuation agents using the Task tool. The docs also allow the agent to "make reasonable assumptions" and to continue work automatically when execution_mode.auto_continue is true. That grants broad discretion and can lead to unattended actions; the instructions are somewhat open-ended and encourage non-interactive continuation when 'dangerous'/'unattended' mode is detected.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing will be downloaded or written to disk by an installer; the only file writes are the session-state files the agent is instructed to create at runtime.
Credentials
The skill's registry metadata declares no required env vars, but SKILL.md references several environment variables (CONSERVE_EMERGENCY_THRESHOLD, CONSERVE_SESSION_STATE_PATH, CLAUDE_DANGEROUS_MODE, CLAUDE_UNATTENDED). That mismatch means required configuration isn't surfaced by the registry. Also, execution depends on CLAUDE_DANGEROUS_MODE / CLAUDE_UNATTENDED which, when set, cause continuation agents to auto-run without confirmation—this is powerful and potentially dangerous. Writing session-state files can also accidentally persist sensitive data if not managed carefully; the doc asks not to include secrets but cannot enforce it.
Persistence & Privilege
The skill does not request permanent installation or 'always: true'. However, it instructs creating and reading a project-scoped state file and delegating work to continuation agents. If continuation agents honor auto_continue/dangerous flags, they may perform unobstructed actions across handoffs — consider that risk when enabling unattended/dangerous modes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-conserve-clear-context
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-conserve-clear-context 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Introduces automatic context management that saves session state and delegates continuation to a subagent when usage reaches 80%. - Provides detailed auto-clear workflow, including session state checkpointing and task list reconciliation to prevent duplication. - Supports configuration of threshold and session state path through environment variables. - Detects and propagates execution mode (interactive, unattended, dangerous), ensuring the continuation agent behaves accordingly. - Optimizes integration with long-running or batch workflows, minimizing user intervention and context loss.
元数据
Slug nm-conserve-clear-context
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Conserve Clear Context 是什么?

Automatic context management with graceful handoff to a continuation subagent at 80% usage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Nm Conserve Clear Context?

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

Nm Conserve Clear Context 是免费的吗?

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

Nm Conserve Clear Context 支持哪些平台?

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

谁开发了 Nm Conserve Clear Context?

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

💬 留言讨论