← 返回 Skills 市场
mvogt99

Context Near Overflow

作者 mvogt99 · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwindows ✓ 安全检测通过
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install context-near-overflow
功能描述
Context window is near capacity, causing the model to drop earlier content silently and produce degraded, partial, or inconsistent output.
使用说明 (SKILL.md)

context-near-overflow

When a conversation or task grows large enough to fill the context window, the model begins silently dropping earlier content. The output doesn't error — it degrades. The model appears to be working but is operating on a truncated view of the task, producing answers that are incomplete, inconsistent, or contradictory to earlier parts of the session.

Symptoms

  • Output contradicts or ignores instructions given earlier in the session.
  • A multi-part task is completed correctly up to a point, then the later parts are vague, generic, or wrong.
  • The model refers to "earlier in our conversation" but misremembers or omits what was said.
  • A long document passed as input is summarized or acted on as if the end of it was never read.
  • Retrying the same prompt with a fresh session produces noticeably better output.

What to do

  • Split the task. Identify the minimal context that the current step actually needs and discard the rest. Re-inject only what is relevant.
  • Summarize and compress. Replace long prior output that is no longer being modified with a compact summary. The summary costs far fewer tokens than the original.
  • Use a fresh session per task. Carry in only the outputs of the prior step, not the entire session history.
  • Move stable reference material (schemas, instructions, policies) into the system prompt if the host supports it, so user-turn context is reserved for dynamic content.
  • If the task genuinely requires more context than the model supports, decompose it into stages: each stage reads the output of the previous one rather than everything accumulated so far.
安全使用建议
This skill is low-risk: it's just a set of written instructions on how to manage context window overflow and doesn't request credentials or install code. If you enable it, expect the agent to follow its advice (for example, to trim or summarize prior context) — which is harmless but may change how much of previous conversation is retained in subsequent turns. If you want to be extra cautious, review whether you want the agent to invoke skills autonomously, but there are no technical red flags here.
功能分析
Type: OpenClaw Skill Name: context-near-overflow Version: 1.0.0 The skill bundle is purely informational and educational, describing the symptoms and mitigation strategies for LLM context window overflow. It contains no executable code, shell commands, or malicious instructions in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill's name and description match the SKILL.md content. It requests no binaries, env vars, or installs that would be unrelated to advising about context-window management.
Instruction Scope
The instructions are purely procedural guidance for reducing/reshaping conversation context (split tasks, summarize, use fresh sessions). They do not instruct the agent to read unrelated files, access environment variables, send data to external endpoints, or perform sensitive actions.
Install Mechanism
No install spec and no code files are present; this is instruction-only so nothing is written to disk or executed as part of installation.
Credentials
The skill declares no environment variables, credentials, or config paths — nothing disproportionate is requested for its stated purpose.
Persistence & Privilege
always is false and the default autonomous invocation is allowed (normal). The skill does not request persistent system presence or modify other skills/configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install context-near-overflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /context-near-overflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the context-near-overflow skill: - Notifies users when the model’s context window is nearing capacity, leading to dropped content and degraded output. - Describes symptoms such as ignored instructions, vague or inconsistent responses, and loss of prior context. - Provides practical troubleshooting steps: splitting tasks, summarizing context, using fresh sessions, and optimizing context usage. - Targets all major operating systems (macOS, Linux, Windows).
元数据
Slug context-near-overflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Context Near Overflow 是什么?

Context window is near capacity, causing the model to drop earlier content silently and produce degraded, partial, or inconsistent output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Context Near Overflow?

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

Context Near Overflow 是免费的吗?

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

Context Near Overflow 支持哪些平台?

Context Near Overflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 Context Near Overflow?

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

💬 留言讨论