logs-tool

Installation
SKILL.md

logs-tool (Application Logs)

Application logs — read local and remote (k8s pod) logs. Part of @blogic-cz/agent-tools.

How to Run

Run via bun logs-tool (requires @blogic-cz/agent-tools as a dev dependency). Auth: no auth needed for local files; uses k8s-tool for remote access.

Commands

bun logs-tool list --env local          # List available log files
bun logs-tool read --env local --file app.log  # Read specific log
bun logs-tool read --env test --file app.log --tail 50
bun logs-tool read --env test --file app.log --grep "connection refused"

--grep uses the same case-insensitive literal substring match for local and remote logs; it is not a regular expression. File paths are confined to the configured local or remote log directory. Treat configured log directories as trusted: workloads must not replace checked files or ancestors with symlinks during a read.

Installs
12
First Seen
Apr 4, 2026
logs-tool — blogic-cz/agent-tools