/install keyword-research1
Keyword Intelligence
Multi-source autocomplete fetcher — no API keys needed. Pulls real-time suggestions from Google, YouTube, Amazon, and DuckDuckGo.
Quick Usage
# All sources, default language (de)
python3 scripts/fetch_suggestions.py "keyword"
# Specific sources
python3 scripts/fetch_suggestions.py "keyword" --sources google,youtube
# English / US region
python3 scripts/fetch_suggestions.py "keyword" --lang en --region us
# Expand mode: fetch suggestions of suggestions (10x more keywords)
python3 scripts/fetch_suggestions.py "keyword" --sources google --expand
# JSON output (for piping or further processing)
python3 scripts/fetch_suggestions.py "keyword" --json
Options
| Flag | Default | Description |
|---|---|---|
--sources |
all |
all or comma-separated: google, youtube, amazon, ddg |
--lang |
de |
Language code: de, en, tr, fr, es, ... |
--region |
de |
Region: de, us, tr, gb, ... |
--expand |
off | Fetches 2nd-level suggestions from Google (base keywords → ~10x results) |
--json |
off | Outputs JSON instead of formatted text |
Sources
- Google — Broadest coverage, best for general web search intent
- YouTube — Video content ideas, tutorials, how-to queries
- Amazon — Product/buying intent keywords (works best for product niches)
- DuckDuckGo — Privacy-focused users, tech/dev audience
Workflow
- Start with a seed keyword and
--sources all - Identify which source is most relevant for the use case
- Use
--expandon the most promising source for deeper research - Export with
--jsonto process or display the results
Notes
- No rate limits enforced, but add delays for large batch jobs (the script adds 0.2s between expand calls)
- Amazon suggestions may be empty for non-product keywords — expected behavior
- YouTube returns fewer results for niche/regional keywords
--expandonly works on Google (most reliable for 2nd-level fetching)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install keyword-research1 - After installation, invoke the skill by name or use
/keyword-research1 - Provide required inputs per the skill's parameter spec and get structured output
What is Keyword Research?
Multi-source keyword intelligence and autocomplete research. Fetches real-time suggestions from Google, YouTube, Amazon, and DuckDuckGo — no API key required... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Keyword Research?
Run "/install keyword-research1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Keyword Research free?
Yes, Keyword Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Keyword Research support?
Keyword Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Keyword Research?
It is built and maintained by brasco05 (@brasco05); the current version is v1.0.0.