paid-ads-x

Audit and operate X Ads accounts through the NotFair MCP connector.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing X Ads (Twitter Ads) accounts requires careful interpretation of platform-specific data structures and safe handling of spend-affecting changes, where mistakes like misreading micro-currency fields or launching unreviewed campaigns waste budget. ## Core Features & Use Cases - Live Account Audits: Verify the connected X Ads account, then pull campaigns, line items, funding, and performance data in one broad read to diagnose spend, conversions, and targeting. - Correct Data Interpretation: Handles X Ads specifics like *_local_micro currency fields, account-to-promoted-post hierarchy, and the distinction between optimization configuration and attributed conversions. - Approval-Gated Mutations: Previews budget, bid, targeting, and creative changes with dry-run support, creates new entities paused, and confirms results with before/after evidence. - Use Case: Ask why a line item shows primary_web_event_tag=null while stats report 18 sign-ups, and receive an audit that separates measured conversions from optimization configuration without assuming tracking is broken. ## Quick Start Use paid-ads-x to audit my connected X Ads account for the last 30 days and tell me which campaign is driving the most conversions.

Frequently Asked Questions about paid-ads-x

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

FAQPage Schema
How do I audit my X Ads account performance?▼

Connect X Ads through the NotFair MCP, then request an audit with a date range. The skill verifies the account, pulls campaigns, line items, and performance stats in one broad read, and reports spend, conversions, and the strongest contributors with currency and window context.

How do I change X Ads campaign budgets safely?▼

Budget changes go through an approval-gated flow: the skill shows current and proposed values with spend exposure, uses a dry-run preview when the connector supports it, and only applies the change after explicit approval, then confirms the result with a fresh read.

Does primary_web_event_tag null mean zero conversions in X Ads?▼

No. The primary_web_event_tag describes a line item's optimization configuration, not its attributed performance. Attributed conversions must be read from WEB_CONVERSION performance stats, so a null tag does not imply tracking is broken.

Why do X Ads spend values look inflated by a million?▼

X Ads money fields ending in _local_micro are local-currency major units multiplied by 1,000,000. The skill divides these values by 1,000,000 before displaying or comparing them so reported spend matches actual currency amounts.

Can I launch new X Ads campaigns immediately with this skill?▼

New campaigns and line items are created paused by default, then verified before activation. The skill prefers pause/enable over deletion and requires explicit approval for any spend-affecting change before it goes live.