← 返回 Skills 市场
Logvance
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logvance
功能描述
Converts UTC or ISO timestamps in logs to local time to simplify log analysis for developers and system administrators.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logvance - 安装完成后,直接呼叫该 Skill 的名称或使用
/logvance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Logvance 是什么?
Converts UTC or ISO timestamps in logs to local time to simplify log analysis for developers and system administrators. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Logvance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logvance」即可一键安装,无需额外配置。
Logvance 是免费的吗?
是的,Logvance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logvance 支持哪些平台?
Logvance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logvance?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills