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.
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.
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).