← Back to Skills Marketplace
jcbuer

Amazon Paapi

by jcbuer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install amazon-paapi
Description
Official Amazon PA API for product info, prices, and reviews
README (SKILL.md)

Amazon Product Advertising API (PA API) Skill

Description

Offizielle Amazon API für Produktinformationen, Preise und Bewertungen.

Commands

Produktinformationen abrufen

ama-api B0BQXKDZGK

ASIN zum Tracker hinzufügen

ama B0BQXKDZGK

Alle Produkte anzeigen

ama --list

Setup

1. Amazon Associates Konto erstellen

2. PA API Zugriff aktivieren

  • Im Associates Dashboard: "Tools" → "Product Advertising API"
  • Credentials generieren
  • Access Key + Secret Key kopieren

3. Credentials speichern

echo 'AMAZON_ACCESS_KEY=AKIA...' >> ~/.env
echo 'AMAZON_SECRET_KEY=...' >> ~/.env
echo 'AMAZON_PARTNER_TAG=deinname-21' >> ~/.env

Limits

  • 1 Request/Sec (throttled)
  • 8640 Requests/Tag (mit Verdienst)
  • 1 Request/5 Sec (ohne Verdienst)

Output Beispiel

✅ Produkt gefunden!
Titel: Samsung The Frame 55 Zoll QLED 4K
Preis: €1.199,00
Bewertung: 4.5 von 5 Sternen
URL: https://www.amazon.de/dp/B0BQXKDZGK

Notes

  • API ist kostenlos
  • Braucht aktives Associates Konto
  • Bei Inaktivität (keine Verkäufe 180 Tage) kann API deaktiviert werden
Usage Guidance
Before installing, treat the Amazon access key and secret key as sensitive. Prefer a credential manager or protected environment configuration, restrict any local `.env` file permissions, and avoid committing or syncing it. Also expect this version to provide only the declared `ama-api` lookup command, despite documentation mentioning additional tracker commands.
Capability Assessment
Purpose & Capability
The code and documentation align around fetching Amazon product information by ASIN using Amazon PA API-related settings; no unrelated file access, destructive behavior, or hidden secondary purpose was found.
Instruction Scope
Instructions are mostly scoped to product lookup, though the docs mention commands such as `ama` and tracking/listing that are not implemented in the declared command metadata.
Install Mechanism
The package uses a simple shell wrapper and Python script; the wrapper hardcodes an expected skill install path, which is brittle but not a security issue.
Credentials
Network use is limited to an Amazon PA API endpoint and is proportionate to the stated product lookup purpose.
Persistence & Privilege
The setup tells users to store Amazon access keys and partner tag in a local `.env` file, which is disclosed and purpose-aligned but lacks safer credential-storage and file-permission guidance.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install amazon-paapi
  3. After installation, invoke the skill by name or use /amazon-paapi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the official Amazon Product Advertising API skill. - Retrieve product information, prices, and reviews using Amazon's PA API. - Add products to a tracker and list all tracked ASINs via simple commands. - Step-by-step setup instructions for obtaining and saving Amazon API credentials. - German-language descriptions and examples included. - API usage limits clearly noted.
Metadata
Slug amazon-paapi
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Amazon Paapi?

Official Amazon PA API for product info, prices, and reviews. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Amazon Paapi?

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

Is Amazon Paapi free?

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

Which platforms does Amazon Paapi support?

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

Who created Amazon Paapi?

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

💬 Comments