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.md
source content

Context Pruner

Save tokens and keep focus sharp. This skill manages the "bloat" of long sessions.

Pruning Protocol

  1. Noise Detection: Filter "Acknowledge" messages and filler words.
  2. Fact Distillation: Extract raw info and discard the conversational fluff.
  3. Chunking: Break long transcripts into searchable summaries.

Installation

clawhub install context-pruner