connectjackofficial-source

Agentbill — AI skill for Claude Code

AI community

Track token usage and dollar cost across Claude Code, Cursor, Codex and other AI coding agents.

How to install Agentbill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open connectjackofficial-source/agentbill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentbill does

Track token usage and dollar cost across Claude Code, Cursor, Codex and other AI coding agents. Zero-config, terminal-first.

Alternatives in AI

  • Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
  • Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★

README

agentbill

Track token usage and dollar cost across Claude Code, Cursor, Codex, and other AI coding agents. Zero-config, terminal-first.

[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](#) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)

AI coding tools bill by the token. You switch between Claude Code, Cursor, and Codex during a week and have no idea what it actually costs you. `agentbill` reads the local usage logs these tools already write and prints one terminal table: how many tokens, how many dollars, per tool, today.

Install

git clone https://github.com/connectjackofficial-source/agentbill.git
cd agentbill
python -m pip install -r requirements.txt

Usage

python -m agentbill today      # today's usage per tool
python -m agentbill week       # this week
python -m agentbill --tool claude-code   # one tool only

What it reads

  • Claude Code: local session logs
  • Cursor: usage JSON
  • Codex: CLI usage stats

No API keys, no cloud. Everything is read from your machine.

License

MIT