Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hyperfx-ai/marketing-skills --skill google-adsgit clone --depth 1 https://github.com/hyperfx-ai/marketing-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hyperfx-ai/marketing-skills/google-ads)<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/google-ads"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/google-ads/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/google-ads"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/google-ads.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00102 | $0.01895 |
| Opus 5 | $0.00051 | $0.00948 |
| Sonnet 5 | $0.00020 | $0.00379 |
| Haiku 4.5 | $0.00010 | $0.00189 |
Grade A, and why
google-ads scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Ads
Strategic guide for building new Google Ads campaigns and reporting on existing accounts. Research first, consult intelligently, validate everything, and build with the granular resource tools in dependency order (budget → campaign → targeting → ad groups → ads / asset groups). The API has exactly one campaign create — google_ads_campaigns_create — and the campaign type is just advertising_channel_type; type-specific requirements are enforced by the tools' built-in validators, which return corrective errors. Reporting is GAQL-backed and evidence-first — dashboards are optional presentation surfaces.
Requirements
- Hyper MCP installed and connected. https://app.hyperfx.ai/mcp
- Google Ads integration connected at https://app.hyperfx.ai/apps.
If google_ads_accounts_list is not in the tool list, stop and tell the user to enable Hyper MCP and connect Google Ads.
Out of scope
- Live optimization mutations (bid adjustments, pausing keywords, restructuring existing campaigns). Reports may recommend these changes; applying them needs explicit per-change user approval.
- Creative generation (headlines, descriptions, images) →
ad-creative-generation. - Cross-platform campaign launches → use this skill for Google, then invoke
meta-ads/tiktok-adsseparately.
Tool surface
Reads are GAQL (google_ads_gaql_query covers every resource). Writes are one tool per resource operation, named google_ads_<resource>_<create|update|remove>; create/update take (customer_id, body) where body is the bare resource object in snake_case.
| Tool | Purpose |
|---|---|
google_ads_accounts_list |
Discover accessible accounts (and MCC sub-accounts). |
google_ads_gaql_query |
Run a GAQL query (conversion actions, search terms, any resource). |
google_ads_campaign_budgets_create |
Create the budget first (micros!). |
google_ads_campaigns_create / _update / _remove |
The ONE campaign create — every advertising_channel_type (SEARCH, DISPLAY, PERFORMANCE_MAX, VIDEO, DEMAND_GEN, SHOPPING, MULTI_CHANNEL for App). |
google_ads_ad_groups_create / _update, google_ads_ad_groups_delete |
Ad groups under a campaign. |
google_ads_ad_group_ads_create / _update / _remove |
Ads (typed: responsive_search_ad, responsive_display_ad, video / demand-gen ad types). |
google_ads_keywords_create / _update / _delete / _list |
Keywords (positive and negative). |
google_ads_locations_search, google_ads_location_targets_add |
Resolve location names, target them. |
google_ads_image_assets_upload |
Image assets — accepts file_id from the workspace file manager, image_url, or base64. |
google_ads_video_assets_link |
Register a YouTube video ID as a video asset (the Ads API cannot host video files — videos must be on YouTube). |
google_ads_asset_groups_create |
PMax asset group (atomic: text + image assets in one call). |
google_ads_conversion_actions_create, google_ads_user_lists_create, google_ads_bidding_strategies_create, google_ads_shared_sets_create, … |
Full per-resource CRUD surface — same naming pattern. |
google_ads_request |
Raw escape hatch for any uncovered endpoint. |
hyper_data_build_dashboard, hyper_data_refresh_dashboard |
Optional dashboards / data apps for reports. |
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/campaigns/other-types.md 2.2 KB
- references/campaigns/pmax.md 2.7 KB
- references/campaigns/search-display.md 3.8 KB
- references/constraints.md 2.3 KB
- references/discovery.md 3.1 KB
- references/heuristics.md 1.2 KB
- references/mcc.md 1.8 KB
- references/report-template.md 582 B
- references/reporting.md 7.4 KB
- references/reports/account-overview.md 4.5 KB
- references/reports/ad-performance.md 6.0 KB
- references/reports/budget-distribution.md 4.9 KB
- references/reports/campaign-performance.md 5.8 KB
- references/reports/campaign-structure.md 5.4 KB
- references/reports/conversion-by-action.md 8.4 KB
- references/reports/conversion-funnel.md 11 KB
- references/reports/conversion-tracking.md 5.5 KB
- references/reports/search-terms-waste.md 4.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 94 lines · 102 tokens per session scan A b83cdd3510c7
google-ads is a skill published in the GitHub repository hyperfx-ai/marketing-skills (85 stars, last pushed 15d ago), licensed MIT. It adds 102 tokens to every session and 1,895 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
adcp-advertising
Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…
adspirer-ads-agent
Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 100+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…
_mureo-shared
Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.
_mureo-strategy
Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.
daily-check
Run a daily health check on all configured ad accounts (Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, GA4, and any configured plugin platform). Use when the user asks for a daily review, health check, status update, anomaly detection, or 'how are my campaigns doing today'. Reads STRATEGY.md and…
_mureo-google-ads
Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.