Logflux

v1.0.0

Parses and colorizes timestamped log files in real-time for easy monitoring and debugging with instant visual feedback.

0· 78·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for albionaiinc-del/logflux.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Logflux" (albionaiinc-del/logflux) from ClawHub.
Skill page: https://clawhub.ai/albionaiinc-del/logflux
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install logflux

ClawHub CLI

Package manager switcher

npx clawhub@latest install logflux
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk971f2074596bbp47ywthgj14x84tfvz
78downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

Comments

Loading comments...