Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automatically monitors and optimizes conversation context to prevent prompt size errors by extracting key points and clearing excess history.
Automatically monitors and optimizes conversation context to prevent prompt size errors by extracting key points and clearing excess history.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This package contains two powerful OpenClaw skills for automated context management: Context Optimizer - Automatically optimizes conversation context to prevent "prompt too large" errors Task Processor - Handles large tasks by automatically splitting them into smaller subtasks
skills/context-optimizer/ - Main skill directory with all implementation files commands/optimize-context.js - Command handler for context optimization commands/optimize-context.json - Command configuration for context optimization commands/process-task.js - Command handler for processing large tasks commands/process-task.json - Command configuration for task processing systems/context-monitor.js - Background context monitoring system systems/context-monitor-config.json - Configuration for context monitoring task_processing_config.json - Global task processing configuration
Extract this package to your OpenClaw workspace: cd ~/.openclaw/workspace tar -xzf /path/to/context-optimizer-skill.tar.gz Install dependencies (if any are needed): cd ~/.openclaw/workspace/skills/context-optimizer npm install The skills should now be available in your OpenClaw system with: /optimize-context command for manual context optimization /process-task command for handling large tasks with automatic splitting
Automatically monitors conversation length Triggers optimization when message count exceeds thresholds Extracts key points and facts while clearing old context Prevents "prompt too large" errors
Detects large tasks that exceed token limits Automatically splits large tasks into smaller subtasks Processes subtasks sequentially while maintaining context Integrates with context optimization to prevent overflow
Continuous background monitoring of context length Configurable thresholds for automatic optimization Seamless integration with normal conversation flow
Adjust settings in task_processing_config.json Modify thresholds for message counts and token limits Configure timing for automatic optimization triggers The skills are ready to use immediately after installation!
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.