Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @xejrax Updated 2/26/2026

📜 Log Tail OpenClaw Skill - ClawHub

Do you want your AI agent to automate Log Tail workflows? This free skill from ClawHub helps with devops & cloud tasks without building custom tools from scratch.

What this skill does

Stream recent logs from systemd journal

Install

npx clawhub@latest install log-tail

Full SKILL.md

Open original
namedescription
log-tailStream recent logs from systemd journal

Log Tail

Stream recent logs from the systemd journal. View logs by service unit, control line count, and optionally follow in real time.

Commands

# 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>

Install

No installation needed. journalctl is always present on systemd-based systems like Bazzite/Fedora.

Original URL: https://github.com/openclaw/skills/blob/main/skills/xejrax/log-tail

Related skills

If this matches your use case, these are close alternatives in the same category.