Reduce agent terminal noise with OMNI
Use OMNI to distill noisy terminal output before coding agents read it while preserving recoverable raw logs for exact follow-up inspection.
npx skills add agentskillexchange/skills --skill reduce-agent-terminal-noise-with-omni
# Reduce agent terminal noise with OMNI
What this skill actually does
Use this skill when an operator wants coding agents to see compact command output without losing the original terminal logs. OMNI runs as a shell hook and MCP-compatible context engine that distills noisy outputs from tools such as git, cargo, Docker, and kubectl, while archiving removed bytes locally for retrieval by hash.
Invoke this instead of asking the agent to read full terminal output when repeated command runs are burning context on logs, progress output, generated diffs, or build noise. Install OMNI, run `omni init`, let commands pass through the configured shell integration, and retrieve the raw output when the distilled result is not enough.
The scope is agent-facing terminal-output distillation with recoverable originals and failure pass-through. It is not a general terminal emulator, a summarization service, or a generic memory framework. The boundary is source-backed command-output filtering for agent workflows, with structured data and failing commands passed through rather than rewritten.
Source-backed installation path from the upstream README: `brew install fajarhide/tap/omni && omni init`.
Upstream states support for Claude Code, Cursor, Windsurf, Codex, Roo, and MCP-compatible workflows.