{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mpc-accept-crypto-payments",
    "name": "MoonPay Commerce (Helio) Accept Crypto Payments",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mavagio/mpc-accept-crypto-payments",
    "canonicalUrl": "https://clawhub.ai/mavagio/mpc-accept-crypto-payments",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mpc-accept-crypto-payments",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mpc-accept-crypto-payments",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "SKILL.md",
      "scripts/setup.sh",
      "scripts/helio.sh",
      "references/api-reference.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-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/mpc-accept-crypto-payments"
    },
    "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/mpc-accept-crypto-payments",
    "agentPageUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/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": "MPC Accept Crypto Payments",
        "body": "Merchant-side skill for accepting crypto payments on Solana via MoonPay Commerce (formerly Helio)."
      },
      {
        "title": "Setup",
        "body": "Run the setup script with your API credentials (wallet ID is fetched automatically):\n\nbash scripts/setup.sh\n\nYou'll need:\n\nAPI Key — from https://app.hel.io → Settings → API Keys\nAPI Secret — from the same page (save it when generated)\n\nThe setup script will:\n\nValidate your credentials against the API\nFetch your Solana wallets automatically\nSelect the PAYOUT wallet (or CONNECTED if no PAYOUT exists)\nSave everything to ~/.mpc/helio/config\n\nIf the user doesn't have an account, direct them to https://app.hel.io to sign up."
      },
      {
        "title": "Config Management",
        "body": "bash scripts/setup.sh status   # Show current config\nbash scripts/setup.sh clear    # Remove saved credentials"
      },
      {
        "title": "Quick Reference",
        "body": "Base URL: https://api.hel.io/v1"
      },
      {
        "title": "List Supported Currencies (no auth needed)",
        "body": "curl -s https://api.hel.io/v1/currency | jq '.[].symbol'"
      },
      {
        "title": "Create a Pay Link",
        "body": "curl -s -X POST \"https://api.hel.io/v1/paylink/create/api-key?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"My Payment\",\n    \"template\": \"OTHER\",\n    \"pricingCurrency\": \"<CURRENCY_ID>\",\n    \"price\": \"<AMOUNT_IN_BASE_UNITS>\",\n    \"features\": {\n      \"canChangePrice\": false,\n      \"canChangeQuantity\": false,\n      \"canSwapTokens\": true\n    },\n    \"recipients\": [{\n      \"currencyId\": \"<CURRENCY_ID>\",\n      \"walletId\": \"<YOUR_WALLET_ID>\"\n    }]\n  }'\n\nDefaults: Currency is USDC (6340313846e4f91b8abc519b). Token swapping is enabled so payers can pay with any supported Solana token (auto-converted to USDC).\n\nPrice format: price is in base units (int64 string). For USDC (6 decimals): \"1000000\" = 1 USDC. For SOL (9 decimals): \"1000000000\" = 1 SOL."
      },
      {
        "title": "Create a Charge (Checkout URL)",
        "body": "curl -s -X POST \"https://api.hel.io/v1/charge/api-key?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"paymentRequestId\": \"<PAYLINK_ID>\"}'\n\nReturns { \"id\": \"...\", \"pageUrl\": \"https://...\" } — share pageUrl with the payer."
      },
      {
        "title": "Check Transactions",
        "body": "curl -s \"https://api.hel.io/v1/paylink/<PAYLINK_ID>/transactions?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\""
      },
      {
        "title": "Disable / Enable a Pay Link",
        "body": "curl -s -X PATCH \"https://api.hel.io/v1/paylink/<PAYLINK_ID>/disable?apiKey=$HELIO_API_KEY&disabled=true\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\""
      },
      {
        "title": "Helper Script",
        "body": "# Setup (run first)\nbash scripts/setup.sh\n\n# Operations\nbash scripts/helio.sh currencies\nbash scripts/helio.sh create-paylink \"Coffee\" 5.00 USDC\nbash scripts/helio.sh charge <paylink-id>\nbash scripts/helio.sh transactions <paylink-id>\nbash scripts/helio.sh disable <paylink-id>\nbash scripts/helio.sh enable <paylink-id>"
      },
      {
        "title": "Templates",
        "body": "The template field controls Pay Link type:\n\nOTHER — generic payment\nPRODUCT — physical/digital product\nINVOICE — invoice\nSUBSCRIPTION — recurring (requires subscriptionDetails)\nEVENT — event ticket"
      },
      {
        "title": "Credential Handling",
        "body": "When setting up credentials, run the setup script interactively:\n\nbash scripts/setup.sh\n\nThe script prompts for credentials directly in the terminal — they are never stored in chat history or logs. Credentials are saved to ~/.mpc/helio/config (mode 600)."
      },
      {
        "title": "Advanced",
        "body": "Full API schema details: see references/api-reference.md\nOpenAPI spec: https://api.hel.io/v1/docs-json\nDashboard: https://app.hel.io\nDocs: https://docs.hel.io"
      }
    ],
    "body": "MPC Accept Crypto Payments\n\nMerchant-side skill for accepting crypto payments on Solana via MoonPay Commerce (formerly Helio).\n\nSetup\n\nRun the setup script with your API credentials (wallet ID is fetched automatically):\n\nbash scripts/setup.sh\n\n\nYou'll need:\n\nAPI Key — from https://app.hel.io → Settings → API Keys\nAPI Secret — from the same page (save it when generated)\n\nThe setup script will:\n\nValidate your credentials against the API\nFetch your Solana wallets automatically\nSelect the PAYOUT wallet (or CONNECTED if no PAYOUT exists)\nSave everything to ~/.mpc/helio/config\n\nIf the user doesn't have an account, direct them to https://app.hel.io to sign up.\n\nConfig Management\nbash scripts/setup.sh status   # Show current config\nbash scripts/setup.sh clear    # Remove saved credentials\n\nQuick Reference\n\nBase URL: https://api.hel.io/v1\n\nList Supported Currencies (no auth needed)\ncurl -s https://api.hel.io/v1/currency | jq '.[].symbol'\n\nCreate a Pay Link\ncurl -s -X POST \"https://api.hel.io/v1/paylink/create/api-key?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"My Payment\",\n    \"template\": \"OTHER\",\n    \"pricingCurrency\": \"<CURRENCY_ID>\",\n    \"price\": \"<AMOUNT_IN_BASE_UNITS>\",\n    \"features\": {\n      \"canChangePrice\": false,\n      \"canChangeQuantity\": false,\n      \"canSwapTokens\": true\n    },\n    \"recipients\": [{\n      \"currencyId\": \"<CURRENCY_ID>\",\n      \"walletId\": \"<YOUR_WALLET_ID>\"\n    }]\n  }'\n\n\nDefaults: Currency is USDC (6340313846e4f91b8abc519b). Token swapping is enabled so payers can pay with any supported Solana token (auto-converted to USDC).\n\nPrice format: price is in base units (int64 string). For USDC (6 decimals): \"1000000\" = 1 USDC. For SOL (9 decimals): \"1000000000\" = 1 SOL.\n\nCreate a Charge (Checkout URL)\ncurl -s -X POST \"https://api.hel.io/v1/charge/api-key?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"paymentRequestId\": \"<PAYLINK_ID>\"}'\n\n\nReturns { \"id\": \"...\", \"pageUrl\": \"https://...\" } — share pageUrl with the payer.\n\nCheck Transactions\ncurl -s \"https://api.hel.io/v1/paylink/<PAYLINK_ID>/transactions?apiKey=$HELIO_API_KEY\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\"\n\nDisable / Enable a Pay Link\ncurl -s -X PATCH \"https://api.hel.io/v1/paylink/<PAYLINK_ID>/disable?apiKey=$HELIO_API_KEY&disabled=true\" \\\n  -H \"Authorization: Bearer $HELIO_API_SECRET\"\n\nHelper Script\n# Setup (run first)\nbash scripts/setup.sh\n\n# Operations\nbash scripts/helio.sh currencies\nbash scripts/helio.sh create-paylink \"Coffee\" 5.00 USDC\nbash scripts/helio.sh charge <paylink-id>\nbash scripts/helio.sh transactions <paylink-id>\nbash scripts/helio.sh disable <paylink-id>\nbash scripts/helio.sh enable <paylink-id>\n\nTemplates\n\nThe template field controls Pay Link type:\n\nOTHER — generic payment\nPRODUCT — physical/digital product\nINVOICE — invoice\nSUBSCRIPTION — recurring (requires subscriptionDetails)\nEVENT — event ticket\nCredential Handling\n\nWhen setting up credentials, run the setup script interactively:\n\nbash scripts/setup.sh\n\n\nThe script prompts for credentials directly in the terminal — they are never stored in chat history or logs. Credentials are saved to ~/.mpc/helio/config (mode 600).\n\nAdvanced\nFull API schema details: see references/api-reference.md\nOpenAPI spec: https://api.hel.io/v1/docs-json\nDashboard: https://app.hel.io\nDocs: https://docs.hel.io"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mavagio/mpc-accept-crypto-payments",
    "publisherUrl": "https://clawhub.ai/mavagio/mpc-accept-crypto-payments",
    "owner": "mavagio",
    "version": "0.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments",
    "downloadUrl": "https://openagent3.xyz/downloads/mpc-accept-crypto-payments",
    "agentUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mpc-accept-crypto-payments/agent.md"
  }
}