← 返回 Skills 市场
Logflux
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logflux
功能描述
Parses and colorizes timestamped log files in real-time for easy monitoring and debugging with instant visual feedback.
使用说明 (SKILL.md)
LogFlux
Parses and colorizes timestamped log files in real-time, making it easy to monitor and debug system logs with instant visual feedback.
Usage
# Show last 10 lines with color
logflux app.log
# Follow log file in real-time
logflux app.log -f
# Show last 50 lines
logflux app.log -n 50
# Combine follow and custom line count
logflux app.log -f -n 20
Price
$2.50
安全使用建议
This skill appears to do what it claims: a local log tailer and colorizer with no network access or secret usage. Before installing: 1) be aware there is no automated installer — you may need to run the script directly or create an executable wrapper named 'logflux'; 2) it will read any file path you give it, so only point it at logs you intend to share; 3) in non-follow mode it reads the entire file into memory (could be high-memory on very large logs); and 4) the script depends optionally on 'colorama' for Windows color support. If you need automatic installation or a packaged binary, request an install spec or a trusted release source.
功能分析
Type: OpenClaw Skill
Name: logflux
Version: 1.0.0
The LogFlux skill is a standard utility for reading and colorizing log files. The implementation in tool.py uses basic file I/O and regular expressions to highlight log levels and timestamps, with no evidence of network activity, data exfiltration, or unauthorized command execution. The SKILL.md documentation is consistent with the code's functionality and contains no prompt injection attempts.
能力评估
Purpose & Capability
Name/description, SKILL.md usage examples, and tool.py are consistent: the included Python script tails and colorizes logs. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md describes a 'logflux' CLI and examples that align with the script's behavior. Minor mismatch: there is no install spec, so the provided CLI name may require the user to install or invoke the script (e.g., python tool.py) or create a wrapper; this is a usability note rather than a security concern. The instructions do not ask the agent to read other system files or secrets.
Install Mechanism
No install spec (instruction-only) and the code file is self-contained. The script optionally uses colorama but falls back to safe no-color defaults if missing. No downloads, archives, or external installers are specified.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads files the user supplies; it does not access network endpoints or other system secrets.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system configuration, and does not request persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logflux - 安装完成后,直接呼叫该 Skill 的名称或使用
/logflux触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of LogFlux.
- Parses and colorizes timestamped log files in real-time.
- Supports tailing files with -f for live updates.
- Allows custom line count display with -n option.
- Designed to simplify log monitoring and debugging with instant visual feedback.
元数据
常见问题
Logflux 是什么?
Parses and colorizes timestamped log files in real-time for easy monitoring and debugging with instant visual feedback. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Logflux?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logflux」即可一键安装,无需额外配置。
Logflux 是免费的吗?
是的,Logflux 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logflux 支持哪些平台?
Logflux 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logflux?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills