Skills context-pruner
Intelligent context window management by summarizing and removing redundant history. Helps agents maintain high performance in long-running threads.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/context-pruner" ~/.claude/skills/clawdbot-skills-context-pruner && rm -rf "$T"
manifest:
skills/balkanblbn/context-pruner/SKILL.mdsource content
Context Pruner
Save tokens and keep focus sharp. This skill manages the "bloat" of long sessions.
Pruning Protocol
- Noise Detection: Filter "Acknowledge" messages and filler words.
- Fact Distillation: Extract raw info and discard the conversational fluff.
- Chunking: Break long transcripts into searchable summaries.
Installation
clawhub install context-pruner