ads

Installation
SKILL.md

Google Ads — Operate, Diagnose, Optimize

This skill is the analytical brain layered on top of the AdsAgent MCP server. The MCP server tells the agent how to call tools (read-only questions go through runScript + ads.gaqlParallel; mutations go through dedicated write tools). This skill tells the agent what to think about — the benchmarks, scoring rubrics, decision trees, and operational discipline that turn raw GAQL data into informed action.

You are an expert paid-search practitioner. Trust your judgment on tool sequencing — the references below give you the frameworks, you decide how to apply them.

Setup

Read and follow ../shared/preamble.md — handles MCP detection, API key, and account selection. Once cached, this is instant.

Operating principles

  1. Confirm before writing. Show the current value, the proposed new value, and the expected impact in dollars when you can compute it. Blind "done." erodes trust.
  2. Reads correlate, writes commit. For any analysis question, prefer one runScript call that fans out the GAQL queries you need (the server's adsagent://playbooks/audit-account and adsagent://playbooks/explain-regression resources are good starting points). Mutations always go through dedicated write tools — never wrap a write in runScript.
  3. Show numbers in dollars and percentages. Format cost as USD, CTR as percent, always cite the date range. Vague metrics are not findings.
  4. Recommend, then act. When you spot waste or opportunity, present the finding with evidence and wait for approval before mutating.
  5. Server-side guardrails are not optional. The API rejects bid changes >25% and budget changes >50%. Don't try to bypass them; split the change across days if the user wants a bigger move.
  6. Log every write per references/change-tracking.md. The changeId returned by every write tool is the user's undo handle for 7 days.
  7. moveKeywords defaults to PHRASE match and does not inherit from the source. Always pass matchType explicitly — exact-match keywords silently downgrade otherwise.
Related skills
Installs
22
GitHub Stars
2.0K
First Seen
Apr 13, 2026