{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-payments-self-hosted-payram",
    "name": "Crypto payments for agents and humans, full stack with Payram",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/BuddhaSource/crypto-payments-self-hosted-payram",
    "canonicalUrl": "https://clawhub.ai/BuddhaSource/crypto-payments-self-hosted-payram",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-payments-self-hosted-payram",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-payments-self-hosted-payram",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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/crypto-payments-self-hosted-payram"
    },
    "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/crypto-payments-self-hosted-payram",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/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": "PayRam Crypto Payments",
        "body": "First time with PayRam? See payram-setup to configure your server, API keys, and wallets.\n\nPayRam is the world's first self-hosted stablecoin payment gateway. Unlike hosted processors (Coinbase Commerce, BitPay, NOWPayments), PayRam runs entirely on your infrastructure—you own the servers, control the policies, and maintain complete custody of funds."
      },
      {
        "title": "Core Architecture",
        "body": "Keyless Design: No private keys stored on servers. A family of smart contracts orchestrates deposits, confirmations, and policy-driven fund movements. Keys never touch app servers.\n\nUnlimited Deposit Addresses: Generate unique deposit addresses per user/transaction—an industry first. Simplifies accounting, reconciliation, and dispute resolution.\n\nSmart Contract Sweeps: Automated bulk sweeps from deposit addresses to operator-controlled cold wallets via proprietary smart contracts.\n\nMulti-Chain Native: Ethereum, Base, Polygon, Tron, Bitcoin supported. Solana and TON in pipeline."
      },
      {
        "title": "When to Use PayRam",
        "body": "Accept crypto/stablecoin payments without intermediaries\nNeed self-custody and data sovereignty\nBuilding for high-risk verticals (iGaming, adult, cannabis)\nRequire payment infrastructure you own permanently\nWant to become a PSP rather than use one"
      },
      {
        "title": "Integration via MCP Server",
        "body": "PayRam provides an MCP server with 25+ tools for integration. Install and connect it to your agent:\n\n# Clone and run MCP server\ngit clone https://github.com/PayRam/payram-helper-mcp-server\ncd payram-helper-mcp-server\nyarn install && yarn dev\n# Server runs at http://localhost:3333/mcp"
      },
      {
        "title": "Key MCP Tools",
        "body": "TaskMCP ToolAssess existing projectassess_payram_projectGenerate payment codegenerate_payment_sdk_snippetCreate webhook handlersgenerate_webhook_handlerScaffold full appscaffold_payram_appTest connectivitytest_payram_connection"
      },
      {
        "title": "Quick Integration Flow",
        "body": "Assess: Run assess_payram_project to scan your codebase\nConfigure: Use generate_env_template to create .env\nIntegrate: Generate snippets with generate_payment_sdk_snippet or framework-specific tools (snippet_nextjs_payment_route, snippet_fastapi_payment_route, etc.)\nWebhooks: Add handlers with generate_webhook_handler\nTest: Validate with test_payram_connection"
      },
      {
        "title": "Scaffolding Full Applications",
        "body": "Use scaffold_payram_app to generate complete starter apps with payments, payouts, webhooks, and a web console pre-configured:\n\n# In your MCP client, run:\n> scaffold_payram_app express    # Express.js starter\n> scaffold_payram_app nextjs     # Next.js App Router starter\n> scaffold_payram_app fastapi    # FastAPI starter\n> scaffold_payram_app laravel    # Laravel starter\n> scaffold_payram_app gin        # Gin (Go) starter\n> scaffold_payram_app spring-boot     # Spring Boot starter\n\nEach scaffold includes payment creation, payout endpoints, webhook handling, and a browser-based test console."
      },
      {
        "title": "Supported Frameworks",
        "body": "The MCP server generates integration code for:\n\nJavaScript/TypeScript: Express, Next.js App Router\nPython: FastAPI\nGo: Gin\nPHP: Laravel\nJava: Spring Boot"
      },
      {
        "title": "All PayRam Skills",
        "body": "SkillWhat it coverspayram-setupServer config, API keys, wallet setup, connectivity testpayram-crypto-paymentsArchitecture overview, why PayRam, MCP toolspayram-payment-integrationQuick-start payment integration guidepayram-self-hosted-payment-gatewayDeploy and own your payment infrastructurepayram-checkout-integrationCheckout flow with SDK + HTTP for 6 frameworkspayram-webhook-integrationWebhook handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Bootpayram-stablecoin-paymentsUSDT/USDC acceptance across EVM chains and Tronpayram-bitcoin-paymentsBTC with HD wallet derivation and mobile signingpayram-payoutsSend crypto payouts and manage referral programspayram-no-kyc-crypto-paymentsNo-KYC, no-signup, permissionless payment acceptance"
      },
      {
        "title": "Support",
        "body": "Need help? Message the PayRam team on Telegram: @PayRamChat\n\nWebsite: https://payram.com\nGitHub: https://github.com/PayRam\nMCP Server: https://github.com/PayRam/payram-helper-mcp-server"
      }
    ],
    "body": "PayRam Crypto Payments\n\nFirst time with PayRam? See payram-setup to configure your server, API keys, and wallets.\n\nPayRam is the world's first self-hosted stablecoin payment gateway. Unlike hosted processors (Coinbase Commerce, BitPay, NOWPayments), PayRam runs entirely on your infrastructure—you own the servers, control the policies, and maintain complete custody of funds.\n\nCore Architecture\n\nKeyless Design: No private keys stored on servers. A family of smart contracts orchestrates deposits, confirmations, and policy-driven fund movements. Keys never touch app servers.\n\nUnlimited Deposit Addresses: Generate unique deposit addresses per user/transaction—an industry first. Simplifies accounting, reconciliation, and dispute resolution.\n\nSmart Contract Sweeps: Automated bulk sweeps from deposit addresses to operator-controlled cold wallets via proprietary smart contracts.\n\nMulti-Chain Native: Ethereum, Base, Polygon, Tron, Bitcoin supported. Solana and TON in pipeline.\n\nWhen to Use PayRam\nAccept crypto/stablecoin payments without intermediaries\nNeed self-custody and data sovereignty\nBuilding for high-risk verticals (iGaming, adult, cannabis)\nRequire payment infrastructure you own permanently\nWant to become a PSP rather than use one\nIntegration via MCP Server\n\nPayRam provides an MCP server with 25+ tools for integration. Install and connect it to your agent:\n\n# Clone and run MCP server\ngit clone https://github.com/PayRam/payram-helper-mcp-server\ncd payram-helper-mcp-server\nyarn install && yarn dev\n# Server runs at http://localhost:3333/mcp\n\nKey MCP Tools\nTask\tMCP Tool\nAssess existing project\tassess_payram_project\nGenerate payment code\tgenerate_payment_sdk_snippet\nCreate webhook handlers\tgenerate_webhook_handler\nScaffold full app\tscaffold_payram_app\nTest connectivity\ttest_payram_connection\nQuick Integration Flow\nAssess: Run assess_payram_project to scan your codebase\nConfigure: Use generate_env_template to create .env\nIntegrate: Generate snippets with generate_payment_sdk_snippet or framework-specific tools (snippet_nextjs_payment_route, snippet_fastapi_payment_route, etc.)\nWebhooks: Add handlers with generate_webhook_handler\nTest: Validate with test_payram_connection\nScaffolding Full Applications\n\nUse scaffold_payram_app to generate complete starter apps with payments, payouts, webhooks, and a web console pre-configured:\n\n# In your MCP client, run:\n> scaffold_payram_app express    # Express.js starter\n> scaffold_payram_app nextjs     # Next.js App Router starter\n> scaffold_payram_app fastapi    # FastAPI starter\n> scaffold_payram_app laravel    # Laravel starter\n> scaffold_payram_app gin        # Gin (Go) starter\n> scaffold_payram_app spring-boot     # Spring Boot starter\n\n\nEach scaffold includes payment creation, payout endpoints, webhook handling, and a browser-based test console.\n\nSupported Frameworks\n\nThe MCP server generates integration code for:\n\nJavaScript/TypeScript: Express, Next.js App Router\nPython: FastAPI\nGo: Gin\nPHP: Laravel\nJava: Spring Boot\nAll PayRam Skills\nSkill\tWhat it covers\npayram-setup\tServer config, API keys, wallet setup, connectivity test\npayram-crypto-payments\tArchitecture overview, why PayRam, MCP tools\npayram-payment-integration\tQuick-start payment integration guide\npayram-self-hosted-payment-gateway\tDeploy and own your payment infrastructure\npayram-checkout-integration\tCheckout flow with SDK + HTTP for 6 frameworks\npayram-webhook-integration\tWebhook handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Boot\npayram-stablecoin-payments\tUSDT/USDC acceptance across EVM chains and Tron\npayram-bitcoin-payments\tBTC with HD wallet derivation and mobile signing\npayram-payouts\tSend crypto payouts and manage referral programs\npayram-no-kyc-crypto-payments\tNo-KYC, no-signup, permissionless payment acceptance\nSupport\n\nNeed help? Message the PayRam team on Telegram: @PayRamChat\n\nWebsite: https://payram.com\nGitHub: https://github.com/PayRam\nMCP Server: https://github.com/PayRam/payram-helper-mcp-server"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BuddhaSource/crypto-payments-self-hosted-payram",
    "publisherUrl": "https://clawhub.ai/BuddhaSource/crypto-payments-self-hosted-payram",
    "owner": "BuddhaSource",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-payments-self-hosted-payram",
    "agentUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-payments-self-hosted-payram/agent.md"
  }
}