Meta insights
AdsAgent tri-channel AI skills for Meta, Google Ads, and TikTok hosted MCP
npx -y skills add adsagents/adsagent-ai-skills --skill meta-insightsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when reading or analyzing Meta Ads performance, delivery metadata, MMP, AppsFlyer, cohorts, or exports through AdsAgent.
SKILL.md
1.3 KB, 249 tokens by cl100k_base, as published. Nobody here has run it
Meta Insights Through AdsAgent
- Classify the request as product health or performance reporting.
- 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 only when the request asks whether a product, account, Page, Pixel, or delivery path is healthy, blocked, unavailable, or ready to spend.
What ships with it: 2 files
11.1 KB alongside SKILL.md
- product-health-contract.md2.8 KB
- query-contract.md8.3 KB