aeo-prompt-frequency-analyzer

Run prompts repeatedly with Google Search grounding to collect Gemini query frequency data.

9|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/psyduckler/aeo-skills --skill aeo-prompt-frequency-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeo-prompt-frequency-analyzer
Source: https://github.com/psyduckler/aeo-skills/tree/main/aeo-prompt-frequency-analyzer
Command: npx skills add https://github.com/psyduckler/aeo-skills --skill aeo-prompt-frequency-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyze how Gemini's Google Search grounding influences prompt responses by collecting and reporting the frequency of the search queries Gemini generates across multiple runs.

Core Features & Use Cases

  • Run a prompt N times against Gemini with Google Search grounding and collect query frequency data.
  • Classify query intents and identify recurring retrieval sets to inform content strategy or prompt tuning.
  • Use cases include investigations of retrieval behavior for AI answer engines, prompt optimization, and benchmarking across models.

Quick Start

Run the analyzer on a prompt to generate a frequency distribution of Gemini's Google Search queries.

Frequently Asked Questions about aeo-prompt-frequency-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Gemini search query frequency for AEO workflows?

To analyze Gemini search query frequency for AEO workflows, run a given prompt N times with Google Search grounding to collect and report the frequency of generated queries. This evaluates retrieval patterns across multiple runs to inform content strategy.

What is Google Search grounding retrieval behavior in Gemini?

Google Search grounding retrieval behavior in Gemini refers to how the model generates and selects search queries to ground its responses. Analyzing this behavior across multiple runs reveals recurring retrieval sets and query intents for prompt optimization.

How do I benchmark Gemini prompt retrieval patterns across multiple runs?

You can benchmark Gemini prompt retrieval patterns by executing repeated prompts via included scripts with a Gemini API key. The analyzer collects generated queries, classifies intents, and summarizes sources to evaluate competitive research and topic exploration.

Do I need a Gemini API key to run the prompt frequency analyzer?

Yes, you need a Gemini API key to run the prompt frequency analyzer. The Skill uses this key within its scripts to execute repeated prompts against Gemini with Google Search grounding and collect the resulting query frequency data.

Can I classify query intents generated by Gemini with Google Search grounding?

Yes, you can classify query intents generated by Gemini with Google Search grounding. The analyzer collects queries from multiple runs and classifies their intents to identify recurring retrieval sets for prompt tuning and content strategy.

What are the limitations of analyzing Gemini search queries for AEO?

Limitations of analyzing Gemini search queries for AEO include being restricted to Google Search grounding behavior and requiring a Gemini API key. The Skill evaluates retrieval patterns across multiple runs and models but does not modify the underlying search algorithm.