api-health
Installation
SKILL.md
API Health
Monitor API usage, rate limits, and deprecations for a Meta app.
Workflow
-
Identify the app. Ask the user for the app name or ID. If they give a name (or aren't sure of the ID), call
devtools_app_list(actionlist) and resolve it to anapp_id— match the name case-insensitively. If several apps match or it's ambiguous, show the candidates (name, ID, viewer role) and ask the user to pick. If they give a numeric ID, use it directly. -
Collect API health data in parallel:
devtools_api_usagewith actionrate_limits— current rate limit status per metricdevtools_api_usagewith actioncall_volume— total calls vs quotadevtools_api_usagewith actiondeprecations— deprecated APIs and migration guides
-
Analyze and report:
Report Format