onWatch: Open-source local API quota tracker with SQLite storage

onWatch is an open-source tool for tracking AI API quotas locally, designed specifically for the local-first software community. It keeps all data on your machine with no external dependencies.
Key Details
The tool's local-first approach includes:
- All data stored in local SQLite database
- No cloud service, no account creation, no telemetry
- Single binary (~13MB) - no runtime dependencies
- Background daemon, <50MB RAM usage
- Dashboard served locally on localhost
onWatch currently tracks 6 cloud API providers: Anthropic, Codex, Copilot, Synthetic, Z.ai, and Antigravity. This is useful for developers who use cloud APIs alongside local models and want visibility into their cloud spending.
The developer mentions potential future features including local model monitoring, such as ollama resource usage and VRAM tracking, if there's community interest.
The tool is available on GitHub at https://github.com/onllm-dev/onwatch.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Open-source markdown vault gives Claude persistent memory across sessions
My Portable Brain is a markdown vault structure with an agent runtime layer that provides Claude with persistent context about identity, projects, goals, CRM, and weekly plans. It works natively with Claude Code and Claude Cowork, uses plain markdown files, and runs background scripts nightly to keep context fresh.

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction
openclaw-alexa-voice is a Node.js proxy that connects an Alexa Custom Skill to the OpenClaw gateway with a three-tier response system for voice queries. It handles fast responses under 1 second, agent responses under 12 seconds, and deferred complex queries processed asynchronously within 2 minutes.

Freddy MCP Server Connects Wearables to AI Agents with Headless Sign-In
Freddy is a personal MCP server that links wearables (Polar, Oura, Withings, Suunto, Intervals.icu, Hevy, plus WHOOP, Strava, Dexcom in beta) to AI clients like Claude Code, ChatGPT, and Notion AI via OAuth. New headless sign-in enables scheduled workflows for autonomous agents.

Security scanning skill for AI coding agents checks deployments automatically
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for exposed .env files, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.