ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Logvance

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/logvance
Or

Logvance

Converts UTC or ISO-formatted timestamps in log files to local system time, making log analysis faster and more intuitive for developers and sysadmins.

Usage

# Process a log file
python logvance.py app.log

# Pipe logs directly
journalctl -u myservice | python logvance.py

# Save to output file
python logvance.py server.log -o local_time.log

Price

$2.50

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-logvance": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.