← 返回 Skills 市场
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neo1307-log-analyzer
功能描述
Read a log file, extract ERROR/WARN/CRITICAL lines, group similar messages, and produce a concise summary report. Use when analyzing application logs, agent...
使用说明 (SKILL.md)
Log Analyzer
Read a target log file, isolate important severity lines, group similar messages, and emit a Markdown summary.
Workflow
- Confirm the input log path.
- Run
index.jswith--input \x3Clogfile>and optional--out \x3Creport.md>. - Review the grouped output for dominant error families.
- Use the report as a triage artifact, not as the only source of truth.
Output
Always include:
- total scanned lines
- WARN / ERROR / CRITICAL counts
- grouped issue buckets
- sample lines
- suggested first checks
安全使用建议
This tool appears coherent and contains no hidden network or credential access. Before running, confirm the input path points only to logs you want analyzed (do not point it at sensitive system files like /etc/shadow, SSH keys, or other secrets). The script writes a Markdown file (default ./out/log_analysis_report.md) in the current working directory. Run it in a controlled environment if you are unsure, and inspect the generated report and console output. If you need stricter isolation, run it inside a container or VM.
功能分析
Type: OpenClaw Skill
Name: neo1307-log-analyzer
Version: 1.0.0
The log-analyzer skill performs local log file parsing, filtering for severity keywords (WARN/ERROR/CRITICAL), and grouping similar messages into a Markdown report. The code in index.js uses standard Node.js file system APIs to read and write files without any network activity, environment variable access, or suspicious execution patterns. The instructions in SKILL.md are consistent with the code's functionality and do not contain prompt injection attempts.
能力评估
Purpose & Capability
Name, description, SKILL.md, and index.js all align: the code reads an input log, extracts severity lines, groups similar messages, and writes a report. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running index.js with an --input path. The runtime code will read whatever file path the user supplies (and will write a report to the working directory by default). This is expected for a log analyzer, but the user should avoid pointing it at sensitive system files.
Install Mechanism
No install spec — instruction-only skill with a small included Node.js script. Nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables or credentials and does not read other config paths. Its access to the filesystem is limited to the user-specified input path and a user-writable output path.
Persistence & Privilege
always:false and normal invocation. The script writes a report file (default ./out/log_analysis_report.md) and prints a small JSON result to stdout — no attempt to persist beyond that or modify other skills/settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neo1307-log-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/neo1307-log-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Log Analyzer 是什么?
Read a log file, extract ERROR/WARN/CRITICAL lines, group similar messages, and produce a concise summary report. Use when analyzing application logs, agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 Log Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo1307-log-analyzer」即可一键安装,无需额外配置。
Log Analyzer 是免费的吗?
是的,Log Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Log Analyzer 支持哪些平台?
Log Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Log Analyzer?
由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。
推荐 Skills