paid-ads-integrations

Verifies ad platform connector access and capabilities before running paid media workflows.

3.4k|426|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/nowork-studio/toprank --skill paid-ads-integrations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paid-ads-integrations
Source: https://github.com/nowork-studio/toprank/tree/main/paid-ads/paid-ads-integrations
Command: npx skills add https://github.com/nowork-studio/toprank --skill paid-ads-integrations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working with ad platforms through an AI agent, it is easy to assume a connection exists or that a tool can perform an action it actually cannot. This Skill prevents failed operations and false claims by verifying which ad platforms are connected, what access level is granted, and which tools are actually available before any campaign work begins.

Core Features & Use Cases

  • Tool Discovery: Inspects the live tool list on the NotFair MCP and calls listConnectedPlatforms to confirm which ad platforms are reachable.
  • Access Verification: Runs harmless read operations (like account listing) to confirm OAuth authorization and records whether each surface is read-only or mutation-capable.
  • Capability Mapping: Covers Google Ads, Meta Ads, X Ads, and LinkedIn Ads with documented fallback paths, and flags unsupported platforms like TikTok or Amazon Ads as plan/review-only.
  • Use Case: Before auditing a Google Ads account, use this Skill to confirm the connector is authenticated, identify the selected account, and verify the session can actually read campaign data.

Quick Start

Use the paid-ads-integrations skill to check which ad platforms are connected and what actions are available for my Google Ads account.

Frequently Asked Questions about paid-ads-integrations

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

FAQPage Schema
How do I check which ad platforms are connected to my AI agent?

Call listConnectedPlatforms on the universal NotFair MCP to see connected platforms, then run a harmless account-list or read operation per platform to confirm OAuth access is active before starting any campaign work.

How do I connect a Google Ads or Meta Ads account to an AI agent?

Connect or re-authenticate the platform through the NotFair MCP connector, then verify access with a read-only account operation. Once confirmed, use the platform-specific Google or Meta skills for audits and analysis.

Does this support TikTok Ads or Amazon Ads?

No first-party NotFair connector exists for TikTok, Amazon, or ChatGPT Ads. For those platforms, request a verified connector or work from exported data, and stay limited to plan and review activities.

Why does my ad platform connection fail during an audit?

Failures usually come from expired OAuth tokens or missing account authorization. The Skill reports the exact error and the documented reconnection path, and never retries destructive operations or switches to another account silently.

Can the agent make changes to my ad accounts or only read data?

It depends on the connector's granted permissions. The Skill records whether each platform surface is read-only or mutation-capable after verification, so you know exactly what actions are possible before proceeding.