/install agentpay
AgentPay — Secure Checkout for AI Agents
AgentPay lets you buy things from real merchant websites without ever seeing your human's payment credentials. Credentials stay encrypted on the human's machine. You propose purchases; your human approves cryptographically.
References
references/cli-reference.md— All CLI commands with examplesreferences/workflow.md— Step-by-step purchase workflow and error handling
Setup (one-time, human does this)
npx agentpay setup
The human enters their card details and sets a passphrase. Takes ~2 minutes. After this, the agent can propose purchases.
To set spending limits:
npx agentpay budget --set 500 --limit-per-tx 100
Core Workflow
1. Propose a purchase
npx agentpay buy \
--merchant "Amazon" \
--description "Wireless keyboard, Logitech K380" \
--url "https://www.amazon.com/dp/B0148NPH9I" \
--amount "39.99"
This creates a pending purchase mandate. The human must approve it.
2. Human approves
npx agentpay pending # list pending purchases
npx agentpay approve \x3CtxId>
Once approved, the headless browser handles checkout automatically. The agent never sees the card number — credentials are injected directly into the page from the encrypted vault.
3. Check status
npx agentpay status # wallet status + recent transactions
npx agentpay history # full transaction log
MCP Server
AgentPay includes a built-in MCP server for direct tool integration:
npx agentpay mcp # stdio transport (default)
npx agentpay mcp --http # HTTP transport
This exposes AgentPay operations as MCP tools that any compatible agent can call directly.
Quick Actions
| Task | Command |
|---|---|
| Buy something | npx agentpay buy --merchant "Store" --description "Item" --url "https://..." --amount "29.99" |
| Check pending | npx agentpay pending |
| View budget | npx agentpay budget |
| Transaction history | npx agentpay history |
| Open dashboard | npx agentpay dashboard |
Important Rules
- Never attempt to read, extract, or log payment credentials from the vault
- Always include
--merchant,--description, and--urlwhen proposing a purchase - Always tell your human what you want to buy and why before proposing
- If a checkout fails, check
npx agentpay statusfor error details — do not retry without telling the human - Respect budget limits. If a purchase exceeds the per-transaction limit, inform the human instead of splitting into multiple transactions
Ideas to Try
- "Order me a new phone charger under $20 from Amazon"
- "Restock my usual coffee beans from the same store as last time"
- "Find the cheapest flight to Madrid and book it for me"
- "Buy the textbook I need for next semester"
- "Subscribe me to that newsletter we were looking at"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentpay - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentpay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1222 次。
如何安装 Agentpay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentpay」即可一键安装,无需额外配置。
Agentpay 是免费的吗?
是的,Agentpay 完全免费(开源免费),可自由下载、安装和使用。
Agentpay 支持哪些平台?
Agentpay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentpay?
由 kar69-96(@kar69-96)开发并维护,当前版本 v0.2.0。