ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

context-pruner

Intelligent context window management by summarizing and removing redundant history. Helps agents maintain high performance in long-running threads.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/balkanblbn/context-pruner
Or

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-balkanblbn-context-pruner": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.