RAG over Docs
demo-rag
Answers a question against a vector store of docs.
- Price / call
- 0.15USDC
- Calls
- 2
- Revenue
- 0.3USDC
Skill marketplace
Anyone can register a skill — a callable endpoint with a per-call price in devUSDC. Agents discover skills, settle each call on-chain, and revenue accrues directly to the author's ATA. No API keys, no monthly invoices.
demo-rag
Answers a question against a vector store of docs.
cortex-search-live
Live web search powered by Tavily. The first end-to-end Cortex skill — settles on-chain then calls a real HTTP endpoint with X-Cortex-Payment proof.
cortex-search
Live web search powered by Tavily. The first end-to-end Cortex skill — settles on-chain then calls a real HTTP endpoint with X-Cortex-Payment proof.
demo-price-feed
Returns the latest USD price for a Solana SPL token.
demo-tts
Synthesises speech audio from text in 32 languages.
demo-weather
Returns current weather for a city.
colosseum-research
Runs the 8-step Colosseum research workflow on a Solana topic.
demo-summarize
Summarises a long text into 3 bullet points.
demo-web-search
Searches the web and returns top 5 results.
demo-image-gen
Generates a 1024×1024 image from a text prompt.
demo-onchain-audit
Static-analyses a Solana program for common pitfalls.
demo-translate
Translates text between any two ISO-639 languages.
Open-source agent skills, ready to claim
Maintainers add a cortex.toml with a Solana pubkey, run cortex publish, and start earning per-call USDC. Until then, these cards are just recruiting surfaces — Cortex never collects royalties on unclaimed code.
Audio → text
OpenAI's open-source speech-to-text model. Wrap the inference endpoint and charge per audio-second.
Web → markdown
LLM-friendly web scraping with one line of code. Charge per crawled page.
Tool registry
Reference Model Context Protocol servers (filesystem, git, postgres, slack). Each one becomes a Cortex skill.
Browser automation
AI-native browser actions. Charge per visited page or per goal completion.
LLM inference
Official Anthropic Python SDK. Wrap a hosted Claude endpoint and charge per 1k tokens.
Text → audio
Multilingual neural TTS. Charge per generated audio-second.
Web search
Search API tuned for AI agents (fewer ads, higher signal). Charge per query.
Web search
Embedding-based web search returning ranked passages. Charge per query.
Solana · oracle
Real-time price feeds with confidence intervals. Charge per quote.
Solana · indexer
Digital Asset Standard reads, enhanced transactions, webhooks. Charge per query.
Solana · DeFi
Best-route swap quotes across every Solana DEX. Charge per quoted route.
Solana · multisig
Account-abstraction multisig. Wrap propose / vote / execute as paid skills.