Stream recent logs from systemd journal
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill log-tail --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Log Tail?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-log-tail)More formats (shields.io, HTML) on the badges page.
---
name: log-tail
description: "Stream recent logs from systemd journal"
metadata:
{
"openclaw":
{
"emoji": "📜",
"requires": { "bins": ["journalctl"] },
"install": [],
},
}
---
# Log Tail
Stream recent logs from the systemd journal. View logs by service unit, control line count, and optionally follow in real time.
## Commands
```bash
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!