ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Logfmt

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

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

LogFMT

A lightweight CLI tool that brings syntax highlighting to plain text logs in your terminal. LogFMT detects timestamps and log levels (ERROR, WARN, INFO, etc.) and applies readable colors, making debugging faster and less error-prone.

Usage

# Colorize a log file
python logfmt.py app.log

# Pipe logs with tail
tail -f app.log | python logfmt.py

# Colorize current system logs
journalctl -f | python logfmt.py

# From stdin
cat error.log | python logfmt.py

Price

$2.50

Metadata

Stars4473
Views1
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-logfmt": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.