keyword-analysis

keyword-analysis is a skill for Claude Code from noviq-ai/google-ads-mcp. It costs 0 tokens per session (481 once invoked), scanned A, original, Apache-2.0.

A skill for analysing Google Ads keyword performance using quality score, conversion rate, cost per click, and related campaign data. Google Ads is an online advertising platform where keywords help decide when ads appear.

In plain words
What is it for?
Use it to review all campaigns or a named campaign, group keywords by performance, and suggest concrete improvements.
Why use it?
It helps identify which keywords are working, which need changes, and which may be wasting advertising spend.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the google-ads-mcp plugin — 2 skills, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to review all campaigns or a named campaign, group keywords by performance, and suggest concrete improvements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/noviq-ai/google-ads-mcp/keyword-analysis
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.

Any agent
npx skills add noviq-ai/google-ads-mcp --skill keyword-analysis
Clone the repo
git clone --depth 1 https://github.com/noviq-ai/google-ads-mcp

Made for: Claude Code.

Or install google-ads-mcp, the plugin that ships this one along with the rest of its 2 skills, 1 agent, 1 hook, 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-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/noviq-ai/google-ads-mcp/keyword-analysis/github.svg)](https://agentmods.dev/skills/noviq-ai/google-ads-mcp/keyword-analysis)
Your own site
<a href="https://agentmods.dev/skills/noviq-ai/google-ads-mcp/keyword-analysis"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-ads-mcp/keyword-analysis/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-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/noviq-ai/google-ads-mcp/keyword-analysis"><img src="https://agentmods.dev/badge/skills/noviq-ai/google-ads-mcp/keyword-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 481 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.00000 $0.00481
Opus 5 $0.00000 $0.00241
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

keyword-analysis 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 10d 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.

skills/keyword-analysis/SKILL.md · 47 lines

What it actually says

Keyword Analysis

Google Ads のキーワードパフォーマンスを分析するスキルです。品質スコア・CVR・CPCの観点から改善ポイントを特定します。

使い方

/keyword-analysis に続けてキャンペーン名や分析対象を指定できます。省略した場合は全キャンペーンが対象です。

例:

  • /keyword-analysis
  • /keyword-analysis ブランドキャンペーン

手順

  1. list_accessible_customers で顧客IDを取得

  2. search ツールで以下のデータを取得:

    • resource: ad_group_criterion
    • fields:
      • campaign.name
      • ad_group.name
      • ad_group_criterion.keyword.text
      • ad_group_criterion.keyword.match_type
      • ad_group_criterion.status
      • ad_group_criterion.quality_info.quality_score
      • ad_group_criterion.quality_info.creative_quality_score
      • ad_group_criterion.quality_info.post_click_quality_score
      • ad_group_criterion.quality_info.search_predicted_ctr
      • metrics.impressions
      • metrics.clicks
      • metrics.cost_micros
      • metrics.conversions
      • metrics.ctr
      • metrics.average_cpc
    • conditions:
      • segments.date DURING LAST_30_DAYS
      • ad_group_criterion.type = 'KEYWORD'
      • ad_group_criterion.status != 'REMOVED'
    • orderings: metrics.cost_micros DESC
    • limit: 100
  3. 分析結果を以下のカテゴリに分類:

    • 高パフォーマンス: 品質スコア 7以上 かつ CVR 高
    • 要改善: 品質スコア 5以下 または コスト高・CV少
    • 一時停止推奨: 表示回数は多いがクリックゼロ or CVゼロ
  4. 改善アクションを具体的に提案する(マッチタイプ変更・広告文改善・除外キーワード追加など)

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. 10d ago First seen · 47 lines · 0 tokens per session scan A 9b453c4ade08

Subscribe to this mod's changes

keyword-analysis is a skill published in the GitHub repository noviq-ai/google-ads-mcp (0 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 481 tokens. 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.

Related

Other skills, from other repositories

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

adspirer-setup

Set up your brand workspace — connect to Adspirer, scan brand docs, pull campaign data, and create AGENTS.md. Use on first time in a new brand folder, or when the user wants to refresh brand context.

amekala/ads-mcp · 52 tokens

adspirer-mcp

How to call the Adspirer MCP hub correctly — the router two-step (action "listtools" then action "execute" with toolname), the direct tools searchtools and gettoolschema, per-platform account IDs, quota rules, and the budget unit (every platform takes the account's own currency as a decimal — never cents). Load this…

amekala/ads-mcp · 85 tokens

_mureo-shared

Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.

logly/mureo · 22 tokens

_mureo-strategy

Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.

logly/mureo · 28 tokens