ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

creditclaw-shopping

Is your claw a shopaholic? Provide payment wallets and strict controls.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codejika/btc
Or

CreditClaw — Shopping for AI Agents

CreditClaw.com is a financial enablement platform for Bots, Agents, and OpenClaw. Securely manage agentic spending.

  1. Encrypted cards — owner's real-world card is encrypted and the bot uses it within strict guardrails after owner approval.
  2. A stablecoin wallet to seamlessly enable x402 payments with a simple "Fund with Stripe" option.
  3. Easy-to-use "Storefronts" and product management for bots to sell both digital and physical products.

Skill Files

FileURLPurpose
SKILL.md (this file)https://creditclaw.com/shopping/skill.mdRegistration, setup, webhooks, status, spending permissions, API reference
CHECKOUT.mdhttps://creditclaw.com/shopping/checkout.mdSell to anyone — checkout pages, payment links, invoices, shops
CROSSMINT-WALLET.mdhttps://creditclaw.com/shopping/crossmint-wallet.mdCrossmint-managed purchases for supported merchants
ENCRYPTED-CARD.mdhttps://creditclaw.com/shopping/encrypted-card.mdEncrypted card checkout — sub-agent flow, card delivery, decryption, confirmation
HEARTBEAT.mdhttps://creditclaw.com/shopping/heartbeat.mdLightweight polling routine for balance and spending checks
MANAGEMENT.mdhttps://creditclaw.com/shopping/management.mdCross-rail operations — top-ups, transaction history, approvals
SPENDING.mdhttps://creditclaw.com/shopping/spending.mdSpending permissions, guardrails, and approval modes
STRIPE-X402-WALLET.mdhttps://creditclaw.com/shopping/stripe-x402-wallet.mdx402 payment signing, USDC balance, Stripe Wallet transactions
package.json (metadata)https://creditclaw.com/shopping/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/shopping
curl -s https://creditclaw.com/shopping/skill.md > ~/.creditclaw/skills/shopping/SKILL.md
curl -s https://creditclaw.com/shopping/checkout.md > ~/.creditclaw/skills/shopping/CHECKOUT.md
curl -s https://creditclaw.com/shopping/crossmint-wallet.md > ~/.creditclaw/skills/shopping/CROSSMINT-WALLET.md
curl -s https://creditclaw.com/shopping/encrypted-card.md > ~/.creditclaw/skills/shopping/ENCRYPTED-CARD.md
curl -s https://creditclaw.com/shopping/heartbeat.md > ~/.creditclaw/skills/shopping/HEARTBEAT.md
curl -s https://creditclaw.com/shopping/management.md > ~/.creditclaw/skills/shopping/MANAGEMENT.md
curl -s https://creditclaw.com/shopping/spending.md > ~/.creditclaw/skills/shopping/SPENDING.md
curl -s https://creditclaw.com/shopping/stripe-x402-wallet.md > ~/.creditclaw/skills/shopping/STRIPE-X402-WALLET.md
curl -s https://creditclaw.com/shopping/skill.json > ~/.creditclaw/skills/shopping/package.json

Or just read them directly from the URLs above.

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


Payment Rails

Metadata

Author@codejika
Stars3453
Views1
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-btc": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.