Add ROZO Checkout and MPP Discover ecosystem skill cards - #83
Merged
kaankacar merged 5 commits intoAug 10, 2026
Conversation
Contributor
There was a problem hiding this comment.
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
EcosystemCardSourcehas nocategoryproperty, so this excess property makes the typedECOSYSTEM_CARDSinitializer 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 on lines
+292
to
+294
| copyValue: | ||
| "https://github.com/RozoAI/rozo-checkout-skill/blob/main/SKILL.md", | ||
| category: "Ecosystem", |
Contributor
Author
|
Fixed — removed the excess |
…discover-cards # Conflicts: # site/src/data/skills.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
##Summary
Adds two community skill cards to
ECOSYSTEM_CARDSinsite/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-skillverified working.Demo Video: Pay OpenRouter with Stellar Agent
MPP Discover
MPP Discover (
mpprouter/stellar-agent-wallet-skill→skills/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
GET https://apiserver.mpprouter.dev/v1/services/catalog(90+ providers).