CLINTWARE / QUOTAWATCH
← Tools
Local-first quota status

Keep quota visible without inventing the numbers.

A working standalone implementation of the Running Quota Notification Icon skill. Track a local configured limit, apply exact snapshots from trusted official sources, schedule resets, move configuration with CSV, and get threshold alerts.

Quota configuration stays on this device. No credentials, access tokens, cookies, or raw billing responses are stored. If a platform does not expose a trustworthy quota value, QuotaWatch labels local tracking as Estimated or Unavailable.
—
Unavailable
Quota unavailable
Configure a limit or exact source
—Remaining
—Used
—Total
—Updated
Configuration

Use Exact only for values copied or supplied from an official quota, usage, billing endpoint, or trusted rate-limit header. Recording local usage after an Exact snapshot automatically changes the value to Estimated.

Portable configuration

Move settings with CSV

The web tool and Windows tray app share the same versioned CSV schema. Imports are validated before replacing the active configuration.

Integration API: QuotaWatch.recordUsage(n), QuotaWatch.setExact({...}), QuotaWatch.getSnapshot(), QuotaWatch.exportConfig(), and QuotaWatch.importConfig(csv).