Logvance

v1.0.0

Converts UTC or ISO timestamps in logs to local time to simplify log analysis for developers and system administrators.

0· 66·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for albionaiinc-del/logvance.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Logvance" (albionaiinc-del/logvance) from ClawHub.
Skill page: https://clawhub.ai/albionaiinc-del/logvance
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install logvance

ClawHub CLI

Package manager switcher

npx clawhub@latest install logvance
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (convert UTC/ISO timestamps to local time) match the provided Python script: no unrelated environment variables, binaries, or network access are required. Minor mismatch: SKILL.md examples refer to 'logvance.py' while the shipped file is 'tool.py' (inconsequential but confusing).
Instruction Scope
SKILL.md instructs the agent/user to run the script on a file or via stdin and to optionally write output — that matches the script. The README includes an extraneous price line and the filename mismatch. The script processes only lines from the provided file/stdin and writes to the specified output; it does not read other system files or environment variables.
Install Mechanism
No install spec; this is an instruction+script package. No installers, downloads, or extraction steps are present.
Credentials
No required environment variables, credentials, or config paths. The script runs locally and only accesses files explicitly provided by the user or stdin/stdout.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or system settings. Normal autonomous invocation settings apply.
Assessment
This appears to be a simple, local log timestamp converter with no network calls or credential requests. Before installing/running: (1) note the SKILL.md uses 'logvance.py' but the bundled script is 'tool.py' — run the correct filename or rename as desired; (2) review the source yourself if you will run it on sensitive logs (the script only reads the file/stdin and writes the specified output); (3) be aware the parser supports common ISO/Z formats but may not handle all timezone-offset formats or multiple timestamps per line — test on sample logs to ensure it meets your needs.

Like a lobster shell, security has layers — review code before you run it.

latestvk973xfg23gasjqm7mjys6t8p4h851k04
66downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

Comments

Loading comments...