keyword-opportunity-finder

keyword-opportunity-finder is a command for Claude Code from Ad-Superpowers/ad-superpowers-plugin. It costs 25 tokens per session (836 once invoked), scanned A, original, MIT.

A Google Ads review that looks for new keywords and bidding opportunities in existing campaign search data. It examines search terms, impression share, quality score, and negative-keyword candidates.

In plain words
What is it for?
Use it to add converting search terms as keywords, recover impressions lost because of budget, improve low-quality-score keywords, and create negative keywords that block unsuitable searches.
Why use it?
It helps find relevant searches that produced results but are not yet targeted, as well as areas where budget or ad quality limits visibility. It also identifies irrelevant searches that may be wasting spend.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the ad-superpowers plugin — 17 skills, 35 commands, 5 agents, 1 MCP server shipped together

Good fit Use it to add converting search terms as keywords, recover impressions lost because of budget, improve low-quality-score keywords, and create negative keywords that block unsuitable searches.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder
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.

Clone the repo
git clone --depth 1 https://github.com/Ad-Superpowers/ad-superpowers-plugin

Made for: Claude Code.

Or install ad-superpowers, the plugin that ships this one along with the rest of its 17 skills, 35 commands, 5 agents, 1 MCP server.

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 keyword-opportunity-finder

README.md
[![agentmods](https://agentmods.dev/badge/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder/github.svg)](https://agentmods.dev/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder)
Your own site
<a href="https://agentmods.dev/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder"><img src="https://agentmods.dev/badge/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder/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.

agentmods 80×15 button for keyword-opportunity-finder

Your own site · 80×15
<a href="https://agentmods.dev/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder"><img src="https://agentmods.dev/badge/commands/ad-superpowers/ad-superpowers-plugin/keyword-opportunity-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00025 $0.00836
Opus 5 $0.00013 $0.00418
Sonnet 5 $0.00005 $0.00167
Haiku 4.5 $0.00003 $0.00084

Measured 11d ago against content hash 2ccf1b984d0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

keyword-opportunity-finder 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.

plugin/commands/keyword-opportunity-finder.md · 80 lines

How it starts

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

Platforms: google_ads Tier: pro

This command requires the Ad Superpowers MCP connector to access your ad account data. Connect at https://app.adsuperpowers.ai if you haven't already.

Keyword Opportunity Finder

Discover keyword opportunities in Google Ads campaigns.

Conditional: if focus_campaign Focus Campaign: [specify focus_campaign]

OUTPUT FORMAT (CRITICAL - follow this EXACT structure)

SEARCH TERM GOLD MINES

Converting search terms not yet added as keywords:

Search Term Clicks Conv Conv Rate Cost Recommended Match
Potential impact: +XX conversions/month if added

IMPRESSION SHARE OPPORTUNITIES

Keywords losing impression share to budget:

Keyword IS Lost (Budget) Avg CPC Conv Recommendation
Estimated opportunity: [amount] additional revenue if captured

QUALITY SCORE IMPROVEMENTS

Low QS keywords with good conversion rates:

Keyword QS Conv Rate Issue Fix
Estimated CPC savings: XX% if QS improved to 7+

NEGATIVE KEYWORD RECOMMENDATIONS

Search Term Clicks Spend Conv Action
Estimated monthly savings: [amount]

ACTION SUMMARY

  1. Add [X] converting search terms as keywords
  2. Exclude [X] irrelevant terms (save [amount]/mo)
  3. Increase budget for [X] high-opportunity keywords
  4. Improve landing pages for [X] low-QS keywords

EXECUTION STEPS

Step 1: Discover Accounts

google_ads_list_accounts()

Step 2: Pull Search Term Report

google_ads_run_gaql(customer_id="FROM_STEP_1", query="SELECT search_term_view.search_term, search_term_view.status, metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions, metrics.conversions_value FROM search_term_view WHERE segments.date DURING LAST_30_DAYS AND metrics.impressions > 10 ORDER BY metrics.conversions DESC LIMIT 200")

Read the full file on GitHub · 80 lines

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. 11d ago First seen · 80 lines · 25 tokens per session scan A 2ccf1b984d0c

Subscribe to this mod's changes

keyword-opportunity-finder is a command published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 836 once invoked, about $0.0001 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-31.