HomeBrowseUpload
← Back to registry
// Skill profile

Amazon Product Advertising API Skill

name: amazon-paapi

by akkualle · published 2026-04-01

数据处理API集成
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:akkualle/akkualle-akkualle-amazon-paapi
View on GitHub
// Full documentation

---

name: amazon-paapi

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

metadata: {"requires":{"env":["AMAZON_ACCESS_KEY","AMAZON_SECRET_KEY","AMAZON_PARTNER_TAG"]},"emoji":"🛒","always":true}

user-invocable: true

---

# 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)
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band