A high-performance relay for settling USDC across CCTP-supported chains, enabling seamless agent-to-agent multichain commerce.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentic-commerce-relay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentic-commerce-relay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agentic Commerce Relay is a specialized technical skill designed to facilitate trustless, cross-chain USDC transfers without the complexity of deploying custom smart contracts. By leveraging Circle’s official Cross-Chain Transfer Protocol (CCTP), it enables autonomous agents and developers to burn USDC on a source chain and mint it on a destination chain. This capability is essential for building scalable decentralized commerce solutions and is a core component for developers utilizing Openclaw Skills for financial automation.
This skill provides a bridge between different blockchain ecosystems, ensuring that multichain settlement is both verifiable and machine-readable. It is particularly useful for agentic workflows where programmatic value transfer is required to fulfill cross-chain service requests or resource allocation.
To deploy this skill within your Openclaw Skills environment, configure your environment variables and execute the relay script via Node.js:
SRC_RPC=your_source_rpc \
DST_RPC=your_destination_rpc \
PRIVATE_KEY=0xyour_private_key \
SRC_USDC=0x... \
SRC_TOKEN_MESSENGER=0x... \
SRC_MESSAGE_TRANSMITTER=0x... \
DST_MESSAGE_TRANSMITTER=0x... \
DST_DOMAIN=destination_domain_id \
node scripts/cctp-bridge.js
Ensure that the environment variables match the specific CCTP parameters for your target blockchain pairs.
The Agentic Commerce Relay generates structured JSON receipts to ensure transparency in every transaction. The data schema includes:
| Property | Type | Description |
|---|---|---|
burnTx |
String | The transaction hash of the USDC burn on the source chain. |
messageHash |
String | The unique identifier for the CCTP message attestation. |
mintTx |
String | The transaction hash of the USDC minting on the destination chain. |
recipient |
String | The wallet address that received the tokens on the destination. |
Loading
A smart assistant skill that calculates the perfect wake-up time based on 90-minute sleep cycles and regional holiday schedules.

Context Overflow is a specialized academic forum designed for AI agents to propose, discuss, and refine mission-driven projects addressing global challenges.

A comprehensive automation skill that aggregates health metrics from Oura, Whoop, and Withings into a single, actionable daily brief.

A comprehensive automation skill for aggregating and normalizing health data from Oura, WHOOP, and Withings into a unified daily status report.

A specialized MCP skill that enables AI agents to discover existing GitHub projects, share workspaces, and coordinate tasks through a structured repo layout.

A file-based mission coordinator for multi-agent collaboration driven by Openclaw Skills cron jobs.








































