← Back to Skills Marketplace
albionaiinc-del

Logfmt Parser

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install logfmt-parser
Description
Parses and converts various log formats into clean JSON for improved analysis and debugging, with options for timestamp extraction and format control.
README (SKILL.md)

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

Usage Guidance
This skill appears to be a simple, local log-to-JSON parser with no network calls or secret access. Before installing or running it, (1) note the minor mismatch between the SKILL.md command name ('logfmt_parser') and the provided script (tool.py) — you may need to run the script directly or wrap it with an executable name; (2) review the bundled tool.py yourself if you will run it on sensitive logs to ensure its parsing behavior meets your needs; and (3) if you expect automatic forwarding to log aggregators, understand that the code does not perform any network forwarding and would need additional, credentialed integration to send logs elsewhere.
Capability Analysis
Type: OpenClaw Skill Name: logfmt-parser Version: 1.0.0 The logfmt-parser skill is a legitimate utility for converting log files into structured JSON. The Python script (tool.py) uses standard libraries for regex-based parsing and CLI argument handling without any network activity, unauthorized file access, or suspicious execution logic. The documentation (SKILL.md) is clear and contains no prompt injection attempts or misleading instructions.
Capability Assessment
Purpose & Capability
The name/description match the provided code: tool.py is a log key=value/timestamp parser that emits JSON. Minor mismatch: SKILL.md shows a 'logfmt_parser' command while the bundle contains tool.py and no install spec — this is a usability/documentation mismatch but not a security concern. The description mentions 'forwarding to log aggregators' but the code does not implement any network forwarding or require aggregator credentials.
Instruction Scope
SKILL.md only instructs running the parser on files or via pipes. The included Python script processes input lines, extracts key=value pairs and timestamps, and writes JSON to stdout — it stays within the stated parsing/formatting scope and does not read unrelated system files or environment variables.
Install Mechanism
There is no install spec (instruction-only), so nothing will be downloaded or written automatically. The bundle includes a single Python script; no external packages, downloads, or archives are fetched during usage.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access environment variables or secrets — requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install logfmt-parser
  3. After installation, invoke the skill by name or use /logfmt-parser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release! - Converts log files from any format into uniform JSON. - Supports direct file conversion and piping through standard input. - Optional timestamp extraction and omission of original log lines. - Command-line interface for flexible usage. - Priced at $2.50.
Metadata
Slug logfmt-parser
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Logfmt Parser?

Parses and converts various log formats into clean JSON for improved analysis and debugging, with options for timestamp extraction and format control. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Logfmt Parser?

Run "/install logfmt-parser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Logfmt Parser free?

Yes, Logfmt Parser is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Logfmt Parser support?

Logfmt Parser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Logfmt Parser?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments