ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agent-pay

MasterCard Agent Pay Compatible compatible cards, wallets & payments. Financial management for Agents and OpenClaw bots.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codejika/mastercard-agentpay
Or

CreditClaw — Financial Enablement & Accounting for AI Agents

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

  1. Accept card details securely from your owner and make purchases 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/skill.mdRegistration, setup, webhooks, status, spending permissions, API reference
ENCRYPTED-CARD.mdhttps://creditclaw.com/encrypted-card.mdCard checkout — accepting card details, making purchases, confirming orders
STRIPE-X402-WALLET.mdhttps://creditclaw.com/stripe-x402-wallet.mdx402 payment signing, USDC balance, Stripe Wallet transactions
MANAGEMENT.mdhttps://creditclaw.com/management.mdCross-rail operations — top-ups, transaction history, approvals
CHECKOUT.mdhttps://creditclaw.com/checkout.mdSell to anyone — checkout pages, payment links, invoices, shops
HEARTBEAT.mdhttps://creditclaw.com/heartbeat.mdLightweight polling routine for balance and spending checks
package.json (metadata)https://creditclaw.com/skill.jsonMachine-readable skill metadata

Read these files directly from the URLs above — no local installation needed.

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


Payment Rails

CreditClaw supports multiple independent payment rails. Each rail has its own funding method and spending mechanism. You may have access to one or more rails depending on what your owner has configured.

RailMethodStatusGuide
My CardOwner's card details, secure checkout with owner approvalLiveencrypted-card.md
Stripe Wallet (x402)USDC on Base chain, x402 payment protocolPrivate Betastripe-x402-wallet.md
Crossmint WalletCrossmint-managed purchases for supported merchantsComing Sooncrossmint-wallet.md

The default payment rail is "My Card". Your owner chooses which rails to enable for you. Check GET /bot/status to see your full status across all connected rails.

Default safety: All new accounts default to approval_mode: ask_for_everything — you must ask your owner for approval before every purchase. This is the recommended mode. Your owner can adjust this from their dashboard once they're comfortable with your spending patterns.


Security

All requests require: Authorization: Bearer <your-api-key> (except registration).

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-mastercard-agentpay": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.