跳至主要内容
小龙虾小龙虾AI
📊

Usage Visualizer

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

下载1.6k
星标2
版本1.1.3
安全合规
安全通过

技能说明


name: usage-visualizer description: Advanced usage statistics and high-fidelity visual reporting for OpenClaw. 100% local processing. Audit-verified privacy (No credentials stored). metadata: openclaw: emoji: "📊" os: - darwin - linux requires: bins: - python3 - chromium env: - OPENCLAW_WORKSPACE install: - id: pip-deps kind: exec command: "pip3 install -r requirements.txt" label: "Install Python dependencies"

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

如何使用「Usage Visualizer」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Usage Visualizer技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能