Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @vintlin Updated 6/28/2026 1,457 downloads 2 stars Security: Pass

📊 Usage Visualizer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Usage Visualizer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Advanced usage statistics and high-fidelity visual reporting for OpenClaw. 100% local processing. Audit-verified privacy (No credentials stored).

Install

ClawHub CLI
openclaw skills install @vintlin/usage-visualizer
Node.js (npx)
npx clawhub@latest install usage-visualizer

Full SKILL.md

Open original
Metadata table.
namedescription
usage-visualizerAdvanced usage statistics and high-fidelity visual reporting for OpenClaw. 100% local processing. Audit-verified privacy (No credentials stored).

SKILL.md content below is scrollable.

Usage Visualizer

Usage Visualizer is a high-fidelity analytics engine for OpenClaw that transforms raw session logs into professional, actionable visual reports.

🚀 Quick Start

# Generate today's visual report
python3 scripts/run_usage_report.py --mode image --period today

📈 Usage Guide

Visual Reports

The visualizer syncs logs first, then generates the report image.

  • python3 scripts/run_usage_report.py --mode image --period today
  • python3 scripts/run_usage_report.py --mode image --period week --json

Text Summaries

  • python3 scripts/run_usage_report.py --mode text --period today --json

🛡 Delivery Protocol (MANDATORY FOR AGENTS)

  1. Image Delivery: Extract image_path from JSON and send as attachment using message tool's filePath. NEVER send the local path as a string.
  2. Verification: Verify the file exists and is a valid PNG before sending.
  3. No Network: This skill is 100% local. It has zero network dependencies.

📄 License

MIT

ClawHub Registry URL: https://clawhub.ai/vintlin/skills/usage-visualizer

Related skills

If this matches your use case, these are close alternatives in the same category.