ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Logflux

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/logflux
Or

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-logflux": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.