✓ Verified 💻 Development ✓ Enhanced Data

Aeo Prompt Frequency Analyzer

Analyze what search queries Gemini uses when answering a prompt, by running it multiple times with G

Rating
4.8 (316 reviews)
Downloads
3,698 downloads
Version
1.0.0

Overview

Analyze what search queries Gemini uses when answering a prompt, by running it multiple times with Google Search.

Complete Documentation

View Source →

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

bash
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_KEY env var (stored in macOS Keychain under nano-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 json for programmatic consumption

Installation

Terminal bash

openclaw install aeo-prompt-frequency-analyzer
    
Copied!

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Gemini 2.0
Complexity One-Click
Author psyduckler
Last Updated 3/10/2026
🚀
Optimized for
Gemini 2.0
💎

Ready to Install?

Get started with this skill in seconds

openclaw install aeo-prompt-frequency-analyzer