agentpay
Buy things from real websites on behalf of your human. Use when you need to purchase a product, complete a checkout, order something online, or propose a purchase for human approval. Handles encrypted credential storage, cryptographic purchase mandates, and headless browser checkout on any merchant site. The agent never sees the card.
Why use this skill?
Safely automate your online shopping with AgentPay. Buy items on any website with encrypted credentials and human-approved mandates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kar69-96/agentpayWhat This Skill Does
AgentPay is a secure, headless checkout assistant designed to integrate directly with merchant websites on your behalf. By leveraging encrypted local vaults, it allows your AI agent to propose and complete purchases without ever exposing your sensitive credit card information to the agent process itself. When you trigger a purchase, the agent generates a cryptographically signed mandate that requires your explicit approval. Once confirmed, the skill utilizes a headless browser environment to navigate to the target merchant, inject payment credentials from the vault, and finalize the transaction. This ensures a seamless shopping experience while maintaining strict financial security and privacy standards.
Installation
To begin, ensure your OpenClaw environment is configured, then run the installation command in your terminal:
clawhub install openclaw/skills/skills/kar69-96/agentpay
Once installed, you must perform the one-time setup to link your payment method securely:
npx agentpay setup
Follow the prompts to input your card details and define a master passphrase. You can further secure your account by setting spending limits using the budget command:
npx agentpay budget --set 500 --limit-per-tx 100
Use Cases
AgentPay is ideal for automating repetitive commerce tasks. Common use cases include ordering recurring household supplies like coffee beans or toiletries, purchasing specific items identified during research, such as tech accessories or books, and handling time-sensitive booking tasks like travel tickets. Because it supports headless checkout, it works on any standard web-based storefront, making it highly versatile for general consumer shopping.
Example Prompts
- "I need a new USB-C cable for my laptop, please find one under $15 on Amazon and prepare the purchase for my approval."
- "It looks like we are running low on the espresso beans we usually get from the store, can you check the site and reorder the same package?"
- "Please find the cheapest flight to Madrid for next Tuesday and propose a booking for me."
Tips & Limitations
Always communicate with your human regarding the purchase intent before calling the buy command. Never attempt to circumvent the approval workflow; the human must authorize every transaction to maintain security. If a checkout fails due to page updates or site errors, check npx agentpay status to diagnose the issue before attempting a retry. Note that while AgentPay handles the transaction, it cannot resolve complex multi-step account login challenges or CAPTCHAs that require human intervention.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kar69-96-agentpay": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api