4.0k★by xejrax
log-tail – OpenClaw Skill
log-tail is an OpenClaw Skills integration for data analytics workflows. Stream recent logs from systemd journal
Skill Snapshot
| name | log-tail |
| description | Stream recent logs from systemd journal OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/log-tail |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/log-tail |
| last updated | Feb 7, 2026 |
Maintainer

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
# 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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install log-tail?
Run openclaw add @xejrax/log-tail in your terminal. This installs log-tail into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/log-tail. Review commits and README documentation before installing.
