Keepa API Client for Openclaw

A comprehensive CLI-based Amazon product tracking tool that leverages the Keepa API for price history and market analysis.

boyd4y
v1.0.0
Mar 2, 2026
1
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install keepa-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install keepa-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Keepa API Client?

The Keepa API Client is a sophisticated tool designed for developers and e-commerce analysts to extract deep product insights from Amazon's global marketplaces. By integrating this capability into Openclaw Skills, users can programmatically monitor price fluctuations, sales rank trends, and inventory levels without manual browsing.

This skill serves as a bridge between raw Amazon data and actionable intelligence. It supports multiple dimensions of data, including current pricing for Amazon and third-party sellers, historical price points, and Best Seller Rank (BSR) metrics, ensuring that your AI agent has the most accurate market data available.

Keepa API Client Use Cases

  • Tracking historical price drops to find the optimal time for product procurement.
  • Monitoring competitor performance by analyzing Sales Rank trends over 90 or 180 days.
  • Automating product research by searching keywords and categories for high-rated items.
  • Bulk auditing ASIN lists to verify current stock status and Buy Box pricing across different international domains.

How Keepa API Client Works

  1. Configuration Check: The skill verifies the existence of a valid Keepa API key in the local or project-level configuration.
  2. Parameter Analysis: It interprets the user command to identify the target ASIN, marketplace (e.g., US, UK, JP), and requested time range.
  3. API Execution: A curl request is dispatched to the Keepa API endpoints, including specific tokens for product data, searches, or best seller lists.
  4. Data Parsing: The raw JSON response is filtered using jq to extract essential metadata such as titles, brands, and ratings.
  5. Output Generation: The skill formats the data into a clean, human-readable table or a structured JSON object for further automated processing within Openclaw Skills.

Keepa API Client Setup

To get started with this skill, ensure you have the necessary dependencies installed on your system:

# Install curl and jq
brew install curl jq

Next, configure your API credentials. You must obtain an API key from Keepa and save it to your local configuration file at ~/.teamclaw-skills/keepa-api/CONFIG.md using the following format:

---
api_key: your-keepa-api-key-here
marketplace: US
default_days: 90
output_format: table
---

Keepa API Client Data Schema & Taxonomy

The skill organizes e-commerce data into a structured taxonomy for easy interpretation:

Attribute Description
Product Info Title, Brand, Category, and high-resolution Image URLs
Price Metrics Current Amazon price, 3rd party new/used prices, and Buy Box status
History Data Lowest, highest, and average price points over a defined period
Market Rank Best Seller Rank (BSR) and category-specific ranking trends
Social Proof Rating scores (0-5) and total customer review counts

Keepa API Client Advanced Features

  • Global Marketplace Support: Seamlessly switch between domains like amazon.com, amazon.co.uk, and amazon.co.jp using simple flags.
  • Batch Processing: Query multiple ASINs in a single request to optimize token usage and speed up data collection.
  • Multi-Dimensional Analysis: Combine price history with BSR trends to correlate price changes with sales velocity.
  • Flexible Integration: Output data in JSON format for use in complex Openclaw Skills automation pipelines and custom dashboards.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*