Oh, so that's what Claude's been doing! — Claude Code harness insights dashboard
npx claudepluginhub netil/oh-my-hiVisual dashboard for Claude Code harness — usage/token analysis of skills, agents, plugins, hooks, memory, MCP servers, rules, and principles
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Harness Insights — A visual dashboard for your Claude Code harness.
Parses your entire Claude Code configuration and usage data, then generates an interactive single-file HTML dashboard you can open locally.
claude plugin marketplace add netil/oh-my-hi
claude plugin install oh-my-hi
/plugin marketplace add netil/oh-my-hi
/plugin install oh-my-hi@oh-my-hi
Run in Claude Code:
/omh
This will parse your harness data, build the dashboard, and open it in your browser.
| Command | Description |
|---|---|
/omh | Full build — parse data, build web-ui, open in browser |
/omh --data-only | Lightweight data collection (skip dashboard build) |
/omh --enable-auto | Auto-rebuild on session end (registers Stop hook) |
/omh --disable-auto | Disable auto-rebuild |
/omh --update | Check and install latest version |
/omh --status | Check auto-rebuild status |
/omh <path> | Build with specific project paths only |
Enable automatic data refresh so the dashboard stays up to date:
/omh --enable-auto
This registers a Stop hook that collects data whenever a Claude Code session ends. The dashboard data (data.js) is updated incrementally — just refresh the browser tab to see the latest data.
/omh --update
Checks for new versions and updates the plugin. An update check also runs automatically once per day when using /omh.
See GUIDE.md for a detailed walkthrough of each dashboard section — overview, token analytics, cost estimation, structure view, category pages, and more.
.jsonl transcriptstask-categories.json for user customizationindex.html (shell with CSS/JS) + data.js (minified data). Data is separated from the shell so that only data needs updating on refreshAll data stays on your machine. oh-my-hi reads only local Claude Code config files and transcripts — nothing is sent to external servers. The generated dashboard is a standalone HTML file opened via file:// protocol, with no network requests. Your usage data, token statistics, and configuration details never leave your local environment.
The dashboard opens as a local file:// HTML file. No web server required.
On macOS, subsequent builds will refresh the existing browser tab instead of opening a new one (Chrome and Safari supported).