AEO Prompt Frequency Analyzer
/install aeo-prompt-frequency-analyzer
Prompt Frequency Analyzer
Run a prompt N times against Gemini with Google Search grounding enabled. Collect and report the frequency of search queries Gemini generates across all runs.
Usage
GEMINI_API_KEY=$(security find-generic-password -s "nano-banana-pro" -w) \
python3 scripts/analyze.py "your prompt here" [--runs 10] [--model gemini-2.5-pro] [--concurrency 5] [--output text|json]
Run from the skill directory. Resolve scripts/analyze.py relative to this SKILL.md.
Options
--runs N— Number of times to run the prompt (default: 10)--model NAME— Gemini model to use (default: gemini-2.5-pro)--concurrency N— Max parallel API calls (default: 5; keep ≤5 to avoid rate limits)--output text|json— Output format (default: text)
Output
Reports for each unique search query:
- Frequency percentage (how many runs used that query)
- Raw count
- Top web sources referenced
Notes
- Gemini API key must be in
GEMINI_API_KEYenv var (stored in macOS Keychain undernano-banana-pro) - Each run is independent — Gemini may use different search queries each time
- Retries failed requests up to 3 times with exponential backoff
- Use
--output jsonfor programmatic consumption
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aeo-prompt-frequency-analyzer - After installation, invoke the skill by name or use
/aeo-prompt-frequency-analyzer - Provide required inputs per the skill's parameter spec and get structured output
What is AEO Prompt Frequency Analyzer?
Analyze what search queries Gemini uses when answering a prompt, by running it multiple times with Google Search grounding and reporting frequency distributi... It is an AI Agent Skill for Claude Code / OpenClaw, with 756 downloads so far.
How do I install AEO Prompt Frequency Analyzer?
Run "/install aeo-prompt-frequency-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AEO Prompt Frequency Analyzer free?
Yes, AEO Prompt Frequency Analyzer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AEO Prompt Frequency Analyzer support?
AEO Prompt Frequency Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AEO Prompt Frequency Analyzer?
It is built and maintained by psyduckler (@psyduckler); the current version is v1.0.0.