"Take your protein pills and put your helmet on." A zero-trust local script to check if your Antigravity quotas are still floating or crashing back to Earth.
You're a vibe coder. You don't need a heavy browser extension spying on your code. You just need a quick vibe check on your usage limits.
This script hijacks your local language_server connection (politely) to tell you exactly how much juice you have left.
Copy-paste this into your terminal while Antigravity is open. No install wizard, no nonsense.
# 1. Grab the script
curl -o check_quotas.sh https://raw.githubusercontent.com/s403o/ground-control/main/check_quotas.sh
# 2. Make it run
chmod +x check_quotas.sh
# 3. Launch!
./check_quotas.sh- π΅οΈββοΈ Spy Mode: Finds the hidden
language_serverprocess on your machine. - π Lockpick: Extracts the ephemeral
CSRF tokenstraight from the process arguments. - π Wiretap: Scans local ports to find where the server is listening.
- π Phone Home: Calls the local gRPC endpoint directly (localhost only, promise!).
- π¨ Vibe Check: Renders a beautiful ASCII bar chart because we like pretty things.
- Zero Config: It just works.
- Privacy First: What happens on localhost, stays on localhost.
- Detailed Metrics:
- Plan Status: Are you Pro or No?
- Reset Timer: Exact countdown to the second.
- Visual Bars: Green means go, Red means stop coding and touch grass.
- macOS or Linux
curl(you have this)jq(you might need this:brew install jq)lsof(standard issue)
"It says 'Could not find process'?"
Antigravity needs to be open, chief. If the IDE is closed, the server is dead.
"jq not found?"
Yeah, you need
jq. It's likesedbut for JSON and actually readable.brew install jq
Verified for Antigravity v0.1+