← 返回 Skills 市场
sky-lv

Skylv System Log Analyzer

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
53
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-system-log-analyzer
功能描述
Parses and summarizes log files. Extracts errors, warnings, patterns, and insights from server logs and debug output. Triggers: analyze logs, parse log file,...
使用说明 (SKILL.md)

Log Analyzer

Overview

Parses and analyzes log files to extract errors, warnings, patterns, and actionable insights.

When to Use

  • User asks to "analyze these logs" or "check the error log"
  • Debugging session needs pattern analysis

How It Works

Step 1: Read log file

Windows: type server.log or Get-Content error.log -Tail 100 macOS/Linux: tail -n 100 app.log

Step 2: Detect log format

[2024-01-15 14:30:45] -> Timestamp bracketed ERROR 2024-01-15 -> Level + timestamp { "level": "error" } -> JSON structured

Step 3: Extract key information

Level: ERROR, WARN, INFO, DEBUG Timestamp: when it happened Source: which component/module Message: what happened

Step 4: Generate analysis report

Output Format

Total lines: 1,247 Time range: 10:00 -> 18:00

Errors: 23 Warnings: 67 Info: 892

Top Errors by frequency:

  1. Connection timeout (x12) - API calls to external service
  2. Auth failure (x6) - Failed login from IP xxx

Anomaly: Unusual spike at 16:00-17:00 (18 errors in 1 hour)

Recommendations:

  1. Check external service connectivity
  2. Review failed logins for security
  3. Add retry logic to DB writes
安全使用建议
This skill appears safe and purpose-aligned for summarizing logs. Before using it, remember that logs can contain secrets or personal information, so redact sensitive entries if needed.
功能分析
Type: OpenClaw Skill Name: skylv-system-log-analyzer Version: 1.0.0 The skylv-system-log-analyzer skill is a standard utility for parsing and summarizing log files. It provides instructions for the agent to use common system commands like 'tail' (Linux/macOS) and 'Get-Content' (Windows) to extract errors and patterns from logs. There are no indicators of malicious intent, data exfiltration, or unauthorized execution in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The stated purpose is log parsing and summarization, and the SKILL.md content stays focused on reading logs, detecting formats, extracting levels/timestamps/messages, and reporting findings.
Instruction Scope
Instructions are limited to user-requested log analysis and do not ask the agent to override user intent, trust untrusted log content as instructions, or perform unrelated actions.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill with no package, script, or binary installation.
Credentials
The skill suggests local commands such as tail, type, and Get-Content to read log files. This is proportionate for log analysis, but users should be aware logs can contain sensitive data.
Persistence & Privilege
No persistence, background execution, credential requirements, privileged paths, or account access are declared or evidenced.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-system-log-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-system-log-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skylv-log-analyzer! - Parses and summarizes log files to extract errors, warnings, patterns, and key insights. - Supports various log formats, including timestamped, level-tagged, and JSON logs. - Generates analysis reports with error counts, warning counts, and pattern detection. - Highlights anomalies and provides actionable recommendations. - Useful for debugging, monitoring, and quick log reviews.
元数据
Slug skylv-system-log-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv System Log Analyzer 是什么?

Parses and summarizes log files. Extracts errors, warnings, patterns, and insights from server logs and debug output. Triggers: analyze logs, parse log file,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Skylv System Log Analyzer?

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

Skylv System Log Analyzer 是免费的吗?

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

Skylv System Log Analyzer 支持哪些平台?

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

谁开发了 Skylv System Log Analyzer?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论