# Send Agentic Commerce Relay to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/agentic-commerce-relay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentic-commerce-relay",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agentic-commerce-relay",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:39:52.459Z",
      "expiresAt": "2026-05-06T15:39:52.459Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentic-commerce-relay",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentic-commerce-relay",
        "contentDisposition": "attachment; filename=\"agentic-commerce-relay-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentic-commerce-relay"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 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_RPC
DST_RPC
PRIVATE_KEY

### Optional env (override per chain)

SRC_USDC
SRC_TOKEN_MESSENGER
SRC_MESSAGE_TRANSMITTER
DST_MESSAGE_TRANSMITTER
DST_DOMAIN
AMOUNT (default 1000000, 1 USDC with 6 decimals)

### Receipt

The script prints JSON with:

burnTx
messageHash
mintTx
recipient

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nativ3ai
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:39:52.459Z
- Expires at: 2026-05-06T15:39:52.459Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentic-commerce-relay)
- [Send to Agent page](https://openagent3.xyz/skills/agentic-commerce-relay/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentic-commerce-relay/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentic-commerce-relay/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentic-commerce-relay)