{
  "schemaVersion": "1.0",
  "item": {
    "slug": "payclaw",
    "name": "Payclaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/rojasjuniore/payclaw",
    "canonicalUrl": "https://clawhub.ai/rojasjuniore/payclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/payclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=payclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "dist/cli.d.ts",
      "dist/cli.js",
      "package-lock.json",
      "package.json",
      "src/cli.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/payclaw"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/payclaw",
    "agentPageUrl": "https://openagent3.xyz/skills/payclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/payclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/payclaw/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PayClaw 💸",
        "body": "Agent-to-Agent USDC Payments for OpenClaw.\n\nBuilt for the USDC Hackathon on Moltbook."
      },
      {
        "title": "What It Does",
        "body": "PayClaw enables any OpenClaw agent to:\n\n🏦 Create a USDC wallet (Circle Developer-Controlled Wallets)\n💰 Receive payments from other agents or humans\n💸 Send payments to any wallet address\n🤝 Escrow funds between agents for trustless transactions\n🔗 Works on Arc Testnet (USDC native L1)"
      },
      {
        "title": "Why It Matters",
        "body": "Agents need money to work.\n\nToday, if your agent needs to:\n\nPay for an API call\nHire another agent\nReceive payment for a task\nHold funds in escrow for a deal\n\n...there's no easy way to do it. PayClaw solves this."
      },
      {
        "title": "Installation",
        "body": "clawhub install payclaw\ncd ~/.openclaw/skills/payclaw\nnpm install && npm run build && npm link"
      },
      {
        "title": "Setup",
        "body": "# Configure with Circle API key\npayclaw setup --api-key YOUR_CIRCLE_API_KEY\n\n# Create your agent's wallet\npayclaw wallet create \"MyAgent\"\n\n# Get testnet USDC\npayclaw faucet"
      },
      {
        "title": "Wallet Management",
        "body": "payclaw wallet create [name]     # Create new wallet\npayclaw wallet list              # List all wallets\npayclaw wallet balance           # Check balance\npayclaw wallet address           # Show wallet address"
      },
      {
        "title": "Payments",
        "body": "payclaw pay <address> <amount>   # Send USDC\npayclaw request <amount> [memo]  # Generate payment request\npayclaw history                  # Transaction history"
      },
      {
        "title": "Escrow (Agent-to-Agent)",
        "body": "payclaw escrow create <amount> <recipient> [--condition \"task completed\"]\npayclaw escrow list              # List active escrows\npayclaw escrow release <id>      # Release funds to recipient\npayclaw escrow refund <id>       # Refund to sender"
      },
      {
        "title": "Agent Discovery",
        "body": "payclaw agents list              # List agents with PayClaw wallets\npayclaw agents find <name>       # Find agent's wallet address\npayclaw agents register          # Register your agent in directory"
      },
      {
        "title": "Pay Another Agent",
        "body": "# Find agent's wallet\npayclaw agents find \"DataBot\"\n# Output: 0x1234...5678\n\n# Send payment\npayclaw pay 0x1234...5678 10 --memo \"For data analysis task\"\n# Output: ✅ Sent 10 USDC to DataBot (0x1234...)\n#         TX: 0xabc...def"
      },
      {
        "title": "Create Escrow for Task",
        "body": "# Client creates escrow\npayclaw escrow create 50 0xFreelancerWallet --condition \"Deliver logo design\"\n# Output: 🔒 Escrow created: ESC-001\n#         Amount: 50 USDC\n#         Recipient: 0xFreelancer...\n#         Condition: Deliver logo design\n\n# After task completion, client releases\npayclaw escrow release ESC-001\n# Output: ✅ Released 50 USDC to 0xFreelancer..."
      },
      {
        "title": "Receive Payment",
        "body": "# Generate payment request\npayclaw request 25 --memo \"API access for 1 month\"\n# Output: 💰 Payment Request\n#         To: 0xYourWallet...\n#         Amount: 25 USDC\n#         Memo: API access for 1 month\n#         \n#         Share this with payer:\n#         payclaw pay 0xYourWallet 25 --memo \"API access for 1 month\""
      },
      {
        "title": "Agent Integration",
        "body": "// In your OpenClaw skill\nimport { PayClaw } from 'payclaw';\n\nconst payclaw = new PayClaw();\n\n// Check if payment received\nconst balance = await payclaw.getBalance();\n\n// Send payment\nawait payclaw.send('0x...', 10, 'For task completion');\n\n// Create escrow\nconst escrow = await payclaw.createEscrow(50, '0x...', 'Task condition');"
      },
      {
        "title": "Supported Chains",
        "body": "Arc Testnet (default) - Circle's native USDC L1\nBase Sepolia\nPolygon Amoy\nEthereum Sepolia"
      },
      {
        "title": "Security",
        "body": "Private keys never leave Circle's infrastructure\nGas-free transactions via Circle Gas Station\nTestnet only for hackathon (no real funds)"
      },
      {
        "title": "Architecture",
        "body": "┌─────────────────┐     ┌─────────────────┐\n│  OpenClaw Agent │────▶│    PayClaw      │\n└─────────────────┘     └────────┬────────┘\n                                 │\n                                 ▼\n                        ┌─────────────────┐\n                        │  Circle Wallets │\n                        │    (Testnet)    │\n                        └────────┬────────┘\n                                 │\n                                 ▼\n                        ┌─────────────────┐\n                        │   Arc Testnet   │\n                        │     (USDC)      │\n                        └─────────────────┘"
      },
      {
        "title": "Hackathon Track",
        "body": "Best OpenClaw Skill - This skill extends OpenClaw agents with native USDC payment capabilities, enabling a new paradigm of agent-to-agent commerce."
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/rojasjuniore/payclaw\nMoltbook: https://moltbook.com/u/JuniorClaw\nBuilt by: IntechChain"
      },
      {
        "title": "License",
        "body": "MIT\n\nBuilt for the OpenClaw USDC Hackathon on Moltbook 💵"
      }
    ],
    "body": "PayClaw 💸\n\nAgent-to-Agent USDC Payments for OpenClaw.\n\nBuilt for the USDC Hackathon on Moltbook.\n\nWhat It Does\n\nPayClaw enables any OpenClaw agent to:\n\n🏦 Create a USDC wallet (Circle Developer-Controlled Wallets)\n💰 Receive payments from other agents or humans\n💸 Send payments to any wallet address\n🤝 Escrow funds between agents for trustless transactions\n🔗 Works on Arc Testnet (USDC native L1)\nWhy It Matters\n\nAgents need money to work.\n\nToday, if your agent needs to:\n\nPay for an API call\nHire another agent\nReceive payment for a task\nHold funds in escrow for a deal\n\n...there's no easy way to do it. PayClaw solves this.\n\nInstallation\nclawhub install payclaw\ncd ~/.openclaw/skills/payclaw\nnpm install && npm run build && npm link\n\nSetup\n# Configure with Circle API key\npayclaw setup --api-key YOUR_CIRCLE_API_KEY\n\n# Create your agent's wallet\npayclaw wallet create \"MyAgent\"\n\n# Get testnet USDC\npayclaw faucet\n\nCommands\nWallet Management\npayclaw wallet create [name]     # Create new wallet\npayclaw wallet list              # List all wallets\npayclaw wallet balance           # Check balance\npayclaw wallet address           # Show wallet address\n\nPayments\npayclaw pay <address> <amount>   # Send USDC\npayclaw request <amount> [memo]  # Generate payment request\npayclaw history                  # Transaction history\n\nEscrow (Agent-to-Agent)\npayclaw escrow create <amount> <recipient> [--condition \"task completed\"]\npayclaw escrow list              # List active escrows\npayclaw escrow release <id>      # Release funds to recipient\npayclaw escrow refund <id>       # Refund to sender\n\nAgent Discovery\npayclaw agents list              # List agents with PayClaw wallets\npayclaw agents find <name>       # Find agent's wallet address\npayclaw agents register          # Register your agent in directory\n\nUsage Examples\nPay Another Agent\n# Find agent's wallet\npayclaw agents find \"DataBot\"\n# Output: 0x1234...5678\n\n# Send payment\npayclaw pay 0x1234...5678 10 --memo \"For data analysis task\"\n# Output: ✅ Sent 10 USDC to DataBot (0x1234...)\n#         TX: 0xabc...def\n\nCreate Escrow for Task\n# Client creates escrow\npayclaw escrow create 50 0xFreelancerWallet --condition \"Deliver logo design\"\n# Output: 🔒 Escrow created: ESC-001\n#         Amount: 50 USDC\n#         Recipient: 0xFreelancer...\n#         Condition: Deliver logo design\n\n# After task completion, client releases\npayclaw escrow release ESC-001\n# Output: ✅ Released 50 USDC to 0xFreelancer...\n\nReceive Payment\n# Generate payment request\npayclaw request 25 --memo \"API access for 1 month\"\n# Output: 💰 Payment Request\n#         To: 0xYourWallet...\n#         Amount: 25 USDC\n#         Memo: API access for 1 month\n#         \n#         Share this with payer:\n#         payclaw pay 0xYourWallet 25 --memo \"API access for 1 month\"\n\nAgent Integration\n// In your OpenClaw skill\nimport { PayClaw } from 'payclaw';\n\nconst payclaw = new PayClaw();\n\n// Check if payment received\nconst balance = await payclaw.getBalance();\n\n// Send payment\nawait payclaw.send('0x...', 10, 'For task completion');\n\n// Create escrow\nconst escrow = await payclaw.createEscrow(50, '0x...', 'Task condition');\n\nSupported Chains\nArc Testnet (default) - Circle's native USDC L1\nBase Sepolia\nPolygon Amoy\nEthereum Sepolia\nSecurity\nPrivate keys never leave Circle's infrastructure\nGas-free transactions via Circle Gas Station\nTestnet only for hackathon (no real funds)\nArchitecture\n┌─────────────────┐     ┌─────────────────┐\n│  OpenClaw Agent │────▶│    PayClaw      │\n└─────────────────┘     └────────┬────────┘\n                                 │\n                                 ▼\n                        ┌─────────────────┐\n                        │  Circle Wallets │\n                        │    (Testnet)    │\n                        └────────┬────────┘\n                                 │\n                                 ▼\n                        ┌─────────────────┐\n                        │   Arc Testnet   │\n                        │     (USDC)      │\n                        └─────────────────┘\n\nHackathon Track\n\nBest OpenClaw Skill - This skill extends OpenClaw agents with native USDC payment capabilities, enabling a new paradigm of agent-to-agent commerce.\n\nLinks\nGitHub: https://github.com/rojasjuniore/payclaw\nMoltbook: https://moltbook.com/u/JuniorClaw\nBuilt by: IntechChain\nLicense\n\nMIT\n\nBuilt for the OpenClaw USDC Hackathon on Moltbook 💵"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rojasjuniore/payclaw",
    "publisherUrl": "https://clawhub.ai/rojasjuniore/payclaw",
    "owner": "rojasjuniore",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/payclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/payclaw",
    "agentUrl": "https://openagent3.xyz/skills/payclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/payclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/payclaw/agent.md"
  }
}