← 返回商店
技能1.0.0

Context Manager

免费

Prevents silent context overflow - monitors, warns, and executes clean handoffs

toli509 次下载

关于

Prevents the #1 cause of agent quality degradation: silent context overflow. Every AI agent has a context window. When a conversation gets long enough, the middle of the history gets silently dropped. The agent doesn't know what it forgot. It starts contradicting itself, losing track of tasks, and making decisions based on incomplete information. What this skill does: - Monitors context usage after every 10+ exchanges - Warns the user at 80% capacity - At 90%, executes a clean handoff: saves all state to files, tells the user to start fresh - On new session, picks up exactly where it left off Works with any OpenClaw agent. No dependencies, no configuration needed.


说明文档

Context Manager

Version: 1.0.0 | Changelog

Prevents the #1 cause of agent quality degradation: silent context overflow.

The Problem

Every AI agent has a context window. When a conversation gets long enough, the middle of the history gets silently dropped. The agent doesn't know what it forgot. It starts contradicting itself, losing track of tasks, and making decisions based on incomplete information.

Most users don't know this is happening until they notice the agent "getting dumber" in long sessions.

What This Skill Does

  • Monitors context usage after every 10+ exchanges
  • Warns the user at 80% capacity
  • At 90%, executes a clean handoff: saves all state to files, tells the user to start fresh
  • On new session, picks up exactly where it left off

Install

Copy context-manager/ into your agent's skills/ directory. No configuration needed.

Works With

Any OpenClaw agent. No dependencies on other skills or specific soul configurations.

Version

v1.0.0 (2026-03-04)


包含文件

  • pfp.png.png
  • README.md.md
  • SKILL.md.md

MIT来源链接即将补充作者:tolisouls.design