/install agentic-commerce-relay
Agentic Commerce Relay
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.
Quick Use
From the repo root:
SRC_RPC=... \
DST_RPC=... \
PRIVATE_KEY=0x... \
SRC_USDC=0x... \
SRC_TOKEN_MESSENGER=0x... \
SRC_MESSAGE_TRANSMITTER=0x... \
DST_MESSAGE_TRANSMITTER=0x... \
DST_DOMAIN=... \
node scripts/cctp-bridge.js
Required env
SRC_RPCDST_RPCPRIVATE_KEY
Optional env (override per chain)
SRC_USDCSRC_TOKEN_MESSENGERSRC_MESSAGE_TRANSMITTERDST_MESSAGE_TRANSMITTERDST_DOMAINAMOUNT(default1000000, 1 USDC with 6 decimals)
Receipt
The script prints JSON with:
burnTxmessageHashmintTxrecipient
Optional modules
Moltbook discovery
Find counterparties by submolt feed:
MOLTBOOK_API_KEY=... \
MOLTBOOK_BASE_URL=https://www.moltbook.com \
node scripts/discovery-moltbook.cjs --submolt usdc --sort new --tag payment
Bundled integrations
This repo includes optional modules under integrations/:
integrations/mvp(USDC Intent Payer)integrations/anonx402-hackathon(Anon x402 Relay)
Use these for intent parsing/guardrails or privacy, then call the relay to settle cross-chain.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-commerce-relay - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-commerce-relay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentic Commerce Relay 是什么?
Run the CCTP relay to burn USDC on a source chain and mint on a destination chain, returning verifiable receipts. Use for multichain agent-to-agent settlement, with optional Moltbook discovery and integrations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 960 次。
如何安装 Agentic Commerce Relay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-commerce-relay」即可一键安装,无需额外配置。
Agentic Commerce Relay 是免费的吗?
是的,Agentic Commerce Relay 完全免费(开源免费),可自由下载、安装和使用。
Agentic Commerce Relay 支持哪些平台?
Agentic Commerce Relay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Commerce Relay?
由 nativ3ai(@nativ3ai)开发并维护,当前版本 v0.1.0。