← Back to Skills Marketplace
akkualle

Amazon PA-API Integration

by Akkualle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install akkualle-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.
README (SKILL.md)

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)
Usage Guidance
What to check before installing: 1) Confirm the authoritative source and homepage/author — this skill has no source URL or repo. 2) Ask the author how amazon-search and amazon-product are provided (install package, wrapper, or expected preinstalled CLI). Do not supply API keys until you understand where code runs. 3) Resolve the metadata mismatch: registry says no env vars and no always flag, SKILL.md requires PA-API keys and sets always:true — ask which is correct. 4) If you must test, use isolated environment and short-lived/limited credentials (dedicated PA-API keys or rotated keys / limited-scope account), and monitor usage; do not reuse production AWS credentials. 5) Prefer a skill with a verifiable source (GitHub release or official package) and an install spec that clearly provides the required binaries. If the author cannot clarify these inconsistencies, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: akkualle-amazon-paapi Version: 1.0.0 The skill bundle contains only metadata and documentation for an Amazon Product Advertising API integration. The files (_meta.json and SKILL.md) describe standard functionality for searching products and retrieving details using legitimate Amazon API credentials. No executable code or malicious instructions were found in the provided content.
Capability Assessment
Purpose & Capability
The skill's purpose (calling Amazon Product Advertising API) legitimately requires AMAZON_ACCESS_KEY, AMAZON_SECRET_KEY, and AMAZON_PARTNER_TAG — those credentials are proportionate to the stated function. However, the registry metadata claims no required env vars while the SKILL.md metadata declares three required env vars; that inconsistency weakens trust in the packaging.
Instruction Scope
SKILL.md instructs the agent to use CLI tools named amazon-search and amazon-product, but there is no install spec, no bundled binaries, and the registry lists no required binaries. This leaves unclear how those commands are provided or executed. The instructions otherwise only refer to Amazon API host/region and the PA-API credentials (expected), and do not ask to read unrelated local files.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which is low disk/write risk. But because the instructions assume external CLI tools that are not provided, it's unclear whether the agent will attempt to call nonexistent commands, fallback to other behaviors, or attempt to download/install tooling at runtime — that ambiguity is concerning.
Credentials
The three Amazon PA-API credentials requested in SKILL.md are appropriate for the stated purpose. However the registry metadata does not declare these required env vars (mismatch). SKILL.md also mentions optional AMAZON_HOST and AMAZON_REGION that are not declared as required; the skill's declared/actual credential requirements are inconsistent.
Persistence & Privilege
SKILL.md metadata includes always: true (force-include), which is a significant privilege if accurate. The registry flags show always:false — this conflict is noteworthy because if the skill is actually always-enabled it widens exposure of supplied credentials. Confirm which source is authoritative before installing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install akkualle-amazon-paapi
  3. After installation, invoke the skill by name or use /akkualle-amazon-paapi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Amazon Product Advertising API - Product search, price lookup, affiliate links
Metadata
Slug akkualle-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 PA-API Integration?

Search Amazon products and get product details using Amazon Product Advertising API (PA-API). Use for product searches, price lookups, and affiliate links. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Amazon PA-API Integration?

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

Is Amazon PA-API Integration free?

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

Which platforms does Amazon PA-API Integration support?

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

Who created Amazon PA-API Integration?

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

💬 Comments