/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentic-commerce-relay - After installation, invoke the skill by name or use
/agentic-commerce-relay - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 960 downloads so far.
How do I install Agentic Commerce Relay?
Run "/install agentic-commerce-relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentic Commerce Relay free?
Yes, Agentic Commerce Relay is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agentic Commerce Relay support?
Agentic Commerce Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agentic Commerce Relay?
It is built and maintained by nativ3ai (@nativ3ai); the current version is v0.1.0.