Search the live web
Live web results with citations. Recency filter, locale, k.
web.search$0.0080 / searchInstall once. Your AI agent gains real abilities: search the web, read pages, parse documents, generate images and video. One bill, no extra API keys.
Summarize anthropic.com — three bullets.
I'll use the web.read skill.
• Anthropic is an AI safety company; flagship product is Claude. • Their research focus is alignment, interpretability, and frontier evals. • Recent shipping: agentic coding, computer use, long-context Claude.
Every skill is a stable contract. Your agent calls it the same way no matter which upstream service runs underneath.
Live web results with citations. Recency filter, locale, k.
web.search$0.0080 / searchRender any URL to clean Markdown. Links and metadata included.
web.read$0.0125 / pageSummarize a repo: install method, use cases, agent relevance.
github.repo_analyze$0.0200 / repoOpenAI-compatible chat completions, 200+ frontier models.
chat.generate$0.0015 / requestPosters, hero art, product visuals. Prompt + aspect + style.
image.generate$0.0400 / imageShort clips from text or image. Pay per second.
video.generate$0.0800 / secondText to speech, 30+ voices, natural prosody.
tts.generate$0.0180 / 1k charsSpeech to text. Diarization and timestamps available.
stt.transcribe$0.0060 / minutePDFs, scans, tables to clean text + structure.
document.parse$0.0050 / pageOutbound transactional email via SES, deliverability-tuned.
email.send$0.0001 / emailGlobal SMS, verified senders, cost-aware fallbacks.
sms.send$0.0400 / messageGeocode and place lookup. Latitude, longitude, address.
geo.search$0.0050 / lookupBehind each skill is a real upstream API: Firecrawl, Tavily, Replicate, ElevenLabs and others. We pick the right one, retry on failure, and only bill on success.
web.searchWebweb.readWebgithub.repo_analyzeCodechat.generateChatimage.generateImagevideo.generateVideotts.generateAudiostt.transcribeAudiodocument.parseDocumentsemail.sendCommsPick the agent you use, paste one command. ToolRelay registers itself as a skill or MCP server. Your agent learns when to call it, how to estimate cost, and how to surface the result.
npx toolrelay install codexAdds the ToolRelay skill to your Codex config.
ToolRelay exposes an OpenAI-compatible HTTP API with a hosted catalog, idempotent billing, and per-call cost telemetry. Drop your favourite SDK on top of https://api.toolrelay.dev/v1.
curl -X POST https://api.toolrelay.dev/v1/run \
-H "Authorization: Bearer $TOOLRELAY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "firecrawl/scrape",
"inputs": { "url": "https://anthropic.com" }
}'Install in your agent, run a few real skills, decide whether to top up. Failed calls don't cost a thing.