Imported from adsagents/adsagent-ai-skills (
skills/meta-insights/SKILL.md). Install upstream withnpx skills add adsagents/adsagent-ai-skills --skill meta-insights. Copyright stays with the author.
Meta Insights Through AdsAgent
- Classify health or performance. Template-dimension reports stay here;
direct template lifecycle uses
meta-copy. - For product health, call
products_list, select one publicproduct_ref, then callproducts_get_health. This path does not require a date range or an Insights query. - For performance, resolve one product/account scope and date range, inspect
setup_get_status.capabilities, and choose one advertised aggregate query. Use one server-side batch for multiple scopes; never fan out. - Require complete evidence before totals, filtering, pagination, or a decision. Missing scopes stay unknown.
- Preserve opaque task and continuation contracts exactly.
- Return concise Markdown or the server artifact; never expose raw rows, schemas, diagnostics, or internal errors.
Read query-contract.md only when the request needs filtering, hierarchy metadata, exhaustive pagination, freshness, MMP, post-write verification, or export handling.
Read product-health-contract.md for product, account, Page, Pixel, or delivery health, blockers, and spend readiness.
Data boundary applies.