A comprehensive automation bridge for AI agents to interact with Amazon Seller Partner API for order fulfillment and inventory management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-spapi
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-spapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Amazon SP-API skill is a robust integration designed to connect AI coding agents with the Amazon Seller ecosystem. By leveraging this tool within your collection of Openclaw Skills, you can automate the retrieval of order data, monitor FBA inventory levels, and perform real-time price updates across multiple global marketplaces.
This skill simplifies the complexity of the Amazon SP-API by providing ready-to-use scripts for Node.js environments. It handles the intricacies of Login with Amazon (LWA) authentication and token management, allowing your agent to focus on high-level business logic and data analysis rather than API plumbing.
Install the core library required for the skill to communicate with Amazon:
npm install amazon-sp-api
Create a file named amazon-sp-api.json with your developer credentials:
{
"lwaClientId": "YOUR_CLIENT_ID",
"lwaClientSecret": "YOUR_CLIENT_SECRET",
"refreshToken": "YOUR_REFRESH_TOKEN",
"region": "eu",
"marketplace": "YOUR_MARKETPLACE_ID",
"sellerId": "YOUR_SELLER_ID"
}
Set the AMAZON_SPAPI_PATH environment variable to point to this file.
Run the authentication test script to ensure your Openclaw Skills setup is correct:
node scripts/auth.js
The skill manages data through structured JSON inputs and outputs to ensure compatibility with AI processing.
| Object | Description | Key Fields |
|---|---|---|
| Orders | Data retrieved via orders.js | OrderId, OrderStatus, PurchaseDate, OrderTotal |
| Inventory | Data retrieved via inventory.js | SKU, TotalQuantity, FulfillmentCenterId |
| Listing | Pricing and status data | SKU, Price, CurrencyCode, Status |
Loading
Automate the transformation of static product images into cinematic short-form videos using the Runway Gen-4 Turbo API.

An automated pipeline to audit Amazon listings for non-square images, pad them to 2000x2000 white backgrounds, and re-upload via SP-API.

An automated tool to audit, pad, and re-upload Amazon product images to ensure they meet the 1:1 aspect ratio requirement.

An official Google CLI and Model Context Protocol (MCP) server that provides seamless access to the entire Google Workspace API suite for developers and AI agents.

An automated pipeline for creating professional 1080x1920 short-form video ads from raw supplier or dropshipping source footage.

A Python-based automation tool for generating TikTok-style short-form videos with animated pill captions and product presets.








































