← 返回 Skills 市场
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install amazon-paapi
功能描述
Official Amazon PA API for product info, prices, and reviews
使用说明 (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
- Website: https://affiliate-program.amazon.de/
- Kostenlos registrieren
- Website/App angeben (kann auch ein Blog/Social Media sein)
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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amazon-paapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/amazon-paapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Amazon Paapi 是什么?
Official Amazon PA API for product info, prices, and reviews. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 Amazon Paapi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amazon-paapi」即可一键安装,无需额外配置。
Amazon Paapi 是免费的吗?
是的,Amazon Paapi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Amazon Paapi 支持哪些平台?
Amazon Paapi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amazon Paapi?
由 jcbuer(@jcbuer)开发并维护,当前版本 v1.0.0。
推荐 Skills