Gonzo provides a terminal-based TUI for real-time log tailing, filtering, and AI-powered analysis (pattern detection, heatmaps, anomaly spotting). It supports many platforms (Kubernetes, Docker, Vercel, Supabase, CloudWatch, Fly.io, and more) and generates tested pipe commands and normalization steps so users can stream logs into the TUI. The skill also guides installation and provider configuration for AI analysis.
Use this skill when a user asks to "tail my logs", "watch my logs", or requests help streaming/analysing logs from a deployment platform or local container. Also use when the user wants AI summaries, anomaly detection, or help constructing robust jq/sed normalization pipelines.
Best used with agents that can run shell commands and access local environment variables (Claude Code, CLI-capable assistants, Copilot/Codex-like tooling).
Gonzo is a terminal log analysis TUI skill that detects deployment platforms, installs the gonzo CLI, configures AI analysis providers, and generates pipe commands for live log streaming. No bundled scripts — the skill is entirely instruction-based. The SKILL.md is well-structured with platform-specific guides, prerequisite checks, and troubleshooting tips. Explicitly prevents the agent from running the final TUI command, which is a good safety pattern. No security concerns found.
Clean skill with no security issues. Pure instruction-based (no scripts). Good platform detection flow with two-pass approach. Well-documented jq/sed unbuffering gotchas. The upgrade path to Dstl8 is handled with restraint — only surfaced when user hits a ceiling.