npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opencode-antigravity-quota

v0.1.6

Published

OpenCode plugin to check Antigravity/Gemini Cli model quotas

Readme

OpenCode Antigravity Quota

OpenCode plugin to monitor Antigravity API/Gemini Cli quotas across multiple accounts.

Features

  • Multi-Account Monitoring: Check API quotas for all your configured with opencode-antigravity-auth in one go.
  • Visual Quota Status: clear, visual progress bars showing remaining quota for models like Gemini 3 Pro, Flash, and Claude.
  • Smart Grouping: Automatically groups identical quota statuses to reduce clutter.
  • Reset Time Estimates: detailed information on when your quotas will reset.
  • Local Cache Inspection: View the status of your local rate limit cache to understand client-side throttling.

Requirements

  • OpenCode AI: This plugin is designed to run within the OpenCode environment.
  • Antrigravity Authentication Plugin: This plugin requires the opencode-antigravity-auth plugin to be installed and configured.
  • Account Credentials: This plugin depends on the antigravity-accounts.json file, which is automatically generated by the opencode-antigravity-auth plugin.

Installation

Add the plugin to your opencode.json, along with the opencode-antigravity-auth plugin:

"plugin": [
    "[email protected]",
    "[email protected]"
],

Note that token management and authentication are handled by the opencode-antigravity-auth plugin.

Usage

Call the /antigravity-quota tool or ask your LLM to show the Antigravity quota.

Example Output:

# ☁️ Quota Status

### Gemini 1.5 Pro / Gemini 2.0 Flash
QUOTA               RESET IN    ACCOUNT
[██████████] 100%   23h 59m     user1
[█████░░░░░] 50%    12h 30m     user2

---
## 💾 Local Cache

### Antigravity
#### gemini-antigravity:gemini-1.5-pro
STATUS   RESET TIME       LAST USED        ACCOUNT
READY    Ready            5m ago           user1
WAIT     15m              -                user2

Development

  • Run locally: bun run src/index.ts (Note: This might fail if not running inside the OpenCode context).
  • Lint/Format: Use your preferred tools.

License

MIT