paid-ads-integrations

Verifies NotFair paid-ad platform connections and their actual read or write capabilities.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill paid-ads-integrations-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paid-ads-integrations
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/collections/notfair/paid-ads/paid-ads-integrations
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill paid-ads-integrations-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It prevents false promises about ad platform access by verifying which NotFair connectors are actually connected and what they can read or change before any campaign work begins. ## Core Features & Use Cases - Tool Discovery: Calls listConnectedPlatforms on the universal NotFair MCP and resolves platform-prefixed tools for Google Ads, Meta Ads, X Ads, and LinkedIn Ads. - Access Verification: Confirms OAuth and account access with a harmless read operation, recording the platform, account, date range, and read-only versus mutation capability. - Failure Handling: States the exact authorization error and the documented reconnection path without retrying destructive operations or inventing endpoints. - Use Case: When asked to connect a Google Ads account, the Skill checks the live tool list, runs a safe account read, and reports exactly what NotFair can do before any campaign changes. ## Quick Start Use the paid-ads-integrations skill to check whether my Meta Ads account is connected and what NotFair can do with it.

Frequently Asked Questions about paid-ads-integrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an ad account to NotFair?▼

Connect an ad account by first calling listConnectedPlatforms on the universal NotFair MCP to see available connectors. If authorization fails, follow the documented connection or re-authentication path for that platform before attempting any operations.

How do I check what NotFair can do with Google Ads or Meta Ads?▼

Inspect the live tool list for google_ads_ or meta_ads_ prefixed tools, then run a harmless account-list read to confirm access. Record whether the surface is read-only or mutation-capable before promising any changes.

Does NotFair support TikTok, Amazon, or ChatGPT Ads?▼

No first-party NotFair surface is declared for TikTok, Amazon, or ChatGPT Ads. For these platforms, request a verified connector or export and stay in plan or review mode only.

Why does ad platform authorization fail in NotFair?▼

Authorization fails when OAuth tokens expire or account access is revoked. The Skill states the exact error and gives the documented reconnection path, without retrying destructive operations or switching to another account.

Can NotFair make changes to my ad campaigns directly?▼

Only if the connected platform surface is mutation-capable, which must be verified through tool discovery and a safe read first. The Skill never invents endpoints, tool names, or account IDs not present in the session.