amazon-sp

Consolidate Amazon SP-API access across inventory, orders, pricing, and finances.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cgk-platform/cgk --skill amazon-sp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-sp
Source: https://github.com/cgk-platform/cgk/tree/main/openclaw-skills/amazon-sp
Command: npx skills add https://github.com/cgk-platform/cgk --skill amazon-sp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill consolidates access to Amazon SP-API across inventory, orders, catalog/listings, pricing, feeds, and finances to streamline integration and automation.

Core Features & Use Cases

  • Consolidated SP-API client with token management, retries, rate-limit handling, and sandbox-ready endpoints.
  • Supports core modules: inventory, orders, catalog/listings, pricing/fees, feeds, finances, and reports.
  • Use cases include inventory checks, order lookup, price estimates, and financial event aggregation across multiple regions.

Quick Start

Validate credentials with the health-check, then run an inventory task to verify end-to-end SP-API access.

Frequently Asked Questions about amazon-sp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Amazon SP-API access across inventory, orders, and finances?

You can automate Amazon SP-API access across inventory, orders, and finances using a zero-dependency Python client. It consolidates modules with LWA-based authentication, token caching, and consistent HTTP facades for end-to-end workflow automation.

Can I use Amazon SP-API across multiple regions like NA, EU, and FE?

Yes, the Amazon SP-API client supports per-workspace configuration across NA, EU, and FE regions. This allows you to manage inventory checks, order lookups, and financial event aggregation seamlessly across different regional endpoints.

How does the Python client handle SP-API rate limits and errors?

The SP-API Python client handles rate limits and errors through automated retries, rate-limit logging, and robust error handling. This ensures reliable execution of feeds, pricing, and catalog tasks without manual intervention.

Do I need external libraries to run Amazon SP-API workflows in Python?

No, you do not need external libraries to run Amazon SP-API workflows. The client is a zero-dependency Python solution that manages token caching, sandbox-ready endpoints, and HTTP facades natively.

What is the best way to validate Amazon SP-API credentials before running tasks?

The best way to validate Amazon SP-API credentials is by running a health-check. Once validated, you can execute an inventory task to verify end-to-end SP-API access and ensure your LWA authentication is configured correctly.

Why does my Amazon SP-API integration need LWA-based authentication?

Your Amazon SP-API integration needs LWA-based authentication to securely authorize access to orders, pricing, and feeds modules. The client manages this process with token caching to maintain persistent and secure API connections.