Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add chanktb/claude-google-ads/plugin install claude-google-adsWrote 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/chanktb/claude-google-ads/pusher)<a href="https://agentmods.dev/skills/chanktb/claude-google-ads/pusher"><img src="https://agentmods.dev/badge/skills/chanktb/claude-google-ads/pusher/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/chanktb/claude-google-ads/pusher"><img src="https://agentmods.dev/badge/skills/chanktb/claude-google-ads/pusher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00141 | $0.02217 |
| Opus 5 | $0.00071 | $0.01108 |
| Sonnet 5 | $0.00028 | $0.00443 |
| Haiku 4.5 | $0.00014 | $0.00222 |
Grade A, and why
google-ads-pusher 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 9d 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Ads — Pusher (safety-critical)
Get a change into the account without ever spending money unexpectedly. Two units of work, auto-detected by
the input's kind:
campaign-spec.json(frombuilder-*,kindabsent) — creates a NEW campaign. Schema:${CLAUDE_PLUGIN_ROOT}/references/campaign-spec.md.change-set.json(fromoptimizer/routine,kind: "change-set") — EDITS to live campaigns (negatives, geo/product exclusions, budget/target moves, pauses, extensions, signals). Schema:${CLAUDE_PLUGIN_ROOT}/references/change-set.md.
Read the JSON, never the .xlsx. The safety invariants below apply to both paths.
Operating rules / safety invariants (non-negotiable)
- Validate before anything (STEP 1). A spec that fails validation never reaches an export or mutation.
- Campaigns are created PAUSED. The human enables them in the UI after reviewing. Never create enabled.
- Human approval gate (STEP 3): print exactly what will happen and require an explicit "yes".
- Spend-cap guard: block if
daily_budgetexceeds the cap (from context or asked). - Mode honesty: if
api_writeis false, do NOT claim auto-create — emit an importable file + guided UI steps. State precisely what is automated vs manual.
Model dispatch (run cheap, decide expensive) — see ${CLAUDE_PLUGIN_ROOT}/references/model-tier-dispatch.md
- Scout (
haiku) — STEP 1validate_spec.py+spec_to_paste.py; STEP 2 generators (spec_to_editor_csv.py,spec_to_pmax_checklist.py); STEP 1c/2cvalidate_changeset.py+changeset_to_actions.py; per-URL 200 checks. These are deterministic script runs — push them all down. - Judge (main session) — STEP 3 the approval gate (print the plan, require an explicit "yes"), the spend-cap call, Mode B mutation oversight, and any FAIL interpretation. Never delegate the gate. A safety decision is judgment by definition.
- (No Routine tier here — validation and generation are single-shot Scout runs; the only judgment is the gate.)
What ships with it
6 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.
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.
- 9d ago First seen · 124 lines · 141 tokens per session scan A 9d64259808ad
google-ads-pusher is a skill published in the GitHub repository chanktb/claude-google-ads (11 stars, last pushed 2mo ago), licensed MIT. It adds 141 tokens to every session and 2,217 once invoked, about $0.0007 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
google-ads
A Google Ads guide for campaigns and advertising copy aimed at the Russian market in 2026. Google Ads is Google's paid advertising platform, and the guide covers formats such as search, video, app, shopping, and display ads.
markifact-overview
Reference — what Markifact is, what the MCP server exposes, and the discover→inspect→run pattern. Always loaded into the performance-marketer agent.
safe-write-operations
Reference — rules for safely executing write/destructive operations against ad accounts. Always loaded into the performance-marketer agent.
google-ads-ecommerce
Build and optimize Google Ads campaigns for ecommerce with Performance Max, Shopping feeds, conversion tracking, and Smart Bidding strategies for ROAS.
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.
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.