← 返回 Skills 市场
albionaiinc-del

Logfmt

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logfmt
功能描述
Colorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging.
使用说明 (SKILL.md)

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

安全使用建议
This appears to be a simple, self-contained log colorizer and is internally consistent with its stated purpose. Before installing or paying: (1) note the README/example references 'logfmt.py' whereas the distributed script is 'tool.py' — verify file names and invocation; (2) run the script in a safe/test environment to confirm behavior; (3) because the publisher/source is unknown and there's no homepage, consider reviewing the code yourself (it's short and readable) or requesting provenance/licensing info from the author before providing payment or running it on sensitive systems.
功能分析
Type: OpenClaw Skill Name: logfmt Version: 1.0.0 The skill bundle provides a legitimate utility for syntax-highlighting log files in the terminal. The code in tool.py uses standard regex-based pattern matching to apply ANSI color codes to timestamps and log levels, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (colorize logs) match the provided Python code: regexes detect timestamps and levels and print colored output. The functionality requested by the skill appears proportionate to its stated purpose.
Instruction Scope
SKILL.md usage examples reference running 'python logfmt.py', but the included script is named tool.py. This is an incoherence in documentation (not evidence of malicious behavior) and may cause user confusion. SKILL.md also mentions a price, which is unrelated to runtime behavior.
Install Mechanism
No install spec is provided (instruction-only with an included code file). No downloads, package managers, or archive extraction are used. The code runs locally and writes nothing outside the provided file handles.
Credentials
No required environment variables, credentials, or config paths. The script only reads the provided file or stdin and uses standard library modules; there is no access to unrelated secrets or external services.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify system or other skills' configurations. It does not introduce background services or persistent agents.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install logfmt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /logfmt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of LogFMT CLI tool. - Adds syntax highlighting for plain text logs in the terminal. - Detects and colorizes timestamps and log levels (ERROR, WARN, INFO, etc.) for better readability. - Supports reading from files, piping from other commands, and stdin. - Priced at $2.50.
元数据
Slug logfmt
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Logfmt 是什么?

Colorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Logfmt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install logfmt」即可一键安装,无需额外配置。

Logfmt 是免费的吗?

是的,Logfmt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Logfmt 支持哪些平台?

Logfmt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Logfmt?

由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论