
from context-cooler10
Drastically reduce token burn by running heavy commands in sandboxed subprocesses and using indexed summaries instead of raw output.
Context Cooler provides a high-efficiency execution layer that prevents the LLM context window from being flooded by massive API responses or log files. It intercepts heavy skill commands, executes them in a sandbox, and returns a compact, intent-filtered summary while indexing the full result in a local FTS5 SQLite database for targeted retrieval.
ctx_run.py for sandboxed execution, ctx_batch.py for multi-skill pipelines, ctx_session.py for state snapshots, and ctx_search.py for querying indexed data.Designed for agents supporting shell execution and local file/database access, including Claude Code, Codex, and other MCP-compatible environments.
This skill has not been reviewed by our automated audit pipeline yet.