
from context-cooler10
A token-saving execution layer that uses sandboxed subprocesses and FTS-indexing to reduce context window bloat by up to 98%.
Context Saver acts as an execution middleware that prevents large API responses and raw logs from flooding an agent's context window. Instead of direct output, it runs commands in sandboxed subprocesses, indexes the full output in an FTS5 SQLite database, and returns only a compact, intent-filtered summary to the agent.
ctx_run.py (summarized execution), ctx_batch.py (multi-skill pipelines), ctx_session.py (snapshotting and event logging), ctx_search.py (querying indexed data), and ctx_stats.py (efficiency metrics).Designed for agents with access to a Python runtime and local filesystem, compatible with Claude Code, Codex, and other MCP-capable environments.
This skill has not been reviewed by our automated audit pipeline yet.