mcpbeat Sign in

Paid Ads Integrations Agent Skill

Discover, connect, and verify NotFair paid-ad integrations and their actual capabilities. Use when asked to connect an ad account, configure an ads MCP, check available tools, troubleshoot access, or determine whether NotFair can read or change a platform.

520 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3345
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nowork-studio/notfair-plugin --skill paid-ads-integrations

What comes with it

228 bytes besides the instruction
agents/openai.yaml

The instruction itself

3 sections, as written by the author

Read ../shared/operating-contract.md. Treat tool discovery as the source of truth; product documentation describes intent, not the current session's authorization.

Verify before promising

  • Inspect the available tool list and use the Google or Meta shared preamble when that surface is requested.
  • Confirm OAuth/account access with a harmless account-list or read operation when the connector exposes one.
  • Record the exact platform, selected account, accessible date range, and whether the surface is read-only or mutation-capable.
  • If authorization fails, state the error and give the documented connection path. Do not retry a destructive operation or fall back to another account.

Capability map

| Platform | NotFair path | Safe response when unavailable |

|---|---|---|

| Google Ads | https://notfair.co/api/mcp/google_ads; use the Google shared preamble | Connect/re-authenticate, then use the Google skills |

| Meta Ads | https://notfair.co/api/mcp/meta_ads; use the Meta shared preamble | Connect/re-authenticate, then use the Meta skills |

| LinkedIn, TikTok, Amazon, ChatGPT Ads | No first-party NotFair surface declared by this plugin | Request a verified connector or export; stay plan/review-only |

Never invent a router, endpoint, tool name, account ID, or platform capability. Quote prices, quotas, and platform eligibility only from current official documentation when a user asks; do not infer them from a plan or another connector.

How to use it

Copy the folder

Take nowork-studio/paid-ads-integrations from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.