From verosight
Check your Verosight API credit balance and usage. Usage - /verosight:balance
How this skill is triggered — by the user, by Claude, or both
Slash command
/verosight:balanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the user's Verosight API credit balance and rate limit status.
Check the user's Verosight API credit balance and rate limit status.
VEROSIGHT_API_KEY environment variable.curl -s "https://api.verosight.com/v1/account/balance" \
-H "X-API-Key: $VEROSIGHT_API_KEY"
Show:
If the API key is not set, tell the user to run /verosight:setup first.
npx claudepluginhub volantis-technology/verosight-claude-pluginQueries Runway API for organization details including credit balance, usage tier, rate limits, daily generations, and remaining quotas. Formats as summary table with dollar conversion.
Venice billing and usage analytics - GET /billing/balance, GET /billing/usage (paginated per-request ledger, JSON or CSV), and GET /billing/usage-analytics (aggregated by date/model/key). Covers the DIEM/USD/BUNDLED_CREDITS consumption priority and building dashboards. (Beta)
Implements Clerk Backend API rate limit handling with TypeScript retry logic, batching, and header monitoring. Use when hitting 429 errors or scaling API usage.