← Back to Skills Marketplace
mguozhen

Amazon Keyword Reverse Lookup

by mguozhen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install amazon-keyword-reverse-lookup
Description
Amazon keyword reverse lookup engine. Find all keywords driving traffic to any ASIN, uncover hidden long-tail opportunities, build CPC ad keyword lists, and...
README (SKILL.md)

Amazon Keyword Reverse Lookup Engine

The keyword intelligence engine behind your Amazon Listing optimization and CPC ad targeting. Given an ASIN or product description, uncover every keyword driving traffic — from high-volume head terms to long-tail conversion gold.

Commands

reverse \x3Casin>                    # extract keyword profile for an ASIN
reverse bulk \x3Casin1,asin2,...>    # batch keyword extraction for multiple ASINs
keyword gap \x3Cyour-asin> \x3Ccomp>    # find keywords competitor ranks for but you don't
keyword rank check \x3Casin> \x3Ckw>    # estimate ranking for specific keyword
keyword cluster \x3Clist>            # group keywords by semantic theme
keyword priority                  # score and rank keywords by opportunity
cpc suggest \x3Ckeyword>             # CPC bid suggestions based on competition
backend generate \x3Cproduct>        # generate backend search terms (249 chars)
listing inject \x3Ctitle> \x3Ckws>      # naturally inject keywords into listing copy
keyword save \x3Cproduct>            # save keyword research to workspace

What Data to Provide

  • ASIN — the product to reverse-lookup
  • Competitor ASINs — to find keyword gaps
  • Product title/bullets — for keyword extraction from listing
  • Category — for benchmark search volumes
  • Seed keywords — terms you already know (to expand from)
  • Budget context — CPC budget range for bid suggestions

Keyword Research Framework

Keyword Tier Classification

Tier 1 — Head Terms (Primary keywords):

  • Monthly searches: 10,000+
  • Competition: Very High
  • Use in: Title (first 60 chars), backend
  • Strategy: Must rank here eventually, but may need 6-12 months

Tier 2 — Core Keywords (Secondary keywords):

  • Monthly searches: 1,000-10,000
  • Competition: Medium-High
  • Use in: Title, bullet points, backend
  • Strategy: Primary target for new listings — achievable with 50+ reviews

Tier 3 — Long-tail Keywords (Conversion keywords):

  • Monthly searches: 100-1,000
  • Competition: Low-Medium
  • Use in: Description, backend, PPC exact match
  • Strategy: Launch focus — win these first to build velocity

Tier 4 — Niche Keywords (Discovery keywords):

  • Monthly searches: \x3C100
  • Competition: Very Low
  • Use in: Backend search terms, PPC broad match
  • Strategy: Passive traffic, zero cost to rank for

Keyword Extraction from Listing Text

From a product title/bullets, extract keywords by:

  1. Identify product type (noun phrase)
  2. Extract all modifiers (size, color, material, use case)
  3. Generate all meaningful combinations
  4. Add related synonyms and alternative terms
  5. Add use-case and problem-based phrases

Example for "Stainless Steel Water Bottle 32oz":

Primary: water bottle, stainless steel water bottle
Modifiers: 32oz, large, insulated, vacuum, leak-proof, BPA free
Use cases: hiking, gym, sports, outdoor, camping, travel
Problem-based: keeps water cold, hot coffee thermos
Synonyms: tumbler, flask, canteen, hydration bottle
Long-tail: 32oz insulated water bottle, stainless steel gym bottle leak proof

Reverse Lookup Logic (Manual ASIN Analysis)

When given an ASIN, analyze by:

  1. Extract all words from title, bullets, description
  2. Generate keyword permutations
  3. Identify brand terms vs. generic terms
  4. Cross-reference with category common keywords
  5. Score by estimated commercial intent

Keyword Gap Analysis

Given your ASIN vs. competitor ASIN:

Your keywords:       [A, B, C, D, E]
Competitor keywords: [B, C, D, F, G, H]
Gap keywords:        [F, G, H] — competitor has these, you don't
Unique to you:       [A, E] — your advantage, protect these

CPC Bid Intelligence

Bid estimation by competition level:

Very High competition (Tier 1): $1.50 - $3.00+ CPC
High competition (Tier 2):      $0.80 - $1.50 CPC
Medium competition (Tier 3):    $0.30 - $0.80 CPC
Low competition (Tier 4):       $0.10 - $0.30 CPC

Bid strategy by campaign type:

  • Exact match: Bid at estimated CPC
  • Phrase match: Bid at 80% of exact
  • Broad match: Bid at 60% of exact
  • Auto campaign: Start at $0.50, scale based on ACOS

Backend Search Terms (249 Characters)

Rules for backend keyword field:

  • No commas needed — spaces work
  • No repeat words — every character counts
  • Include misspellings of your product name
  • Include complementary product terms
  • No ASINs, brand names of competitors, or prohibited terms
  • Use singular forms only (Amazon pluralizes automatically)

Template:

[synonyms] [materials] [use cases] [compatible items] [problem solved] [occasion] [demographic]

Listing Keyword Injection

Title formula: [Brand] [Primary Keyword] [Key Feature] [Size/Variant] [Secondary Keyword]

Bullet point structure:

  • Bullet 1: Primary keyword + biggest benefit
  • Bullet 2: Secondary keyword + feature proof
  • Bullet 3: Long-tail keyword + use case
  • Bullet 4: Trust signal (certifications, compatibility)
  • Bullet 5: Guarantee / customer promise + brand keyword

Keyword Scoring Matrix

Score each keyword on 4 factors (1-5):

  1. Search volume — how many searches per month
  2. Relevance — how closely it matches your product
  3. Competition — how hard to rank (5=very easy)
  4. Intent — how likely searcher is to buy (5=high purchase intent)

Priority Score = (Volume + Relevance + Competition + Intent) / 4 Focus first on keywords scoring 4.0+

Workspace

Creates ~/keyword-research/ containing:

  • by-asin/ — keyword profiles per ASIN
  • campaigns/ — PPC keyword lists by match type
  • gaps/ — competitor gap analysis files
  • backend/ — generated backend search term strings

Output Format

Every keyword research outputs:

  1. Master Keyword Table — full keyword list with tier, volume estimate, competition, priority score
  2. Top 10 Priority Keywords — highest opportunity, recommended to target first
  3. Backend Search Terms — ready-to-paste 249-character string
  4. PPC Campaign Structure — exact/phrase/broad keyword groups with bid suggestions
  5. Listing Optimization Notes — which keywords are missing from current listing
Usage Guidance
This skill reads like a methodology/playbook rather than a working tool: it tells an agent how to generate and score keywords from listing text but does not provide any data sources, APIs, or implementation to actually measure search volume or traffic. Before installing or using it: 1) Ask the author what data sources, APIs, or binaries the skill expects for search-volume, CPC, and ranking estimates. 2) Do not supply Amazon or third-party API keys until you confirm where and how they'll be used. 3) Expect that, as-written, an agent using this skill may attempt to scrape Amazon or call unspecified external services to fill in missing data — if you want to avoid that, restrict network access or require explicit approval for any web requests. 4) If you need real traffic/CPC data, prefer skills that explicitly integrate with reputable services (and list required env vars/credentials) or provide code that you can inspect. Additional info that would change this assessment: concrete data-source references, sample implementations or scripts, or declared API credentials and their justified need.
Capability Analysis
Type: OpenClaw Skill Name: amazon-keyword-reverse-lookup Version: 1.0.0 The skill bundle provides a comprehensive framework and set of instructions for an AI agent to perform Amazon keyword research and listing optimization. It defines logical workflows for keyword classification, gap analysis, and CPC estimation, using the Bash tool primarily for workspace organization in `~/keyword-research/`. No malicious code, data exfiltration attempts, or harmful prompt injections were identified in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name and description promise reverse-engineering traffic-driving keywords and CPC intelligence for any ASIN, which normally requires access to Amazon search/analytics or third-party keyword databases. The skill requests no API keys, data sources, or tooling to obtain actual traffic/search-volume/CPC data; instead it contains manual heuristics (extract words from listings, generate permutations, estimate intent). That mismatch means the skill cannot legitimately deliver the claimed capabilities as-is.
Instruction Scope
SKILL.md is an instruction-only guide and contains CLI-like command names (reverse, keyword gap, cpc suggest, etc.) but no implementation. The instructions are largely methodological (how to extract and score keywords) and do not instruct reading sensitive files or env vars. However they are vague about how to obtain search volumes, ranking estimates, or CPC data — this will push an agent to attempt web scraping, call unspecified external APIs, or use unspecified third-party services unless clarified. The ambiguity grants broad agent discretion ('estimate', 'score by estimated commercial intent').
Install Mechanism
No install spec and no code files are present; the skill is instruction-only. That is low install risk because nothing is written to disk or fetched automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. This is proportionate to the instruction-only, heuristic nature of the skill. (If the skill later instructs using third-party APIs, additional credentials would be expected and should then be evaluated.)
Persistence & Privilege
always:false and default invocation settings — no forced persistent presence. The SKILL.md lists 'allowed-tools: Bash', meaning the agent may execute shell commands while using the skill; that is expected for instruction-only skills that run commands, but it does expand what the agent might do (e.g., run curl for scraping). This is normal but worth noting given the vague data-source guidance.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install amazon-keyword-reverse-lookup
  3. After installation, invoke the skill by name or use /amazon-keyword-reverse-lookup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: comprehensive Amazon keyword reverse lookup and research toolkit. - Extracts keyword profiles for any ASIN and identifies traffic-driving search terms, from top head terms to hidden long-tails. - Provides bulk analysis, keyword gap discovery, ranking estimation, keyword clustering, and opportunity scoring commands. - Generates CPC bid suggestions, backend 249-character search term strings, and guides keyword injection into listings. - Outputs include prioritized keyword tables, PPC campaign groupings, backend term strings, and listing optimization insights.
Metadata
Slug amazon-keyword-reverse-lookup
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Amazon Keyword Reverse Lookup?

Amazon keyword reverse lookup engine. Find all keywords driving traffic to any ASIN, uncover hidden long-tail opportunities, build CPC ad keyword lists, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Amazon Keyword Reverse Lookup?

Run "/install amazon-keyword-reverse-lookup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Amazon Keyword Reverse Lookup free?

Yes, Amazon Keyword Reverse Lookup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Amazon Keyword Reverse Lookup support?

Amazon Keyword Reverse Lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Amazon Keyword Reverse Lookup?

It is built and maintained by mguozhen (@mguozhen); the current version is v1.0.0.

💬 Comments