log-analyzer

Securely analyze system and application logs with automatic sensitive data redaction. Supports OpenClaw gateway logs (journalctl), RAG indexing logs, and query logs. Finds errors, summarizes patterns, and searches across sources. Triggers on "check logs", "show errors", "analyze logs", "cosa è successo", "log errors", "any errors", "search logs". NOT for: reading arbitrary files, accessing logs outside whitelisted paths.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "log-analyzer" with this command: npx skills add lookupmark/lookupmark-log-analyzer

Log Analyzer

Secure log analysis with automatic redaction of tokens, keys, and passwords.

Usage

# Error summary across all sources (default)
python3 scripts/analyzer.py

# Specific source
python3 scripts/analyzer.py --source openclaw      # Gateway logs
python3 scripts/analyzer.py --source rag            # RAG indexing logs
python3 scripts/analyzer.py --source queries        # RAG query logs

# Search across all logs
python3 scripts/analyzer.py --search "OOM"

# Show only errors
python3 scripts/analyzer.py --source openclaw --errors

# More lines
python3 scripts/analyzer.py --source openclaw --last 500

Log Sources

SourceTypePath
openclaw / gatewayjournalctlopenclaw-gateway unit
ragfile~/.local/share/local-rag/index-batch.log
queriesfile~/.local/share/local-rag/queries.log

Security

  • ALLOWED_SOURCES only: Cannot read arbitrary log files
  • Auto-redaction: Tokens, API keys, passwords, age keys are replaced with [REDACTED]
  • Read-only: Never modifies log files
  • No network: All local
  • Safe in groups: Sanitized output contains no secrets

Error Detection

Automatically detects: ERROR, FATAL, OOM, SIGKILL, FAILED, timeout, refused, denied, traceback, exception, segfault

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated