LaunchKit · 2026
Back to Skills

amazon-orders

Download and query your Amazon order history via an unofficial Python API and CLI.

0
798 downloads
by @pfernandez98

Setup & Installation

openclaw skills install @pfernandez98/amazon-orders

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install amazon-orders

What This Skill Does

Downloads and queries Amazon.com order history using an unofficial scraper-based Python package. Supports year-based and time-filtered lookups, full order details, and CLI or library usage. Works with MFA via TOTP secret key.

When to use it

  • Pulling last 30 days of Amazon orders to review spending
  • Exporting a full year of order history to JSON
  • Searching for a specific past order by checking recent history
  • Automating order tracking with environment variable credentials
  • Getting full order details including item-level breakdowns

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: "How much did I spend on Amazon last month?"

AGENT
  1. 1Runs amazon-orders history --last-30-days --full-details
  2. 2Parses the output for order totals
  3. 3Sums up the grand_total across all orders
OUTPUT

12 orders totaling $847.32 in the last 30 days

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Amazon.com account credentials (username, password)AMAZON_OTP_SECRET_KEY for MFA-enabled accounts