{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentic-commerce-relay",
    "name": "Agentic Commerce Relay",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nativ3ai/agentic-commerce-relay",
    "canonicalUrl": "https://clawhub.ai/nativ3ai/agentic-commerce-relay",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agentic-commerce-relay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentic-commerce-relay",
    "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/agentic-commerce-relay"
    },
    "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/agentic-commerce-relay",
    "agentPageUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/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": "Agentic Commerce Relay",
        "body": "Use this skill when you need to settle USDC across CCTP-supported chains without deploying contracts. The relay script calls Circle’s official CCTP contracts and outputs a machine-readable receipt."
      },
      {
        "title": "Quick Use",
        "body": "From the repo root:\n\nSRC_RPC=... \\\nDST_RPC=... \\\nPRIVATE_KEY=0x... \\\nSRC_USDC=0x... \\\nSRC_TOKEN_MESSENGER=0x... \\\nSRC_MESSAGE_TRANSMITTER=0x... \\\nDST_MESSAGE_TRANSMITTER=0x... \\\nDST_DOMAIN=... \\\nnode scripts/cctp-bridge.js"
      },
      {
        "title": "Required env",
        "body": "SRC_RPC\nDST_RPC\nPRIVATE_KEY"
      },
      {
        "title": "Optional env (override per chain)",
        "body": "SRC_USDC\nSRC_TOKEN_MESSENGER\nSRC_MESSAGE_TRANSMITTER\nDST_MESSAGE_TRANSMITTER\nDST_DOMAIN\nAMOUNT (default 1000000, 1 USDC with 6 decimals)"
      },
      {
        "title": "Receipt",
        "body": "The script prints JSON with:\n\nburnTx\nmessageHash\nmintTx\nrecipient"
      },
      {
        "title": "Moltbook discovery",
        "body": "Find counterparties by submolt feed:\n\nMOLTBOOK_API_KEY=... \\\nMOLTBOOK_BASE_URL=https://www.moltbook.com \\\nnode scripts/discovery-moltbook.cjs --submolt usdc --sort new --tag payment"
      },
      {
        "title": "Bundled integrations",
        "body": "This repo includes optional modules under integrations/:\n\nintegrations/mvp (USDC Intent Payer)\nintegrations/anonx402-hackathon (Anon x402 Relay)\n\nUse these for intent parsing/guardrails or privacy, then call the relay to settle cross-chain."
      }
    ],
    "body": "Agentic Commerce Relay\n\nUse this skill when you need to settle USDC across CCTP-supported chains without deploying contracts. The relay script calls Circle’s official CCTP contracts and outputs a machine-readable receipt.\n\nQuick Use\n\nFrom the repo root:\n\nSRC_RPC=... \\\nDST_RPC=... \\\nPRIVATE_KEY=0x... \\\nSRC_USDC=0x... \\\nSRC_TOKEN_MESSENGER=0x... \\\nSRC_MESSAGE_TRANSMITTER=0x... \\\nDST_MESSAGE_TRANSMITTER=0x... \\\nDST_DOMAIN=... \\\nnode scripts/cctp-bridge.js\n\nRequired env\nSRC_RPC\nDST_RPC\nPRIVATE_KEY\nOptional env (override per chain)\nSRC_USDC\nSRC_TOKEN_MESSENGER\nSRC_MESSAGE_TRANSMITTER\nDST_MESSAGE_TRANSMITTER\nDST_DOMAIN\nAMOUNT (default 1000000, 1 USDC with 6 decimals)\nReceipt\n\nThe script prints JSON with:\n\nburnTx\nmessageHash\nmintTx\nrecipient\nOptional modules\nMoltbook discovery\n\nFind counterparties by submolt feed:\n\nMOLTBOOK_API_KEY=... \\\nMOLTBOOK_BASE_URL=https://www.moltbook.com \\\nnode scripts/discovery-moltbook.cjs --submolt usdc --sort new --tag payment\n\nBundled integrations\n\nThis repo includes optional modules under integrations/:\n\nintegrations/mvp (USDC Intent Payer)\nintegrations/anonx402-hackathon (Anon x402 Relay)\n\nUse these for intent parsing/guardrails or privacy, then call the relay to settle cross-chain."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nativ3ai/agentic-commerce-relay",
    "publisherUrl": "https://clawhub.ai/nativ3ai/agentic-commerce-relay",
    "owner": "nativ3ai",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentic-commerce-relay",
    "downloadUrl": "https://openagent3.xyz/downloads/agentic-commerce-relay",
    "agentUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentic-commerce-relay/agent.md"
  }
}