clawmetry

作者 vivekchand已验证

See your agent think. Zero-config observability & governance for 20+ AI agent runtimes: OpenClaw, Claude Code, OpenAI Codex, Cursor, Aider, Goose, NVIDIA NemoClaw, NanoClaw & more. Live token costs, sessions, tool calls, crons.

399
Stars
65
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/vivekchand/clawmetry

快速入门

使用 clawmetry 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🦞 ClawMetry

PyPI version PyPI Downloads GitHub stars License: MIT OpenSSF Scorecard Security policy Egress: documented

See your agent think. Real-time observability for 26 AI agent runtimes: OpenClaw, NVIDIA NemoClaw, Claude Code, OpenAI Codex & 22 more. One dashboard for your whole agent fleet.

🌐 Read this in: English · 简体中文 · 日本語 · 한국어 · Español · Português (BR) · Français · Deutsch · हिन्दी · العربية · Русский · more →

One command. Zero config. Auto-detects everything.

pip install clawmetry && clawmetry

Opens at http://localhost:8900. Zero config: it finds the agent runtimes you already have, reads them read-only, and changes nothing about how they run.

ClawMetry catching a spending anomaly and a stalled agent live

Works with 26 agent runtimes

Free in the open source app: 🦞 OpenClaw · 🟩 NVIDIA NemoClaw · 🪿 Goose

On a paid plan:Claude Code · Cursor · 🐙 GitHub Copilot · ⬡ OpenAI Codex · ♊ Gemini CLI · 🖇 Cline · 🙌 OpenHands · opencode · Aider · 🔗 n8n · ◈ Qwen Code · 🅳 Devin · 🪐 Antigravity · Grok · ⚡ Hermes · Pi · Deep Agents · 🌙 Kimi CLI · 🐋 DeepSeek Harness · 🦾 Exo · NanoClaw · PicoClaw · QM

Every runtime gets the same dashboard. Run several at once and the header switcher re-scopes every tab to one of them.

Built your own agent on an SDK instead? The interceptor tracks its LLM calls too. See docs/SDK_TRACKING.md.

What you get

  • Sessions & transcripts: what each agent did, turn by turn, with replay

  • Cost & tokens: per runtime, model, session and day, with anomaly flags

  • Flow: live diagram of messages moving through channels, models and tools

  • Brain: the reasoning and tool-call event stream as it happens

  • Memory & skills: the files and skills each runtime actually loaded

  • Health & logs: disk, memory, error rates, rate limits, live log stream

  • Alerts: budget caps, error spikes, agent-offline, routed to Slack, Discord, PagerDuty, Telegram, Email

  • Approvals: pause risky tool calls before they run and approve from your phone (how)

Pricing

Plan What it covers Price

Free OpenClaw + NVIDIA NemoClaw + Goose, full dashboard, local only $0

Starter Every other runtime above, fleet view, cloud sync $9 per node / month

Pro Starter + governance: approvals, tool-risk policies, evals, anomaly detection, cost optimizer, OTel export $19 per node / month

Annual plans, Enterprise and the current numbers live at clawmetry.com/pricing. Self-hosted license keys work without the cloud (clawmetry license). The exact free/paid split is in docs/ENTITLEMENTS.md.

Your data stays on your machine

ClawMetry reads local session files and logs. Nothing leaves your box unless you run clawmetry connect. Even then the snapshot is end-to-end encrypted with a key that never leaves your machine, and decrypted in your browser.

Install

pip install clawmetry     # then: clawmetry

Or the one-liner: curl -sSL https://raw.githubusercontent.com/vivekchand/clawmetry/main/install.sh | bash

Needs Python 3.8+ on macOS, Linux or Windows, and at least one agent runtime on the same machine. Docker instructions: docs/DOCKER.md.

Docs

Runtime compatibility What each adapter reads, and how to add a runtime

Entitlements Free vs paid, tier matrix, license CLI

Approvals & policies Pre-execution gating, risk scoring, phone approvals

OpenTelemetry Export traces anywhere, ingest OTLP from anything

SDK tracking Cost attribution for agents you built yourself

Chat channels The chat adapters shown in Flow

NemoClaw / OpenShell Sandboxed NVIDIA NemoClaw setups

Docker Image, compose, volume mounts

Architecture · Development How it works inside; running from source

Telemetry The anonymous install and desktop-open pings, and how to turn them off

Screenshots

Every number below is from one real machine, read-only, with nothing seeded.

It tells you when something is wrong, not just what happened. Two anomaly banners at the top: spend running 7x the daily average, and a 4.2x cost spike. Below them, 324 of 667 recent sessions carrying a waste signal, itemised by cause.

Overview: spending anomaly and cost spike banners over live agent work

It shows you the money you can get back. $4,058.92 spent this month, about $3,668/mo of it itemised as recoverable (trim long conversations, route short tasks to a smaller model, trim thinking), and $35,572/mo already saved by cache reuse.

Cost: efficiency grade B with itemised savings ideas

Detection runs without you configuring anything. The built-in detectors are on from install: agent went quiet, telemetry feed stopped, cost spike, token burst, errors climbing, error spike, budget threshold, threat signature matched, security tool finding, security posture changed. Your own rules are optional on top.

Alerts: built-in detectors plus optional custom rules

More, per runtime: docs/RUNTIME_SCREENSHOTS.md.

Star History

License

MIT · Built by @vivekchand · clawmetry.com

常见问题

What is clawmetry?

clawmetry is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by vivekchand. See your agent think. Zero-config observability & governance for 20+ AI agent runtimes: OpenClaw, Claude Code, OpenAI Codex, Cursor, Aider, Goose, NVIDIA NemoClaw, NanoClaw & more. Live token costs, sessions, tool calls, crons. It has 399 GitHub stars.

Is clawmetry safe to use?

Yes. clawmetry passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install clawmetry?

Clone the repository with "git clone https://github.com/vivekchand/clawmetry" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is clawmetry written in?

clawmetry is primarily written in Python. It is open-source under vivekchand on GitHub, so you can review or fork the full source.

Are there alternatives to clawmetry?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh clawmetry against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情