Skip to content

Add ROZO Checkout and MPP Discover ecosystem skill cards - #83

Merged
kaankacar merged 5 commits into
stellar:mainfrom
RozoAI:feat/rozo-checkout-discover-cards
Aug 10, 2026
Merged

Add ROZO Checkout and MPP Discover ecosystem skill cards#83
kaankacar merged 5 commits into
stellar:mainfrom
RozoAI:feat/rozo-checkout-discover-cards

Conversation

@shawnmuggle

@shawnmuggle shawnmuggle commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

##Summary
Adds two community skill cards to ECOSYSTEM_CARDS in site/src/data/skills.ts:

ROZO Checkout

ROZO Checkout (RozoAI/rozo-checkout-skill) — pay for AI services with Stellar USDC — e.g. OpenRouter and Venice.ai, which cannot take Stellar directly — through a one-time deposit order with automatic invoice settlement. npx skills add RozoAI/rozo-checkout-skill verified working.

Demo Video: Pay OpenRouter with Stellar Agent

MPP Discover

MPP Discover (mpprouter/stellar-agent-wallet-skillskills/discover/SKILL.md) — 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 (audit trail).

Demo Video: https://youtu.be/6N6VGQ1YZxQ

Both follow the security posture from #54's review: mainnet payments prompt by default, unattended signing is opt-in with a $5 hard cap.

Verification

  • One-file change, same card format as existing entries; syntax checked.
  • Service count is verifiable against the live catalog: GET https://apiserver.mpprouter.dev/v1/services/catalog (90+ providers).

Copilot AI balanced review requested due to automatic review settings August 10, 2026 13:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds ROZO Checkout and MPP Discover to the community skills catalog.

Changes:

  • Adds cards describing both Stellar USDC payment skills.
  • Links each card to its external SKILL.md.
Suppressed comments (1)

site/src/data/skills.ts:303

  • EcosystemCardSource has no category property, so this excess property makes the typed ECOSYSTEM_CARDS initializer fail TypeScript compilation. Remove it; ecosystem cards are already categorized by the collection they belong to.
    category: "Ecosystem",

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread site/src/data/skills.ts Outdated
Comment on lines +292 to +294
copyValue:
"https://github.com/RozoAI/rozo-checkout-skill/blob/main/SKILL.md",
category: "Ecosystem",
@shawnmuggle

Copy link
Copy Markdown
Contributor Author

Fixed — removed the excess category property from both new cards (cc98600). tsc --noEmit passes against site/tsconfig.

…discover-cards

# Conflicts:
#	site/src/data/skills.ts
@kaankacar
kaankacar merged commit 7cff4df into stellar:main Aug 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants