diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index fcd5960..8939d68 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -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/SKILL.md", + category: "Ecosystem", + }, ] as const;