# Send Agentpay to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentpay",
    "name": "Agentpay",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kar69-96/agentpay",
    "canonicalUrl": "https://clawhub.ai/kar69-96/agentpay",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agentpay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentpay",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/cli-reference.md",
      "references/workflow.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agentpay",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:33:00.097Z",
      "expiresAt": "2026-05-06T15:33:00.097Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentpay",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentpay",
        "contentDisposition": "attachment; filename=\"agentpay-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentpay"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agentpay"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentpay",
    "downloadUrl": "https://openagent3.xyz/downloads/agentpay",
    "agentUrl": "https://openagent3.xyz/skills/agentpay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentpay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentpay/agent.md"
  }
}
```
## Documentation

### 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 examples
references/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

### 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 <txId>

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

TaskCommandBuy somethingnpx agentpay buy --merchant "Store" --description "Item" --url "https://..." --amount "29.99"Check pendingnpx agentpay pendingView budgetnpx agentpay budgetTransaction historynpx agentpay historyOpen dashboardnpx agentpay dashboard

### Important Rules

Never attempt to read, extract, or log payment credentials from the vault
Always include --merchant, --description, and --url when proposing a purchase
Always tell your human what you want to buy and why before proposing
If a checkout fails, check npx agentpay status for 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"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kar69-96
- Version: 0.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:33:00.097Z
- Expires at: 2026-05-06T15:33:00.097Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentpay)
- [Send to Agent page](https://openagent3.xyz/skills/agentpay/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentpay/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentpay/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentpay)