← 返回
数据分析 中文

openclaw-insight

Analyze OpenClaw AI assistant usage patterns and generate interactive insight reports. Trigger when users ask about: OpenClaw usage stats, session analytics,...
分析 OpenClaw AI 助手使用模式并生成交互式洞察报告。当用户询问使用统计、会话分析等内容时触发。
linsheng9731
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 590
下载
💾 6
安装
1
版本
#latest

概述

OpenClaw Insight — Usage Guide

> CLI tool that analyzes local OpenClaw session history and generates interactive reports with usage statistics, behavior patterns, friction analysis, and improvement suggestions. 100% local — no data leaves your machine.

Installation

One-Click Install (Recommended)

Use the official one-click installation script:

curl -fsSL https://raw.githubusercontent.com/linsheng9731/openclaw-insight/main/install.sh | bash

This script will automatically:

  1. Detect your operating system and architecture
  2. Download the appropriate binary release
  3. Verify the integrity of the downloaded file
  4. Install it in a suitable location ($HOME/.local/bin by default)
  5. Make the command available in your PATH

Install Specific Version

To install a specific version (e.g., v1.0.0):

curl -fsSL https://raw.githubusercontent.com/linsheng9731/openclaw-insight/main/install.sh | bash -s -- --version v1.0.0

From Source

For development or if you want to build from source:

git clone https://github.com/linsheng9731/openclaw-insight.git
cd openclaw-insight
npm install && npm run build

CLI Usage

# Default: analyze last 30 days, open HTML report in browser
openclaw-insight

# Analyze last 7 days
openclaw-insight --days 7

# JSON output
openclaw-insight --format json --output report.json

# Specific agent + custom output
openclaw-insight --agent my-agent --output ~/Desktop/insight.html

# Verbose, no auto-open
openclaw-insight --verbose --no-open

Options

OptionDefaultDescription
---------
-d, --days 30Number of days to analyze
-m, --max-sessions 200Maximum sessions to process
-a, --agent auto-detectAgent ID to analyze
-s, --state-dir ~/.openclawOpenClaw state directory
-o, --output ~/.openclaw/usage-data/report.htmlOutput file path
-f, --format htmlOutput format: html or json
--no-openDon not auto-open the report in browser
-v, --verboseEnable verbose output

What the Report Includes

Usage Statistics

  • Sessions: total count, daily average, activity streaks
  • Tokens: input/output breakdown, cache hit rates, cost estimation
  • Temporal: daily activity charts, peak hours identification
  • Channels: per-channel session counts and token efficiency
  • Models: model diversity, per-model cache performance

Behavior Patterns

Automatically detects: peak hours, channel preferences, session duration profiles, cache utilization efficiency, model diversity, and tool usage preferences. Each pattern has an impact level (high / medium / low).

Friction Events

Identifies pain points in your sessions:

TypeDescription
------
high_token_wasteExcessive output relative to input
excessive_compactionsRepeatedly hitting context window limits
abandoned_sessionStarted but barely used sessions
underutilized_cacheLarge sessions with zero cache hits
context_overflowRepeated context window exhaustion
single_message_sessionsOne-shot interactions with high overhead

Improvement Suggestions

Prioritized recommendations across these categories:

  • Token Efficiency — cache optimization, verbosity control, batching
  • Channel Optimization — multi-channel access, per-channel efficiency
  • Model Selection — routing simple tasks to cheaper models
  • Context Management — conversation splitting, token budgets
  • Scheduling — usage pattern optimization
  • Memory Utilization — cross-session context retention
  • Feature Discovery — underused OpenClaw capabilities
  • Workflow Improvement — conversation depth, specification clarity

Each suggestion includes impact, effort, detailed explanation, and optional config snippets.

Data Sources

The tool reads from OpenClaw local state directory (read-only, never modifies data):

~/.openclaw/
  agents/{agentId}/
    sessions/
      sessions.json          # Session metadata index
      {sessionId}.jsonl      # Per-session conversation transcripts

JSON Output Structure

When using --format json, the report contains:

InsightReport {
  generatedAt, periodStart, periodEnd, daysAnalyzed,
  summary        — aggregate stats (sessions, tokens, cost, streaks, etc.)
  dailyActivity  — per-day breakdown
  hourlyDistribution — 24-hour activity heatmap
  channelStats   — per-channel metrics
  modelStats     — per-model metrics
  sessionAnalyses — detailed per-session data
  patterns       — detected behavior patterns
  frictions      — friction events
  suggestions    — improvement recommendations
}

Common Scenarios

User RequestCommand
------
Show my statsopenclaw-insight
How much am I spending?openclaw-insight --format json then read summary.estimatedCostUsd
Why are my sessions slow?Run analysis then focus on friction events
Compare my channelsRun analysis then present channelStats
Report for last weekopenclaw-insight --days 7
How can I use OpenClaw better?Run analysis then present top suggestions

Troubleshooting

ProblemFix
------
No agents foundVerify ~/.openclaw exists and contains agent data
No sessions in last N daysIncrease --days value
Empty channel/model statsOpenClaw version may be too old
Build errorsUpgrade to Node.js >= 22

Development

npm install          # Install dependencies
npm run build        # Build
npm run dev          # Development mode
npm test             # Run tests
npm run clean        # Clean build artifacts

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 22:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,456
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,118
developer-tools

clawsync

linsheng9731
Git优先的OpenClaw状态备份、迁移、恢复及令牌保护归档服务。亮点:完整Git原生工作流(git init/push/pull...)
★ 0 📥 552