← Back to Skills Marketplace
Logflux
by
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install logflux
Description
Parses and colorizes timestamped log files in real-time for easy monitoring and debugging with instant visual feedback.
README (SKILL.md)
LogFlux
Parses and colorizes timestamped log files in real-time, making it easy to monitor and debug system logs with instant visual feedback.
Usage
# Show last 10 lines with color
logflux app.log
# Follow log file in real-time
logflux app.log -f
# Show last 50 lines
logflux app.log -n 50
# Combine follow and custom line count
logflux app.log -f -n 20
Price
$2.50
Usage Guidance
This skill appears to do what it claims: a local log tailer and colorizer with no network access or secret usage. Before installing: 1) be aware there is no automated installer — you may need to run the script directly or create an executable wrapper named 'logflux'; 2) it will read any file path you give it, so only point it at logs you intend to share; 3) in non-follow mode it reads the entire file into memory (could be high-memory on very large logs); and 4) the script depends optionally on 'colorama' for Windows color support. If you need automatic installation or a packaged binary, request an install spec or a trusted release source.
Capability Analysis
Type: OpenClaw Skill
Name: logflux
Version: 1.0.0
The LogFlux skill is a standard utility for reading and colorizing log files. The implementation in tool.py uses basic file I/O and regular expressions to highlight log levels and timestamps, with no evidence of network activity, data exfiltration, or unauthorized command execution. The SKILL.md documentation is consistent with the code's functionality and contains no prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md usage examples, and tool.py are consistent: the included Python script tails and colorizes logs. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md describes a 'logflux' CLI and examples that align with the script's behavior. Minor mismatch: there is no install spec, so the provided CLI name may require the user to install or invoke the script (e.g., python tool.py) or create a wrapper; this is a usability note rather than a security concern. The instructions do not ask the agent to read other system files or secrets.
Install Mechanism
No install spec (instruction-only) and the code file is self-contained. The script optionally uses colorama but falls back to safe no-color defaults if missing. No downloads, archives, or external installers are specified.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads files the user supplies; it does not access network endpoints or other system secrets.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system configuration, and does not request persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install logflux - After installation, invoke the skill by name or use
/logflux - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of LogFlux.
- Parses and colorizes timestamped log files in real-time.
- Supports tailing files with -f for live updates.
- Allows custom line count display with -n option.
- Designed to simplify log monitoring and debugging with instant visual feedback.
Metadata
Frequently Asked Questions
What is Logflux?
Parses and colorizes timestamped log files in real-time for easy monitoring and debugging with instant visual feedback. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Logflux?
Run "/install logflux" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Logflux free?
Yes, Logflux is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Logflux support?
Logflux is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Logflux?
It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.
More Skills