ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Web Profiler Bundle

Profile HTTP requests with timing, memory, and query breakdowns. Use when debugging slow routes, analyzing queries, inspecting middleware, or optimizing.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/web-profiler-bundle
Or

Web Profiler Bundle

A thorough utility toolkit for profiling HTTP request execution. Track runs, analyze performance, generate reports, compare results, and export data — all from the command line with local storage.

Commands

All commands accept optional <input> arguments. Without arguments, they display recent entries from their log.

CommandDescription
web-profiler-bundle run <input>Run a profiling task and log the result
web-profiler-bundle check <input>Check an endpoint, middleware, or configuration
web-profiler-bundle convert <input>Convert profiling data between formats
web-profiler-bundle analyze <input>Analyze request timing, memory usage, or query breakdowns
web-profiler-bundle generate <input>Generate profiling configs, reports, or templates
web-profiler-bundle preview <input>Preview profiling output before committing
web-profiler-bundle batch <input>Batch process multiple profiling operations
web-profiler-bundle compare <input>Compare two profiling results side by side
web-profiler-bundle export <input>Log an export operation
web-profiler-bundle config <input>Log or update configuration entries
web-profiler-bundle status <input>Log a status check result
web-profiler-bundle report <input>Generate or log a report entry
web-profiler-bundle statsShow summary statistics across all log files
web-profiler-bundle export json|csv|txtExport all data in JSON, CSV, or plain text format
web-profiler-bundle search <term>Search across all log entries for a keyword
web-profiler-bundle recentShow the 20 most recent activity entries
web-profiler-bundle helpShow all available commands
web-profiler-bundle versionPrint version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/web-profiler-bundle/. Each command maintains its own .log file with timestamped entries in YYYY-MM-DD HH:MM|value format. A unified history.log tracks all operations across commands.

Export formats supported:

  • JSON — Array of objects with type, time, and value fields
  • CSV — Standard comma-separated with type,time,value header
  • TXT — Human-readable grouped by command type

Requirements

  • Bash 4.0+ with set -euo pipefail (strict mode)
  • Standard Unix utilities: date, wc, du, grep, tail, sed, cat
  • No external dependencies — runs on any POSIX-compliant system

When to Use

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-web-profiler-bundle": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.