Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,13 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
"https://github.com/Trustless-Work/trustless-work-dev-skill/blob/main/SKILL.md",
category: "Ecosystem",
},
{
title: "ROZO Intents",
description:
"Send USDC and USDT across Stellar, Ethereum, Arbitrum, Base, BSC, Polygon, and Solana using natural language. Covers cross-chain bridging, wallet detection, fee estimation, tiered confirmation logic, and QR code payment parsing inside Claude Code.",
pathLabel: "RozoAI/rozo-intents-skills",
copyValue:
"https://github.com/RozoAI/rozo-intents-skills/blob/main/README.md",
category: "Ecosystem",
Comment thread
akbarsaputrait marked this conversation as resolved.
},
] as const;
Loading