Logvibe

v1.0.0

Colorizes HTTP status codes in log files for quick visual identification of successes, redirects, client, and server errors in your terminal.

0· 77·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/logvibe.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Logvibe" (albionaiinc-del/logvibe) from ClawHub.
Skill page: https://clawhub.ai/albionaiinc-del/logvibe
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 logvibe

ClawHub CLI

Package manager switcher

npx clawhub@latest install logvibe
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97fz7w1nyyz93tv67jbdhhwg584yfmx
77downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

Comments

Loading comments...