Install
openclaw skills install @albionaiinc-del/logfmtColorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging.
openclaw skills install @albionaiinc-del/logfmtA 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.
# 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
$2.50