google-ads-setup

google-ads-setup is a skill for Claude Code, Codex from chanktb/claude-google-ads. It costs 116 tokens per session (3,516 once invoked), scanned A, original, MIT.

A setup guide for Google Ads, Google's advertising platform, that creates an account-context.yaml file containing the business and account details other tools need.

In plain words
What is it for?
Use it to record data sources, Google Ads account IDs, conversion actions, and Google Analytics and Search Console properties before running audits, plans, or campaign changes.
Why use it?
It keeps account information, connections, and outputs in one organized place while avoiding copies of secret keys.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the claude-google-ads plugin — 15 skills, 15 commands shipped together

Install

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.

agentmods
npx agentmods add skills/chanktb/claude-google-ads/setup
Any agent
npx skills add chanktb/claude-google-ads --skill setup
Clone the repo
git clone --depth 1 https://github.com/chanktb/claude-google-ads

Made for: Claude Code, Codex.

Or install claude-google-ads, the plugin that ships this one along with the rest of its 15 skills, 15 commands.

Wrote 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.

agentmods badge for google-ads-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/chanktb/claude-google-ads/setup.svg)](https://agentmods.dev/skills/chanktb/claude-google-ads/setup)
Your own site
<a href="https://agentmods.dev/skills/chanktb/claude-google-ads/setup"><img src="https://agentmods.dev/badge/skills/chanktb/claude-google-ads/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00116 $0.03516
Opus 5 $0.00058 $0.01758
Sonnet 5 $0.00023 $0.00703
Haiku 4.5 $0.00012 $0.00352

Measured 5d ago against content hash aa813b73c1ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

google-ads-setup 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_context.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/setup/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You build account-context.yaml, the single source of business truth that every other skill in this suite reads. Nothing downstream (audit, plan, builder, pusher, tracker, optimizer) runs without it.

Operating rules

  • Establish ONE working folder per business and keep everything in it — see ${CLAUDE_PLUGIN_ROOT}/references/workspace-layout.md. On first run, agree the <workdir> path with the user, create it, and write account-context.yaml there. Every downstream output goes into its dated subfolder (audits/, plans/, builds/, changes/, raw/). NEVER scatter files into the plugin folder, D:\tmp, /tmp, or the cwd root — a user who installs the plugin must get ONE tidy folder, not sprinkled files.
  • Secrets are POINTERS, never copies. Do NOT write raw API tokens/keys into the working folder, any output, or account-context.yaml. The connections registry records where each token lives (via: env:/path#KEY, via: server:/path, via: mcp:<id>) and it's read at runtime. If the user wants creds kept locally, a gitignored secrets/ in the workdir — never committed, never in a report.
  • (legacy) Write account-context.yaml to the working directory, NEVER inside the plugin folder. Business data lives with the user, not in the code. (Use --context <path> if the user names one.)
  • Detect by capability, not by hardcoded server ids. Inspect the connected MCP tools and match them to roles. The same skill must work for any user's MCP setup.
  • Setup is the CONNECTION HUB. Its job is to inventory EVERY data source the suite needs and consolidate how to reach each one into the context's connections block — ONE place every downstream skill reads, so no skill ever re-discovers a connector or silently runs without data.
  • NO-FABRICATE DATA GATE (non-negotiable, the whole point). Missing data is connected or flagged, NEVER invented. If a source is missing: (a) guide the user to connect or provide it (concrete steps — link the account, point to a .env/secrets file, a data-hub script), and (b) if it stays missing, record it as MISSING in connections so every downstream skill that needs it labels that part of its output UNVERIFIED — connect <source> and EXCLUDES it from any number it reports. Skip-then-guess produces wrong analysis; an honest gap is correct. A blank field is honest; a fabricated AOV / store-revenue / feed status is dangerous.
  • Confirm before writing. Show the assembled context, get a yes, then write.

Read the full file on GitHub · 198 lines

Files

What ships with it

1 file 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.

Changes

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.

  1. 5d ago First seen · 198 lines · 116 tokens per session scan A aa813b73c1ec

Subscribe to this mod's changes

google-ads-setup is a skill published in the GitHub repository chanktb/claude-google-ads (11 stars, last pushed 1mo ago), licensed MIT. It adds 116 tokens to every session and 3,516 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

google-ads-ecommerce

Build and optimize Google Ads campaigns for ecommerce with Performance Max, Shopping feeds, conversion tracking, and Smart Bidding strategies for ROAS.

finsilabs/awesome-ecommerce-skills · 32 tokens

setup-conversion-tracking

Set up Converly conversion tracking end to end. Use when the user wants to track form submissions as conversions, send leads to an ad platform like Google Ads, Meta or Google Analytics, or set up Converly for the first time.

converlyio/converly-mcp · 55 tokens

diagnose-missing-conversions

Find out why Converly conversions aren't showing up. Use when the user says tracking isn't working, conversions are missing, a form submission didn't appear, or an ad platform isn't receiving conversions.

converlyio/converly-mcp · 45 tokens

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…

LeoYeAI/openclaw-master-skills · 141 tokens

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…

LeoYeAI/openclaw-master-skills · 103 tokens

cold-email-outreach

Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft personalized emails using proven hook frameworks, send via Gmail with safe defaults, and route replies into labeled folders. Use when the user wants to write…

hyperfx-ai/marketing-skills · 101 tokens