Scuttlepay banner
jarrodwatts jarrodwatts

Scuttlepay

AI community

Description

A bank account for AI agents. Give your AI agent its own wallet with spending controls — no credit card required. Built with Claude Code for the Cerebral Valley 'Built with Opus 4.6' hackathon.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Built with Opus 4.6 — a Claude Code hackathon](cc-hackathon.png)

ScuttlePay

[ScuttlePay](https://www.scuttlepay.com) lets AI agents buy things online - no humans (or credit cards) required.

  • **For merchants**: Allow AI agents to discover and purchase products from your store.

    1. A Shopify plugin that exposes your store's products to AI agents via an API.
    2. An admin dashboard for merchants to see purchases made by AI agents on their store.
  • **For agents**: Browse items and buy products - without a human in the loop!

    1. A User dashboard where you can add funds and set spending limits for your AI agents.
    2. An agent skill to teach agents how to autonomously purchase products.

![ScuttlePay merchant vs customer](scuttlepay-merchant-v-customer.png)

How It Works

Architecture

┌─────────────┐     REST API      ┌──────────────────────────────────────────────┐
│  AI Agent   │◄────(sk_* key)───►│              ScuttlePay                      │
│  (Claude)   │                   │                                              │
└─────────────┘                   │  ┌──────────┐  ┌──────────┐  ┌───────────┐  │
                                  │  │  Spending │  │  Wallet   │  │  Payment  │  │
                                  │  │  Policies │  │  Service  │  │  Service  │  │
                                  │  └────┬─────┘  └────┬──────┘  └─────┬─────┘  │
                                  │       │             │               │         │
                                  │       ▼             ▼               ▼         │
                                  │  ┌─────────┐  ┌──────────┐  ┌───────────┐   │
                                  │  │ Postgres │  │ thirdweb │  │  Stripe   │   │
                                  │  │          │  │ Engine   │  │  x402     │   │
                                  │  └──────────┘  └────┬─────┘  └─────┬─────┘  │
                                  └─────────────────────┼──────────────┼────────┘