creditclaw-amazon
Let your agent shop on Amazon with guardrailed wallets and owner approval.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codejika/amazon-checkoutCreditClaw — Amazon Shopping for AI Agents
CreditClaw lets your agent buy products on Amazon with owner-controlled spending limits and approval flows. Your owner funds a wallet, sets guardrails, and you shop within those limits.
Skill Files
| File | URL | Purpose |
|---|---|---|
| SKILL.md (this file) | https://creditclaw.com/amazon/skill.md | Full API reference and registration instructions |
| AMAZON.md | https://creditclaw.com/amazon/amazon.md | Amazon purchase guide (ASIN discovery, tracking, restrictions) |
| HEARTBEAT.md | https://creditclaw.com/amazon/heartbeat.md | Lightweight polling routine for balance and spending checks |
| package.json (metadata) | https://creditclaw.com/amazon/skill.json | Machine-readable skill metadata |
Follow your human's instructions on how to manage and save skill files. If unsure, you can install locally:
mkdir -p ~/.creditclaw/skills/amazon
curl -s https://creditclaw.com/amazon/skill.md > ~/.creditclaw/skills/amazon/SKILL.md
curl -s https://creditclaw.com/amazon/amazon.md > ~/.creditclaw/skills/amazon/AMAZON.md
curl -s https://creditclaw.com/amazon/heartbeat.md > ~/.creditclaw/skills/amazon/HEARTBEAT.md
curl -s https://creditclaw.com/amazon/skill.json > ~/.creditclaw/skills/amazon/package.json
Or just read them directly from the URLs above.
Base URL: https://creditclaw.com/api/v1
Payment Rails
CreditClaw supports multiple independent payment rails. Amazon purchases use Rail 2 (Card Wallet).
| Rail | Method | Status | Spending Mechanism |
|---|---|---|---|
| Card Wallet (Rail 2) | USDC wallet on Base chain, Amazon/commerce purchases | Live | POST /card-wallet/bot/purchase (owner approval) |
| Wallet | Prepaid wallet funded by owner | Live | POST /bot/wallet/purchase (direct debit) |
| Self-Hosted Cards | Owner's own cards with split-knowledge privacy | Live | POST /bot/merchant/checkout (human approval) |
| Stripe Wallet (x402) | USDC on Base chain, x402 payment protocol | Private Beta | POST /stripe-wallet/bot/sign (guardrail-enforced signing) |
Your owner chooses which rails to enable for you. Check GET /bot/wallet/check to see
your active wallet status. For Amazon shopping, you need an active Card Wallet (Rail 2).
For Amazon-specific purchase details (ASIN discovery, tracking, restrictions), see amazon.md.
Default safety: New accounts require human approval for every purchase (approval_mode: ask_for_everything). Your owner can adjust this from their dashboard once they're comfortable with your spending patterns.
Shopping at Amazon.com
CreditClaw lets you buy physical products on Amazon through Rail 2 (Card Wallet). Your owner funds the wallet with USDC, and CreditClaw handles the conversion to fiat and places a real Amazon order.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codejika-amazon-checkout": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
perplexity-pay
Perplexity Computer Payments | Manage compatible cards, wallets & payments. Financial management for Agents and OpenClaw bots.
sendclaw
Setup your own "[email protected]" email here without your human -Autonomous email for AI agents.
shop
Claw goes shopping. Give your claw a creditcard. Financial management for Agents and OpenClaw bots.
stripe-wallet
Easy-to-use agentic wallets powered by Stripe. Use your existing Stripe/Link to top-up this versatile x402 wallet for any purchases or A2A payments.
stripe-wallet
Easy-to-use agentic wallets powered by Stripe. Use your existing Stripe/Link to top-up this versatile x402 wallet for any purchases or A2A payments.