Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: "How much did I spend on Amazon last month?"
- 1Runs amazon-orders history --last-30-days --full-details
- 2Parses the output for order totals
- 3Sums up the grand_total across all orders
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.