log-diveUnified log search across Loki, Elasticsearch, and CloudWatch. Natural language queries translated to LogQL, ES DSL, or CloudWatch filter patterns. Read-only...
Install via ClawdBot CLI:
clawdbot install tkuehnl/log-diveGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://grafana.com/docs/loki/latest/tools/logcli/Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
During a flash sale, the checkout service experiences high latency and errors. An SRE uses log-dive to search across Loki and CloudWatch logs to identify timeout exceptions and database connection pool exhaustion, correlating errors between payment and inventory services to pinpoint the root cause within minutes.
A DevOps engineer receives alerts for increased 5xx errors in an API gateway. Using log-dive, they query Elasticsearch and Loki logs to trace the errors to a recent deployment in the user-service, analyzing log patterns to identify a configuration mismatch and roll back the change.
A compliance officer needs to audit access logs for suspicious activities across multiple services. Log-dive enables searching CloudWatch and Elasticsearch logs with natural language queries to extract login failures and unauthorized access attempts, ensuring sensitive data like PII is handled securely without storage.
A healthcare IT team investigates intermittent failures in a patient portal. Using log-dive, they tail logs from Loki and Elasticsearch to monitor live errors, identifying correlation between service outages and third-party API timeouts, which helps prioritize fixes to maintain system reliability.
During a major game launch, developers notice lag spikes in multiplayer sessions. They use log-dive to search across all configured backends, translating queries to find latency patterns and error logs in real-time, enabling quick optimization of server resources and network configurations.
Offer log-dive as a premium feature within an observability platform, charging monthly fees based on log volume and number of integrated backends. This model targets enterprises needing unified log search across hybrid cloud environments, with tiered pricing for small to large teams.
Provide a free version with basic log search capabilities for single backends, while premium plans include advanced features like cross-service correlation, longer retention, and priority support. Upsell to larger organizations requiring incident response and compliance tools.
Monetize by offering professional services to set up and customize log-dive for clients, including configuration of backends, training for SRE teams, and ongoing support. This model leverages the skill's complexity to provide tailored solutions for specific industry needs.
💬 Integration Tip
Ensure environment variables for each backend are securely configured, and use the backends check command to verify connectivity before performing searches to avoid errors.
Scored Apr 22, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.