LaunchKit · 2026
Back to Skills

Buy things from real websites on behalf of your human.

2
917 downloads
by @kar69-96

Setup & Installation

openclaw skills install @kar69-96/agentpay

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agentpay

Version History

v0.2.0Feb 9, 2026 - Version note by skill developer:

- Version bump to 0.2.0 with no file changes detected. - Documentation, behavior, and interface remain unchanged from the previous version.

What This Skill Does

AgentPay enables AI agents to propose and complete purchases on real merchant websites without ever accessing payment credentials. The human stores card details in an encrypted local vault and cryptographically approves each transaction. A headless browser handles checkout automatically after approval.

Unlike giving an agent direct card access or using a shared credential, AgentPay keeps payment details fully encrypted on the user's machine and requires explicit per-transaction approval before any money moves.

When to use it

  • Ordering office supplies from Amazon on behalf of a user
  • Restocking recurring purchases like coffee or household items
  • Booking flights or travel after finding the best price
  • Buying a required textbook or course material
  • Proposing a product purchase for human review before committing

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Order me a Logitech K380 keyboard from Amazon'

AGENT
  1. 1Runs `npx agentpay buy --merchant "Amazon" --description "Wireless keyboard, Logitech K380" --url "https://www.amazon.com/dp/B0148NPH9I" --amount "39.99"` to create a pending mandate
  2. 2Notifies the user that a purchase has been proposed and is awaiting approval
  3. 3User runs `npx agentpay approve <txId>` to cryptographically authorize the transaction
  4. 4Headless browser completes checkout, injecting credentials from the encrypted vault without exposing them to the agent
  5. 5Agent runs `npx agentpay status` to confirm the transaction completed
OUTPUT

Purchase confirmed. Logitech K380 ordered for $39.99 from Amazon.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AgentPay account or vault setup via `npx agentpay setup` (requires entering card details and setting a passphrase)