AEO Prompt Question Finder
/install aeo-prompt-question-finder
Prompt Question Finder
Discover what questions people ask about a topic by querying Google Autocomplete with question modifiers.
Usage
Run the script from the skill directory:
python3 scripts/find_questions.py "travel itinerary"
Options
--modifiers what how why should— override default modifiers (default: what how why should can does is when where which will are do)--delay 0.5— seconds between requests (use 0.5–1.0 when running many topics in batch)--json— output as JSON for programmatic use--volume— fetch avg monthly search volume via DataForSEO (reads creds from macOS Keychain:dataforseo-login/dataforseo-password, or env varsDATAFORSEO_LOGIN/DATAFORSEO_PASSWORD)--location 2840— DataForSEO location code (default: 2840 = US)--lang en— language code for volume lookup (default: en)
Examples
# Default modifiers (what, how, why)
python3 scripts/find_questions.py "protein powder"
# Custom modifiers
python3 scripts/find_questions.py "travel itinerary" --modifiers what how why should when
# JSON output
python3 scripts/find_questions.py "travel itinerary" --json
Rate Limits
Google Autocomplete is an unofficial endpoint. Single-topic runs (10 requests) are safe. When running multiple topics in batch or parallel, always use --delay 0.5 or higher to avoid temporary IP blocks.
How It Works
For each modifier, the script queries https://suggestqueries.google.com/complete/search with "{modifier} {topic}" and returns the autocomplete suggestions. No API key required.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aeo-prompt-question-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/aeo-prompt-question-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AEO Prompt Question Finder 是什么?
Find question-based Google Autocomplete suggestions for any topic. Prepends question modifiers (what, how, why) to a seed topic and returns real autocomplete... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 968 次。
如何安装 AEO Prompt Question Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aeo-prompt-question-finder」即可一键安装,无需额外配置。
AEO Prompt Question Finder 是免费的吗?
是的,AEO Prompt Question Finder 完全免费(开源免费),可自由下载、安装和使用。
AEO Prompt Question Finder 支持哪些平台?
AEO Prompt Question Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AEO Prompt Question Finder?
由 psyduckler(@psyduckler)开发并维护,当前版本 v1.0.0。