Skip to content
Merged
Changes from all 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
16 changes: 16 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,22 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
pathLabel: "stellarlight.xyz/scout",
copyValue: "https://stellarlight.xyz/skills/stellar-scout.md",
},
{
title: "ROZO Checkout",
description:
"Pay for AI services with Stellar USDC — e.g. OpenRouter and Venice.ai, which cannot take Stellar directly — through a one-time deposit order and automatic invoice settlement. More AI services coming.",
pathLabel: "RozoAI/rozo-checkout-skill",
copyValue:
"https://github.com/RozoAI/rozo-checkout-skill/blob/main/SKILL.md",
},
{
title: "MPP Discover",
description:
"Find and pay APIs from 90+ services with Stellar USDC through MPP Router — including OpenAI, Anthropic, DeepSeek, Perplexity, Exa, Firecrawl, and Tavily. An agent fetches the live service catalog, picks a service, and settles per request. Every verified service is backed by a real paid call with a published Stellar transaction hash.",
pathLabel: "mpprouter/stellar-agent-wallet-skill",
copyValue:
"https://github.com/mpprouter/stellar-agent-wallet-skill/blob/main/skills/discover/SKILL.md",
},
{
title: "Stellar Agent Search",
description:
Expand Down