ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

creditclaw-amazon

Let your agent shop on Amazon with guardrailed wallets and owner approval.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codejika/amazon-checkout
Or

CreditClaw — 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

FileURLPurpose
SKILL.md (this file)https://creditclaw.com/amazon/skill.mdFull API reference and registration instructions
AMAZON.mdhttps://creditclaw.com/amazon/amazon.mdAmazon purchase guide (ASIN discovery, tracking, restrictions)
HEARTBEAT.mdhttps://creditclaw.com/amazon/heartbeat.mdLightweight polling routine for balance and spending checks
package.json (metadata)https://creditclaw.com/amazon/skill.jsonMachine-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).

RailMethodStatusSpending Mechanism
Card Wallet (Rail 2)USDC wallet on Base chain, Amazon/commerce purchasesLivePOST /card-wallet/bot/purchase (owner approval)
WalletPrepaid wallet funded by ownerLivePOST /bot/wallet/purchase (direct debit)
Self-Hosted CardsOwner's own cards with split-knowledge privacyLivePOST /bot/merchant/checkout (human approval)
Stripe Wallet (x402)USDC on Base chain, x402 payment protocolPrivate BetaPOST /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

Author@codejika
Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codejika-amazon-checkout": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.