Toast1zz

ToastMonitor — AI skill for Claude Code

AI community

Native macOS menu-bar AI usage monitor.

How to install ToastMonitor

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

What ToastMonitor does

Native macOS menu-bar AI usage monitor. Aggregates token usage from Claude Code, Codex, OpenCode, Hermes, Oh My Pi, DeepSeek Harness and OpenRouter — zero third-party dependencies.

Alternatives in AI

  • Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★
  • Claude Usage Tracker — Native macOS menu bar app for tracking Claude AI usage limits in real-time 2.2k ★
  • Usage — macOS menu bar & Windows tray app pinning Claude Code, Codex & Antigravity quota, burn rate, and cost to your 301 ★

README

ToastMonitor

[![macOS](https://img.shields.io/badge/macOS-13.0+-blue)](https://github.com/Toast1zz/ToastMonitor) [![Swift](https://img.shields.io/badge/Swift-5.10-orange)](Package.swift) [![License: MIT](https://img.shields.io/github/license/Toast1zz/ToastMonitor)](LICENSE)

Native macOS menu-bar AI usage monitor (SwiftUI + system SQLite, zero third-party dependencies).

Aggregates token usage from **Claude Code, Codex, OpenCode, Hermes, Oh My Pi and DeepSeek Harness** local logs, plus **OpenRouter** cloud quota — everything rolls up into one "today" total, always visible in the menu bar.

Features

  • Live menu-bar total — today's tokens only; click for the full panel
  • Full panel (5 tabs) — Overview / Usage Analysis / Plans & Balance / Sessions / Settings
  • Cross-source aggregation — one SQLite store for tokens, cost and per-project breakdown across all tools, by day/week/month
  • Built-in quotas — OpenCode Go plan bars with reset countdown, OpenRouter balance snapshots (no opencode-quota dependency)
  • DeepSeek account billing — official balance plus experimental Platform account spend in the popover, following the selected day/week/month period; includes usage from other devices (connect guide)
  • Cost estimation — built-in model price table; unknown models count tokens without a price
  • Privacy-first — data stays on this Mac, credentials live only in the macOS Keychain, no analytics or ad SDKs

Data sources

Tool Local (Mac) source Remote
Claude Code ~/.claude/projects/*/*.jsonl VPS feed
Codex ~/.codex/sessions/.../rollout-*.jsonl + state_5.sqlite VPS feed
OpenCode ~/.local/share/opencode/opencode.db VPS feed
Hermes ~/.hermes/state.db (column introspection) VPS feed
Oh My Pi ~/.omp/agent/sessions/**/*.jsonl — (local only)
DeepSeek Harness $DSH_HOME (default ~/.dsh) session logs + projection cache — (local only)
Ope