How this skill is triggered — by the user, by Claude, or both
Slash command
/log-tail:log-tailThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stream recent logs from the systemd journal. View logs by service unit, control line count, and optionally follow in real time.
Stream recent logs from the systemd journal. View logs by service unit, control line count, and optionally follow in real time.
# Show recent journal logs (default: 50 lines)
log-tail [--unit <service>] [--lines 50]
# Follow logs for a specific service in real time
log-tail --follow <service>
No installation needed. journalctl is always present on systemd-based systems like Ubuntu.
npx claudepluginhub billyfranklim1/claude-skills --plugin log-tailAnalyzes JSONL and other log files using rg and jq: structured extraction, cross-log correlation, timeline reconstruction, pattern search.
Sets up and uses Gonzo TUI to tail, filter, and AI-analyze real-time logs from stdout pipes. Detects platforms like AWS, Vercel, Kubernetes; generates commands.
Searches and analyzes logifai-captured development logs in NDJSON format using Read, Grep, Glob, Bash. Debugs errors, runtime issues, reviews activity via keywords, timestamps, stack traces, logifai:// URIs.