ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

amazon-paapi

Search Amazon products and get product details using Amazon Product Advertising API (PA-API). Use for product searches, price lookups, and affiliate links.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/akkualle/akkualle-amazon-paapi
Or

Amazon Product Advertising API Skill

This skill allows you to search for products on Amazon.de and retrieve product information using the Amazon PA-API.

Tools

amazon_search

Search for products on Amazon.

Usage:

amazon-search "search keywords" [--category CATEGORY] [--max-results N]

Examples:

  • amazon-search "wireless headphones"
  • amazon-search "gaming laptop" --category Electronics --max-results 5

amazon_product

Get details for a specific product by ASIN.

Usage:

amazon-product ASIN

Example:

  • amazon-product B09V3KXJPB

Environment Variables Required

  • AMAZON_ACCESS_KEY: Your Amazon PA-API Access Key
  • AMAZON_SECRET_KEY: Your Amazon PA-API Secret Key
  • AMAZON_PARTNER_TAG: Your Amazon Associates Partner Tag
  • AMAZON_HOST: Amazon API host (default: webservices.amazon.de)
  • AMAZON_REGION: AWS region (default: eu-west-1)

Metadata

Author@akkualle
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-akkualle-akkualle-amazon-paapi": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.