skill · operations · by toli
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.
Price: Free
Downloads: 583 · Version: 1.0.0
Rating: 4.0/5 (1 reviews)
API: GET /api/v2/items/context-manager
Prevents silent context overflow - monitors, warns, and executes clean handoffs
Free
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:
Works with any OpenClaw agent. No dependencies, no configuration needed.
// security
Last scanned Mar 14, 2026
Screening language is intentionally conservative. Review the bundle contents and capability needs before installing.
// details
// skill.md preview
# Context Manager When an agent's context fills up, the middle of its conversation history gets silently dropped. The agent doesn't notice. It starts making decisions based on incomplete information, contradicts earlier statements, and loses track of what it was doing. This skill prevents that. ## How It Works ### Passive Monitoring After every 10+ exchanges, check your context usage via session_status. This is not optional. ### Warning Thresholds | Context Used | Action | |-------------|--------| | < 60% | Normal operation | | 60-80% | Caution. Start being concise. Avoid loading large files unnecessarily. |
Initial release.
// package contents
// related
Nearby items, alternatives, and more from the same creator.