skills/tools/log-analyzer/SKILL.md
解析和分析日志文件,支持模式匹配、过滤、统计和错误检测。
npx skillsauth add aidotnet/moyucode log-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.
/logs command# Analyze log file
python scripts/log_analyzer.py app.log
# Filter by level
python scripts/log_analyzer.py app.log --level ERROR
# Search pattern
python scripts/log_analyzer.py app.log --grep "connection failed"
# Get statistics
python scripts/log_analyzer.py app.log --stats
# Tail mode
python scripts/log_analyzer.py app.log --tail 100
logs, analysis, debugging, monitoring, errors
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。