← Back to Skills Marketplace
albionaiinc-del

Logvance

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install logvance
Description
Converts UTC or ISO timestamps in logs to local time to simplify log analysis for developers and system administrators.
README (SKILL.md)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: logvance Version: 1.0.0 The Logvance skill is a straightforward utility designed to convert UTC/ISO timestamps in log files to the local system time. The implementation in tool.py uses standard Python libraries (re, datetime, argparse) to process text and contains no network activity, unauthorized file access, or obfuscated code. The instructions in SKILL.md are consistent with the code's functionality and do not contain any prompt injection attempts or malicious directives.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install logvance
  3. After installation, invoke the skill by name or use /logvance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Logvance. - Converts UTC or ISO timestamps in logs to the system's local time. - Supports processing log files or piped log data. - Allows saving converted logs to an output file. - Designed for faster, more intuitive log analysis for developers and sysadmins.
Metadata
Slug logvance
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Logvance?

Converts UTC or ISO timestamps in logs to local time to simplify log analysis for developers and system administrators. It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Logvance?

Run "/install logvance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Logvance free?

Yes, Logvance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Logvance support?

Logvance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Logvance?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments