Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Amazon SP-API skill for OpenClaw agents. Fetch orders, check FBA inventory, manage listings and pricing. Works with any marketplace and seller account.
Amazon SP-API skill for OpenClaw agents. Fetch orders, check FBA inventory, manage listings and pricing. Works with any marketplace and seller account.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Fetch orders, check FBA inventory, and manage listings โ plug-and-play for any OpenClaw agent.
npm install amazon-sp-api
{ "lwaClientId": "amzn1.application-oa2-client.YOUR_CLIENT_ID", "lwaClientSecret": "YOUR_CLIENT_SECRET", "refreshToken": "Atzr|YOUR_REFRESH_TOKEN", "region": "eu", "marketplace": "YOUR_MARKETPLACE_ID", "sellerId": "YOUR_SELLER_ID" } Save as amazon-sp-api.json. Set AMAZON_SPAPI_PATH env var to point to it (default: ./amazon-sp-api.json). Regions: na | eu | fe Marketplace IDs: Full list
node scripts/auth.js
node scripts/orders.js --list # last 7 days node scripts/orders.js --list --days 30 node scripts/orders.js --list --status Unshipped node scripts/orders.js --list --out orders.json node scripts/orders.js --get ORDER-ID
node scripts/inventory.js node scripts/inventory.js --sku "MY-SKU" node scripts/inventory.js --out inventory.json
node scripts/listings.js --get "MY-SKU" node scripts/listings.js --update "MY-SKU" --price 99.00 node scripts/listings.js --update "MY-SKU" --price 99.00 --currency USD
Tokens auto-refresh via LWA โ no manual management Keep credential files at chmod 600 Respect SP-API rate limits per endpoint
skill-amazon-ads โ Campaign & bid management
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.