📦 Log Analyzer Dashboard — 日志分析仪表

v1.0.2

纯本地日志分析系统,一键统计日志量、去重、捕捉错误与异常,无需上传数据即可洞察系统健康。

0· 282·1 当前·1 累计
godyounger 头像by @godyounger (GodYoung)
下载技能包
最后更新
2026/3/10
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to be a straightforward local Streamlit log-analyzer. Before installing/running: 1) Inspect the included Python file yourself (it's present and readable) to confirm behavior; 2) Be mindful of which directories you point the tool at — it will read any files you allow (including system logs); 3) Install Python packages from a trusted environment (pip installs are required); 4) Run the Streamlit server on localhost only (or bind appropriately) to avoid exposing logs on the networ...
详细分析 ▾
用途与能力
Name/description (local log analysis) match the provided files and runtime requirements: a Streamlit Python app (log-analyzer.py) and a shell launcher. Required binary 'streamlit' and listed Python libs (pandas, plotly) are appropriate for the described functionality.
指令范围
SKILL.md instructs running the Streamlit app from the skill workspace and describes selecting a local log directory. That matches the purpose. Note: the app is designed to read arbitrary local log directories (e.g., /var/log); this is expected but means the skill will access any files the user points it at, so users should avoid pointing it at sensitive directories unless they intend that. SKILL.md also states 'no external connection' — the code itself contains no outbound network calls, but Streamlit and installed libraries may include telemetry or could be configured to serve on a network interface; consider network exposure when running.
安装机制
There is no high-risk remote download. Dependencies are normal Python packages (streamlit, pandas, plotly) listed in the SKILL.md 'install' section. Installation via pip is expected for this kind of skill and proportional to its function.
凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The files and instructions do not attempt to read environment secrets. That matches the local log-analysis purpose.
持久化与权限
always is false, and the skill does not request special platform privileges or modify other skills. It runs as a local Streamlit app in the skill workspace, which is a normal level of persistence for a UI tool.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/10

NULL

无害

安装命令

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