← 返回 Skills 市场
Logvibe
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logvibe
功能描述
Colorizes HTTP status codes in log files for quick visual identification of successes, redirects, client, and server errors in your terminal.
使用说明 (SKILL.md)
LogVibe
LogVibe colorizes HTTP status codes in log files to instantly highlight successes, redirects, client errors, and server errors directly in your terminal. Perfect for developers and sysadmins who need to scan logs quickly and catch issues at a glance.
Usage
# Process a log file
python logvibe.py access.log
# Pipe logs directly
tail -f access.log | python logvibe.py
# Check a single line
echo "192.168.1.1 - - [10/Oct/2023:13:55:36] "GET /index.html HTTP/1.1" 404 203" | python logvibe.py
Price
$2.50
安全使用建议
This skill appears to do exactly what it claims: colorize HTTP status codes in logs. Before installing/using, note the documentation mismatch (SKILL.md examples reference logvibe.py but the included script is tool.py) and the listed price—there is no built-in payment or install flow, so verify distribution/payment separately. If you want to be extra cautious, open the script (tool.py) locally to confirm it contains only the shown code (no network calls or hidden behavior) and run it on non-sensitive sample logs first.
功能分析
Type: OpenClaw Skill
Name: logvibe
Version: 1.0.0
The LogVibe skill is a straightforward utility for colorizing HTTP status codes in log files. Analysis of tool.py and SKILL.md shows the code performs simple regex-based text processing on local files or stdin and lacks any network access, shell execution, or data exfiltration capabilities.
能力评估
Purpose & Capability
The skill's name/description align with the included Python script which colorizes HTTP status codes. Minor inconsistencies: SKILL.md examples call the script logvibe.py while the included file is tool.py, and SKILL.md lists a price ($2.50) despite no install mechanism or payment integration—these are documentation mismatches rather than functional red flags.
Instruction Scope
SKILL.md instructs running the script on a file or via stdin. The tool.py implementation follows that scope: it reads files or stdin and prints colorized lines. The instructions do not request other files, env vars, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). Nothing is downloaded or written to disk by an installer; the only artifact is the provided Python script.
Credentials
No environment variables, credentials, or config paths are required or accessed. The script only uses local file I/O and regex processing—proportional to its stated purpose.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify system or other-skill configurations. It runs as a one-off CLI script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logvibe - 安装完成后,直接呼叫该 Skill 的名称或使用
/logvibe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of LogVibe.
- Colorizes HTTP status codes in log files for instant visual feedback.
- Supports processing log files, piping logs, and single-line checks.
- Designed for quick issue spotting by developers and sysadmins.
- Available for $2.50.
元数据
常见问题
Logvibe 是什么?
Colorizes HTTP status codes in log files for quick visual identification of successes, redirects, client, and server errors in your terminal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Logvibe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logvibe」即可一键安装,无需额外配置。
Logvibe 是免费的吗?
是的,Logvibe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logvibe 支持哪些平台?
Logvibe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logvibe?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills