skills$openclaw/log-tail
xejrax4.0k

by xejrax

log-tail – OpenClaw Skill

log-tail is an OpenClaw Skills integration for data analytics workflows. Stream recent logs from systemd journal

4.0k stars6.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namelog-tail
descriptionStream recent logs from systemd journal OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/log-tail
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/log-tail
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains log-tail in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
268 B
SKILL.md
673 B
SKILL.md

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.

README.md

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.