LookupMark Log Analyzer
/install 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
| Source | Type | Path |
|---|---|---|
openclaw / gateway |
journalctl | openclaw-gateway unit |
rag |
file | ~/.local/share/local-rag/index-batch.log |
queries |
file | ~/.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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lookupmark-log-analyzer - After installation, invoke the skill by name or use
/lookupmark-log-analyzer - Provide required inputs per the skill's parameter spec and get structured output
What is LookupMark Log Analyzer?
Securely analyze system and application logs with automatic sensitive data redaction. Supports OpenClaw gateway logs (journalctl), RAG indexing logs, and que... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install LookupMark Log Analyzer?
Run "/install lookupmark-log-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LookupMark Log Analyzer free?
Yes, LookupMark Log Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does LookupMark Log Analyzer support?
LookupMark Log Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LookupMark Log Analyzer?
It is built and maintained by LookUpMark (@lookupmark); the current version is v1.1.0.