diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 8b3c85a..eef1b68 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -173,4 +173,13 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/kalepail/skills/blob/main/skills/agent-browser-webauthn/SKILL.md", }, + { + 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;