📦 Log Parser — 日志解析

v1.0.0

支持 nginx、apache、syslog 及自定义应用日志的智能解析与关键信息提取,可一键生成可视化报表,助力快速定位异常、优化系统性能。

0· 150·0 当前·0 累计
下载技能包
最后更新
2026/3/22
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to be what it claims: a local log parser implemented in a single Python script. Before running it, review the script (you already have the source) and only point it at log files you are willing to share with the script — logs may contain sensitive data (credentials, IPs, tokens). Because there is no install step, the main risk is executing untrusted code locally; if you don't trust the source, run it in a sandbox/container or inspect/modify the script yourself. Note the small ...
详细分析 ▾
用途与能力
Name/description (log parsing, nginx/apache/syslog/JSON) matches the provided code and SKILL.md. The only declared binary (python3) is appropriate for running the included Python script. No unrelated credentials, binaries, or config paths are requested.
指令范围
SKILL.md instructs running the provided script against local log files (e.g., /var/log/nginx/access.log), which is expected for a log parser. The instructions and code only read files supplied by the user and parse their contents. Note: SKILL.md uses an invocation path 'skills/log-parser/scripts/log_parser.py' while the package contains 'scripts/log_parser.py' (README uses the latter) — minor path inconsistency but not a security issue. Also note that parsing local logs implies access to potentially sensitive data; this is expected but worth considering before running.
安装机制
No install spec is provided (instruction-only with one script file). Nothing is downloaded or installed automatically; risk is limited to executing the included Python script locally.
凭证需求
No environment variables, credentials, or config paths are requested. The script does not read environment variables or other credentials; it only opens the file path given by the user. This is proportionate to the stated purpose.
持久化与权限
The skill is not always-enabled and does not request elevated or persistent privileges, nor does it modify other skills or system configuration. Autonomous invocation is allowed (platform default) but the skill itself does not perform background or persistent actions.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/22

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install log-parser
镜像加速npx clawhub@latest install log-parser --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库