← Back to Skills Marketplace
kevinzhangqi

Amazon Product Research

by Kevin Zhang · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
285
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install amazon-product-search
Description
Amazon product research and seller intelligence via APIClaw. Use this skill to find profitable product opportunities, validate markets, analyze categories, c...
README (SKILL.md)

APIClaw — Amazon Product Research & Seller Intelligence

A skill for Amazon sellers who need market validation, category analysis, product selection, competitor research, ASIN reviews, pricing guidance, and complete research reports.

Use this skill to move from broad market exploration to concrete product recommendations.


What this skill is good at

This skill is best for:

  • product discovery: finding promising product opportunities
  • market validation: deciding whether a niche or category is worth entering
  • category analysis: understanding concentration, pricing, brand density, and new-SKU activity
  • competitor research: comparing leading products, brands, and listings
  • ASIN diagnostics: breaking down a specific product in detail
  • pricing and positioning: recommending a launch range and market angle
  • report generation: combining multiple endpoints into a structured market report

Quick start

An API key is required. Create one at APIClaw and configure APICLAW_API_KEY before using the API.

You can ask questions like:

  1. "Is the pet supplies market worth entering?"
  2. "Analyze ASIN B09V3KXJPB"
  3. "Find Amazon products with low review counts but strong sales"
  4. "Compare the top competitors in this category"
  5. "Generate a full market research report"

File map

Type File When to use it
Main guide SKILL.md Start here for almost every task
Deep-dive modules 01-*.md to 07-*.md Load one module only when the request clearly matches that workflow
Composite workflows workflow-*.md Use when the user wants a complete report or a multi-step research flow
API reference openapi-reference.md Use only when you need exact parameter or response details

Context discipline

  • Start with this file
  • Load only one additional module at a time when possible
  • Use openapi-reference.md only when exact fields or filters matter
  • Prefer fewer, larger, high-value calls over many tiny calls

Intent routing

User request pattern Recommended flow Extra file needed?
Which category has opportunity? Market validation No
Analyze this ASIN ASIN evaluation No
Who are the competitors? Competitor analysis No
What price should I launch at? Pricing & listing No
What are the pain points in reviews? Product evaluation No
Give me a full market report Full market workflow workflow-full-market-report.md
Help me choose products Product selection 02-product-selection.md
Help me expand into adjacent products Expansion 07-expansion.md
Monitor changes over time Daily operations 06-daily-operations.md

API configuration

Item Value
Base URL https://api.apiclaw.io/openapi/v2
Docs https://api.apiclaw.io/api-docs
Auth Authorization: Bearer $APICLAW_API_KEY
Method POST / JSON body
Rate limits 100 requests/min, 10 requests/sec burst
Main marketplace US

Example request

curl -s -X POST "https://api.apiclaw.io/openapi/v2/{endpoint}" \
  -H "Authorization: Bearer $APICLAW_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ ...params... }'

Endpoint overview

Endpoint Main purpose Best use
categories category tree lookup category discovery and path confirmation
markets/search market-level aggregates market validation and category sizing
products/competitor-lookup competitor set discovery competitor scans and brand comparisons
products/search filtered product search product selection and opportunity screening
realtime/product live product detail ASIN deep dives and listing analysis

Core workflow patterns

1. Market validation

Use:

  • categories → confirm category path
  • markets/search → inspect demand, price, concentration, and new-SKU rate
  • products/search → inspect top products for brand and price structure

Use this when the user asks:

  • "Is this category worth entering?"
  • "Which niche has room?"
  • "Compare these categories"

2. Product discovery

Use:

  • categories → confirm category path if needed
  • products/search → filter for product opportunities
  • realtime/product → validate a shortlist

Use this when the user asks:

  • "Find products for me"
  • "What should I sell?"
  • "Show low-competition opportunities"

3. Competitor analysis

Use:

  • products/competitor-lookup → pull the competitor set
  • realtime/product → inspect leaders in detail

Use this when the user asks:

  • "Analyze competitors"
  • "Compare these listings"
  • "Why is this product winning?"

4. ASIN evaluation

Use:

  • realtime/product → inspect listing, specs, variants, review structure
  • products/competitor-lookup → add market context

Use this when the user asks:

  • "Analyze this ASIN"
  • "Break down this product"
  • "What is weak about this listing?"

5. Pricing and positioning

Use:

  • markets/search → category-level price signals
  • products/search → top product price bands
  • realtime/product → inspect how top listings frame value

Use this when the user asks:

  • "How should I price this?"
  • "What price band makes sense?"
  • "Should I position this as premium or value?"

High-value filters to remember

For markets/search

Most useful fields:

  • sampleAvgMonthlySales
  • sampleAvgMonthlyRevenue
  • sampleAvgPrice
  • sampleAvgReviewCount
  • sampleBrandCount
  • sampleSellerCount
  • sampleFbaRate
  • sampleAmzRate
  • sampleNewSkuRate
  • topSalesRate
  • topBrandSalesRate
  • topSellerSalesRate

For products/search

Most useful filters:

  • monthlySalesMin/Max
  • salesGrowthRateMin/Max
  • priceMin/Max
  • ratingMin/Max
  • reviewCountMin/Max
  • listingAge
  • variantCountMin/Max
  • sellerCountMin/Max
  • includeBrands / excludeBrands
  • fulfillment
  • badges
  • excludeKeywords

Common product-discovery pattern

High demand / low review barrier:

{
  "monthlySalesMin": 300,
  "reviewCountMax": 50,
  "listingAge": "180"
}

Fast-growing products:

{
  "monthlySalesMin": 300,
  "salesGrowthRateMin": 0.1
}

New-product watchlist:

{
  "listingAge": "180",
  "badges": ["New Release"]
}

Reporting guidance

When generating output, prefer a decision-oriented structure:

  1. What the market or product is
  2. What the data suggests
  3. What the main risks are
  4. What the recommendation is
  5. What the next action should be

For reports, include tables such as:

  • top products
  • brand distribution
  • price bands
  • concentration metrics
  • opportunity score breakdown

Recommended next-file loading rules

Load these files only when needed:

  • 01-market-selection.md → category-first and market-entry questions
  • 02-product-selection.md → product shortlisting and discovery
  • 03-competitor-analysis.md → competitor-focused questions
  • 04-product-evaluation.md → single-product or ASIN evaluation
  • 05-pricing-listing.md → pricing and listing strategy
  • 06-daily-operations.md → monitoring and recurring reviews
  • 07-expansion.md → adjacent category or follow-on product ideas
  • workflow-full-market-report.md → complete market report generation
  • workflow-product-opportunity.md → product opportunity shortlisting workflow
  • openapi-reference.md → exact API field and filter reference

Final guidance

This skill is strongest when used for research, evaluation, and decision support. It is not a seller ERP or execution engine. Use it to answer questions such as:

  • What market should I enter?
  • What products should I test?
  • Who are the real competitors?
  • What are the price bands and positioning gaps?
  • What is weak about a specific ASIN?
  • What report should I generate for a seller or team?
Usage Guidance
This skill appears to be what it says (an APIClaw-backed Amazon research helper), but its metadata fails to declare the API key it needs. Before installing: 1) Ask the publisher to update metadata to list APICLAW_API_KEY as a required primary credential so you can approve it explicitly. 2) Verify the APIClaw service (https://api.apiclaw.io) is the intended and trustworthy endpoint (no homepage is provided and the owner is anonymous). 3) If you provide an API key, create a key with the minimum possible scope and monitor its usage; avoid reusing high-privilege keys (AWS, Stripe, or other unrelated secrets). 4) If you lack confidence in the publisher, do not supply credentials — the skill cannot work without them. If the publisher responds and metadata is fixed, the skill would look coherent; as-is the missing env-var declaration is a meaningful red flag.
Capability Analysis
Type: OpenClaw Skill Name: amazon-product-search Version: 0.1.0 The skill bundle provides a comprehensive and well-structured set of instructions for performing Amazon product and market research via the APIClaw service (api.apiclaw.io). The workflows defined in files like SKILL.md, 01-market-selection.md, and the various workflow-*.md files are consistent with the stated purpose of ecommerce intelligence. There is no evidence of data exfiltration, malicious execution, or prompt injection intended to subvert the agent's behavior for harmful purposes.
Capability Assessment
Purpose & Capability
The skill's stated purpose is Amazon product research via APIClaw and the SKILL.md repeatedly shows API calls to https://api.apiclaw.io that require an API key. However, the registry metadata lists no required environment variables or primary credential. A legitimate APIClaw integration would normally declare APICLAW_API_KEY (or similar) as a required/primary credential — the omission is inconsistent.
Instruction Scope
The runtime instructions are instruction-only and narrowly describe POST calls to APIClaw endpoints (categories, markets/search, products/search, realtime/product). That scope is appropriate for the described purpose, but the SKILL.md explicitly shows using Authorization: Bearer $APICLAW_API_KEY — i.e., it expects access to an environment variable that the skill metadata does not declare. No other system files or unrelated credentials are requested.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written to disk by the skill itself. That lowers install-time risk.
Credentials
The only sensitive item referenced in SKILL.md is APICLAW_API_KEY (used as a Bearer token). That credential would be proportionate for this API integration, but it is not declared in the skill's required env vars/primary credential fields — a metadata omission that prevents you from transparently understanding what secrets the skill needs.
Persistence & Privilege
The skill does not set always:true and does not request any special persistent system privileges. It is user-invocable and may be used autonomously by the agent (the platform default), which is expected for skills that call external APIs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install amazon-product-search
  3. After installation, invoke the skill by name or use /amazon-product-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Major update: Amazon product research skill rewritten for advanced seller insights using APIClaw. - New capability to find profitable product opportunities, validate markets, and analyze categories via direct API integration. - Supports competitor analysis, ASIN deep dives, demand estimation, and pricing/positioning recommendations. - Enhanced modular workflow: guides for market validation, product selection, competitor research, and report generation. - Intent-based routing for common seller requests (e.g., "analyze this ASIN", "market validation", "full market report"). - Comprehensive documentation and usage examples provided for each research scenario. - Requires APIClaw API key for access.
Metadata
Slug amazon-product-search
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Amazon Product Research?

Amazon product research and seller intelligence via APIClaw. Use this skill to find profitable product opportunities, validate markets, analyze categories, c... It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.

How do I install Amazon Product Research?

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

Is Amazon Product Research free?

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

Which platforms does Amazon Product Research support?

Amazon Product Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Amazon Product Research?

It is built and maintained by Kevin Zhang (@kevinzhangqi); the current version is v0.1.0.

💬 Comments