This skill extracts all environment variables in the project's.env file that match the TAVILY_API_KEY pattern and automatically retrieves each key's usage…
This skill extracts all environment variables in the project's.env file that match the TAVILY_API_KEY pattern and automatically retrieves each key's usage and remaining credits. If $ARGUMENTS is provided it will use that path; otherwise it reads.env from the current directory. For each detected key it queries https://api.tavily.com/usage using curl and outputs a table (#, environment variable name, plan, usage, limit, remaining). Keys with zero remaining are marked with a warning indicator; keys with sufficient remaining are marked as healthy. Ideal for developers and operators to detect key depletion early and integrate rotation, alerting, or CI/scheduled monitoring. (Use /check-app-stats for app statistics.)
Esta página faz parte do hub OpenClaw Skills com guias de instalação, navegação por categorias e links práticos.