Claude Counter: Android app tracks Claude usage limits with real-time notifications

✍️ OpenClawRadar📅 Published: February 25, 2026🔗 Source
Claude Counter: Android app tracks Claude usage limits with real-time notifications
Ad

A developer has built Claude Counter, a lightweight Android app that tracks Claude usage limits in real-time by polling the Claude API. The app was created specifically for Claude users who want to monitor their message allowances without waiting for warning pop-ups.

How it was built

The developer used Claude via the Antigravity agentic coding assistant to build the entire app from scratch. Claude translated the logic from an open-source browser extension into a native Kotlin Android app with Jetpack Compose. Claude handled the WebView authentication flow, reverse-engineered the API polling intervals, and built the background foreground service and custom notification UI.

Ad

Key features

  • Live Dashboard: Shows 5-Hour Session and 7-Day Weekly limits as progress bars
  • Rich Notifications: Android notification shade displays horizontal bar graphs with exact percentage and time remaining without opening the app
  • Background Polling: Service checks the claude.ai/api/organizations.../usage endpoint every 2 minutes
  • Alerts: Notifies users the exact moment their session or weekly limit resets
  • Local Only: Users log into Claude securely via an embedded WebView, with the app running locally on the device and pulling the session cookie (no middleman servers)

Technical details

The app is completely free and open source with no paid tiers, ads, or tracking. The developer has uploaded the full source code and compiled APK to GitHub for verification. The app uses a WebView for authentication and runs entirely locally on the device.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw
Tools

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw

Jentic Mini is a self-hosted API and action execution layer that sits between AI agents and external APIs, storing credentials in an encrypted vault and providing scoped toolkits with individually revocable keys. It automatically imports 10,000+ OpenAPI specs and Arazzo workflow sources when credentials are added.

OpenClawRadar
Spec-Driven Development Workflow for Claude Code: Decomposition, Context Clearing, and Cost Control
Tools

Spec-Driven Development Workflow for Claude Code: Decomposition, Context Clearing, and Cost Control

A spec-driven development approach for Claude Code that uses two-dimensional decomposition, context clearing between steps, and specs written to disk to improve agent performance and reduce costs.

OpenClawRadar
OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups
Tools

OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups

The openclaw-agent-relay plugin addresses the persistent issue where sessions_send responses go to webchat instead of Telegram by using gateway WebSocket RPC to trigger agent turns with deliver:true, eliminating the need for workarounds like explicit message tools or announce steps.

OpenClawRadar
Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
Tools

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6

A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.

OpenClawRadar