{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentcash-wallet",
    "name": "Agentcash Wallet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/fmhall/agentcash-wallet",
    "canonicalUrl": "https://clawhub.ai/fmhall/agentcash-wallet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agentcash-wallet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentcash-wallet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "rules/getting-started.md"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/agentcash-wallet"
    },
    "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/agentcash-wallet",
    "agentPageUrl": "https://openagent3.xyz/skills/agentcash-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentcash-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentcash-wallet/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": "agentcash Wallet & Paid APIs",
        "body": "Call any x402-protected API with automatic payment. Payment is the authentication — no API keys or subscriptions needed."
      },
      {
        "title": "Setup",
        "body": "If the agentcash CLI is not yet installed, see rules/getting-started.md for installation and wallet setup."
      },
      {
        "title": "Wallet Management",
        "body": "Your wallet is auto-created on first use and stored at ~/.agentcash/wallet.json."
      },
      {
        "title": "Check Balance",
        "body": "npx agentcash wallet info\n\nReturns wallet address, USDC balance, and deposit link. Always check before expensive operations."
      },
      {
        "title": "Redeem Invite Code",
        "body": "npx agentcash wallet redeem YOUR_CODE\n\nOne-time use per code. Credits added instantly. Run npx agentcash wallet info after to verify."
      },
      {
        "title": "Deposit USDC",
        "body": "Get your wallet address via npx agentcash wallet info\nSend USDC on Base network (eip155:8453) to that address\nOr use the deposit UI: https://x402scan.com/mcp/deposit/<wallet-address>\n\nImportant: Only Base network USDC. Other networks or tokens will be lost."
      },
      {
        "title": "1. Discover endpoints",
        "body": "npx agentcash discover https://stableenrich.dev\n\nReturns all endpoints, pricing, and usage instructions. Read the instructions field — it has critical endpoint-specific guidance."
      },
      {
        "title": "2. Check schema (optional)",
        "body": "npx agentcash check https://stableenrich.dev/api/apollo/people-search\n\nReturns full request/response JSON schemas and pricing for a specific endpoint."
      },
      {
        "title": "3. Make a paid request",
        "body": "npx agentcash fetch https://stableenrich.dev/api/apollo/people-search -m POST -b '{\"person_titles\": [\"CEO\"], \"person_locations\": [\"San Francisco\"]}'\n\nPayment is automatic: sends request, gets 402 challenge, signs USDC payment, retries with credential, returns result. Payments settle only on success (2xx) — failed requests cost nothing."
      },
      {
        "title": "Available Services",
        "body": "OriginServiceWhat it doeshttps://stableenrich.devStableEnrichResearch APIs: Apollo (people/org), Exa (web search), Firecrawl (scraping), Grok (X/Twitter), Google Maps, Clado (LinkedIn), Serper (news/shopping), WhitePages, Reddit, Hunter (email verification), Influencer enrichmenthttps://stableupload.devStableUploadPay-per-upload file hosting. 10MB/$0.02, 100MB/$0.20, 1GB/$2.00. 6-month TTLhttps://stablestudio.devStableStudioAI image/video generation: GPT Image, Flux, Grok, Nano Banana, Sora, Veo, Seedance, Wanhttps://stablesocial.devStableSocialSocial media data: TikTok, Instagram, X/Twitter, Facebook, Reddit, LinkedIn. $0.06/call, async two-stephttps://stableemail.devStableEmailSend emails ($0.02), forwarding inboxes ($1/mo), custom subdomains ($5)https://stablephone.devStablePhoneAI phone calls ($0.54), phone numbers ($20), top-ups ($15)https://stablejobs.devStableJobsJob search via Coresignal\n\nRun npx agentcash discover <origin> on any origin to see its full endpoint catalog."
      },
      {
        "title": "Quick Reference",
        "body": "TaskCommandCheck balancenpx agentcash wallet infoRedeem codenpx agentcash wallet redeem <code>Discover endpointsnpx agentcash discover <url>Check pricing/schemanpx agentcash check <url>Paid POST requestnpx agentcash fetch <url> -m POST -b '{...}'Paid GET requestnpx agentcash fetch <url>"
      },
      {
        "title": "Tips",
        "body": "Always discover first — the instructions field has critical endpoint-specific patterns and required parameters.\nPayments settle only on success (2xx) — failed requests cost nothing.\nUse npx agentcash check <url> when unsure about request/response format.\nAdd --format json for machine-readable output, --format pretty for human-readable.\nAdd -v for verbose output to see payment details.\nNetwork: Base (eip155:8453), Currency: USDC."
      },
      {
        "title": "Troubleshooting",
        "body": "IssueSolution\"Command not found\"Run npm install -g agentcash\"Insufficient balance\"Check balance, deposit USDC or redeem invite code\"Payment failed\"Transient error — retry the request\"Invalid invite code\"Code already used or doesn't existBalance not updatingWait for Base network confirmation (~2 sec)"
      }
    ],
    "body": "agentcash Wallet & Paid APIs\n\nCall any x402-protected API with automatic payment. Payment is the authentication — no API keys or subscriptions needed.\n\nSetup\n\nIf the agentcash CLI is not yet installed, see rules/getting-started.md for installation and wallet setup.\n\nWallet Management\n\nYour wallet is auto-created on first use and stored at ~/.agentcash/wallet.json.\n\nCheck Balance\nnpx agentcash wallet info\n\n\nReturns wallet address, USDC balance, and deposit link. Always check before expensive operations.\n\nRedeem Invite Code\nnpx agentcash wallet redeem YOUR_CODE\n\n\nOne-time use per code. Credits added instantly. Run npx agentcash wallet info after to verify.\n\nDeposit USDC\nGet your wallet address via npx agentcash wallet info\nSend USDC on Base network (eip155:8453) to that address\nOr use the deposit UI: https://x402scan.com/mcp/deposit/<wallet-address>\n\nImportant: Only Base network USDC. Other networks or tokens will be lost.\n\nCalling Paid APIs\n1. Discover endpoints\nnpx agentcash discover https://stableenrich.dev\n\n\nReturns all endpoints, pricing, and usage instructions. Read the instructions field — it has critical endpoint-specific guidance.\n\n2. Check schema (optional)\nnpx agentcash check https://stableenrich.dev/api/apollo/people-search\n\n\nReturns full request/response JSON schemas and pricing for a specific endpoint.\n\n3. Make a paid request\nnpx agentcash fetch https://stableenrich.dev/api/apollo/people-search -m POST -b '{\"person_titles\": [\"CEO\"], \"person_locations\": [\"San Francisco\"]}'\n\n\nPayment is automatic: sends request, gets 402 challenge, signs USDC payment, retries with credential, returns result. Payments settle only on success (2xx) — failed requests cost nothing.\n\nAvailable Services\nOrigin\tService\tWhat it does\nhttps://stableenrich.dev\tStableEnrich\tResearch APIs: Apollo (people/org), Exa (web search), Firecrawl (scraping), Grok (X/Twitter), Google Maps, Clado (LinkedIn), Serper (news/shopping), WhitePages, Reddit, Hunter (email verification), Influencer enrichment\nhttps://stableupload.dev\tStableUpload\tPay-per-upload file hosting. 10MB/$0.02, 100MB/$0.20, 1GB/$2.00. 6-month TTL\nhttps://stablestudio.dev\tStableStudio\tAI image/video generation: GPT Image, Flux, Grok, Nano Banana, Sora, Veo, Seedance, Wan\nhttps://stablesocial.dev\tStableSocial\tSocial media data: TikTok, Instagram, X/Twitter, Facebook, Reddit, LinkedIn. $0.06/call, async two-step\nhttps://stableemail.dev\tStableEmail\tSend emails ($0.02), forwarding inboxes ($1/mo), custom subdomains ($5)\nhttps://stablephone.dev\tStablePhone\tAI phone calls ($0.54), phone numbers ($20), top-ups ($15)\nhttps://stablejobs.dev\tStableJobs\tJob search via Coresignal\n\nRun npx agentcash discover <origin> on any origin to see its full endpoint catalog.\n\nQuick Reference\nTask\tCommand\nCheck balance\tnpx agentcash wallet info\nRedeem code\tnpx agentcash wallet redeem <code>\nDiscover endpoints\tnpx agentcash discover <url>\nCheck pricing/schema\tnpx agentcash check <url>\nPaid POST request\tnpx agentcash fetch <url> -m POST -b '{...}'\nPaid GET request\tnpx agentcash fetch <url>\nTips\nAlways discover first — the instructions field has critical endpoint-specific patterns and required parameters.\nPayments settle only on success (2xx) — failed requests cost nothing.\nUse npx agentcash check <url> when unsure about request/response format.\nAdd --format json for machine-readable output, --format pretty for human-readable.\nAdd -v for verbose output to see payment details.\nNetwork: Base (eip155:8453), Currency: USDC.\nTroubleshooting\nIssue\tSolution\n\"Command not found\"\tRun npm install -g agentcash\n\"Insufficient balance\"\tCheck balance, deposit USDC or redeem invite code\n\"Payment failed\"\tTransient error — retry the request\n\"Invalid invite code\"\tCode already used or doesn't exist\nBalance not updating\tWait for Base network confirmation (~2 sec)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/fmhall/agentcash-wallet",
    "publisherUrl": "https://clawhub.ai/fmhall/agentcash-wallet",
    "owner": "fmhall",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentcash-wallet",
    "downloadUrl": "https://openagent3.xyz/downloads/agentcash-wallet",
    "agentUrl": "https://openagent3.xyz/skills/agentcash-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentcash-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentcash-wallet/agent.md"
  }
}