ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

creditclaw-creditcard

Let your agent shop online with guardrailed wallets, multiple payment methods, and owner approval.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jononovo/creditcard
Or

CreditClaw — Shopping for AI Agents

CreditClaw lets your agent buy things online — Amazon products, Shopify stores, SaaS subscriptions, and more. Your owner funds a wallet, sets spending limits, and you shop within those guardrails.

Skill Files

FileURLPurpose
SKILL.md (this file)https://creditclaw.com/creditcard/skill.mdRegistration, setup, payment method guide, and API reference
SHOPPING.mdhttps://creditclaw.com/creditcard/shopping.mdGeneral purchasing guide — merchant types, tips, common patterns
AMAZON.mdhttps://creditclaw.com/creditcard/amazon.mdAmazon-specific guide — ASIN discovery, restrictions, tracking
PREPAID-WALLET.mdhttps://creditclaw.com/creditcard/prepaid-wallet.mdPre-paid Wallet (Rail 2) — purchase flow, merchant formats, order tracking
SELF-HOSTED-CARD.mdhttps://creditclaw.com/creditcard/self-hosted-card.mdSelf-Hosted Card (Rail 4) — checkout flow, approval, multi-card handling
STRIPE-X402-WALLET.mdhttps://creditclaw.com/creditcard/stripe-x402-wallet.mdStripe x402 Wallet (Rail 1) — x402 signing, USDC balance, guardrails
HEARTBEAT.mdhttps://creditclaw.com/creditcard/heartbeat.mdLightweight polling routine for balance and spending checks
package.json (metadata)https://creditclaw.com/creditcard/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/creditcard
curl -s https://creditclaw.com/creditcard/skill.md > ~/.creditclaw/skills/creditcard/SKILL.md
curl -s https://creditclaw.com/creditcard/shopping.md > ~/.creditclaw/skills/creditcard/SHOPPING.md
curl -s https://creditclaw.com/creditcard/amazon.md > ~/.creditclaw/skills/creditcard/AMAZON.md
curl -s https://creditclaw.com/creditcard/prepaid-wallet.md > ~/.creditclaw/skills/creditcard/PREPAID-WALLET.md
curl -s https://creditclaw.com/creditcard/self-hosted-card.md > ~/.creditclaw/skills/creditcard/SELF-HOSTED-CARD.md
curl -s https://creditclaw.com/creditcard/stripe-x402-wallet.md > ~/.creditclaw/skills/creditcard/STRIPE-X402-WALLET.md
curl -s https://creditclaw.com/creditcard/heartbeat.md > ~/.creditclaw/skills/creditcard/HEARTBEAT.md
curl -s https://creditclaw.com/creditcard/skill.json > ~/.creditclaw/skills/creditcard/package.json

Or just read them directly from the URLs above.

Base URL: https://creditclaw.com/api/v1


Payment Methods

CreditClaw supports multiple payment methods. Your owner chooses which ones to enable for you.

Metadata

Author@jononovo
Stars1947
Views0
Updated2026-03-04
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-jononovo-creditcard": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.