← Back to Skills Marketplace
xejrax

Log Tail

by Xejrax · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2501
Downloads
1
Stars
20
Active Installs
1
Versions
Install in OpenClaw
/install log-tail
Description
Stream recent logs from systemd journal
README (SKILL.md)

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 \x3Cservice>] [--lines 50]

# Follow logs for a specific service in real time
log-tail --follow \x3Cservice>

Install

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

Usage Guidance
This skill is coherent for its purpose, but systemd journal logs often contain sensitive data. Before installing or invoking it: (1) confirm that the agent runtime is allowed to read system logs and that you trust the agent not to exfiltrate them; (2) avoid running it on production hosts that contain secrets unless you filter or redact outputs; (3) verify journalctl exists on your platform (not all OSes use systemd); (4) if you do not want automatic reads, keep autonomous invocation disabled or restrict user access; and (5) test the skill on a non-sensitive machine first to confirm behavior.
Capability Analysis
Type: OpenClaw Skill Name: log-tail Version: 1.0.0 The skill bundle defines a 'log-tail' skill that uses the standard system utility 'journalctl' to stream systemd journal logs. The `SKILL.md` content is purely descriptive, providing usage examples without any instructions for the agent to perform malicious actions, exfiltrate data, or establish persistence. The 'install' array in the metadata is empty, and no suspicious dependencies or remote fetches are indicated. There is no evidence of prompt injection attempts or other high-risk behaviors.
Capability Assessment
Purpose & Capability
Name/description request journalctl and the SKILL.md and metadata explicitly require journalctl. There are no unrelated binaries, environment variables, or install steps; the requested capabilities match the stated purpose.
Instruction Scope
The instructions are limited to viewing/following systemd journal logs (via journalctl). This is within scope, but reading system logs can expose sensitive data (credentials, tokens, PII). The SKILL.md does not instruct accessing unrelated files or env vars, but it assumes journalctl exists and that the agent has permission to read the journal.
Install Mechanism
No install spec and no code files — instruction-only skill. No downloads or archive extraction are requested.
Credentials
No environment variables or credentials are requested. Access to the system journal is the only capability required; needing elevated permissions to read journals is an operational constraint, not an unexplained credential request.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has no install-time persistence. Autonomous invocation is enabled by default but is not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install log-tail
  3. After installation, invoke the skill by name or use /log-tail
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug log-tail
Version 1.0.0
License
All-time Installs 20
Active Installs 20
Total Versions 1
Frequently Asked Questions

What is Log Tail?

Stream recent logs from systemd journal. It is an AI Agent Skill for Claude Code / OpenClaw, with 2501 downloads so far.

How do I install Log Tail?

Run "/install log-tail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Log Tail free?

Yes, Log Tail is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Log Tail support?

Log Tail is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Log Tail?

It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.

💬 Comments