paid-ads-integrations
GitHub用于发现、连接和验证NotFair付费广告集成及其能力。处理账户配置、MCP设置、工具检查、访问故障排除及平台能力确认,确保操作前进行真实授权验证。
Trigger Scenarios
Install
npx skills add nowork-studio/notfair-plugin --skill paid-ads-integrations -g -y
SKILL.md
Frontmatter
{
"name": "paid-ads-integrations",
"description": "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.",
"argument-hint": "<platform or connection issue>"
}
Paid Ads Integrations
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
- Follow
../../docs/mcp-connection.md. Use its current instructions and capability descriptions to choose tools, and verify the requested platform and account from live data. Do not infer access from another connected platform. - 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 | Universal NotFair MCP google_ads_ tools; use the Google shared preamble |
Connect/re-authenticate, then use the Google skills |
| Meta Ads | Universal NotFair MCP meta_ads_ tools; use the Meta shared preamble |
Connect/re-authenticate, then use the Meta skills |
| X Ads | Universal NotFair MCP x_ads_ tools; resolve ~~x-ads |
Connect/re-authenticate, then use /notfair:paid-ads-x |
| LinkedIn Ads | Universal NotFair MCP linkedin_ads_ tools; resolve ~~linkedin-ads |
Connect/re-authenticate, then use /notfair:paid-ads-linkedin |
| Reddit Ads | Universal NotFair MCP reddit_ads_ tools; resolve ~~reddit-ads |
Connect/re-authenticate, then use /notfair:paid-ads-reddit |
| TikTok Ads | Universal NotFair MCP tiktok_ads_ tools; resolve ~~tiktok-ads |
Connect/re-authenticate, then use /notfair:paid-ads-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.
Version History
-
68566c0
Current 2026-09-22 12:11
新增Reddit Ads、WordPress和GoHighLevel的实时操作技能;将TikTok Ads从仅计划模式升级为已连接的MCP操作器;Amazon和ChatGPT Ads保持仅计划模式。
-
daf87d3
2026-09-09 06:24
优化了验证流程,明确以工具列表为真相源,移除对特定平台前缀工具的硬编码引用,强调使用共享前置语料处理 Google/Meta 请求。
- 8d9d54b 2026-08-19 23:11


