agentsclimarketplace

Meta insights

Skill adsagents/adsagent-ai-skills/skills/meta-insights

AdsAgent tri-channel AI skills for Meta, Google Ads, and TikTok hosted MCP

Install
npx -y skills add adsagents/adsagent-ai-skills --skill meta-insights

Assembled 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

  1. Classify the request as product health or performance reporting.
  2. For product health, call products_list, select one public product_ref, then call products_get_health. This path does not require a date range or an Insights query.
  3. 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.
  4. Require complete evidence before totals, filtering, pagination, or a decision. Missing scopes stay unknown.
  5. Preserve opaque task and continuation contracts exactly.
  6. 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.