ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Logfmt Parser

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

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

Logfmt Parser

Converts messy log files from any format into clean, uniform JSON for easier analysis, debugging, and forwarding to log aggregators.

Usage

# Convert a log file to JSON
logfmt_parser -i app.log -o structured.json

# Pipe logs through parser with timestamp extraction
cat server.log | logfmt_parser --timestamp | jq '.'

# Parse without keeping original log lines
logfmt_parser -i nginx.log --no-log-field > clean.json

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