Skills for Claude Code · Codex · Cursor · Windsurf

Give your agent the skills to actually do the work.

Install once. Your AI agent gains real abilities: search the web, read pages, parse documents, generate images and video. One bill, no extra API keys.

Browse skills
21
skills
25
providers behind them
1
install
Claude Code
you

Summarize anthropic.com — three bullets.

claude

I'll use the web.read skill.

via ToolRelayweb.readfirecrawl412 ms−$0.0125 credits
• 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.
Skills

What your agent can do, the moment it's installed.

Every skill is a stable contract. Your agent calls it the same way no matter which upstream service runs underneath.

Search the live web

Live web results with citations. Recency filter, locale, k.

web.search$0.0080 / search

Read any web page

Render any URL to clean Markdown. Links and metadata included.

web.read$0.0125 / page

Analyze a GitHub repo

Summarize a repo: install method, use cases, agent relevance.

github.repo_analyze$0.0200 / repo

Reach any frontier model

OpenAI-compatible chat completions, 200+ frontier models.

chat.generate$0.0015 / request

Generate an image

confirm

Posters, hero art, product visuals. Prompt + aspect + style.

image.generate$0.0400 / image

Generate a short video

confirm

Short clips from text or image. Pay per second.

video.generate$0.0800 / second

Speak text aloud

Text to speech, 30+ voices, natural prosody.

tts.generate$0.0180 / 1k chars

Transcribe speech

Speech to text. Diarization and timestamps available.

stt.transcribe$0.0060 / minute

Parse a PDF

PDFs, scans, tables to clean text + structure.

document.parse$0.0050 / page

Send an email

Outbound transactional email via SES, deliverability-tuned.

email.send$0.0001 / email

Send an SMS

confirm

Global SMS, verified senders, cost-aware fallbacks.

sms.send$0.0400 / message

Look up a place

Geocode and place lookup. Latitude, longitude, address.

geo.search$0.0050 / lookup
Routing

One install routes to every provider you'd otherwise integrate.

Behind 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.

Capability
Provider(s)
web.search
tavilyexaperplexity$0.0080 / search
web.read
firecrawlscrapingdog$0.0125 / page
github.repo_analyze
github$0.0200 / repo
chat.generate
openrouter$0.0015 / request
image.generate
replicateopenai$0.0400 / image
video.generate
replicateseedanceminimax$0.0800 / second
tts.generate
elevenlabs$0.0180 / 1k chars
stt.transcribe
deepgram$0.0060 / minute
document.parse
reducto$0.0050 / page
email.send
aws$0.0001 / email
Install

Tell your agent. That's the install.

Pick 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 codex

Adds the ToolRelay skill to your Codex config.

  1. 01Sign up. Get $2 in free credits. No card.
  2. 02Install once into the agent of your choice.
  3. 03Ask your agent to read a page, search the web, generate an image.
  4. 04Pay for success only. Failed calls don't deduct credits.
  • Claude Code
  • Codex
  • Cursor
  • Windsurf
  • Cline
  • Gemini CLI
  • Any MCP client
For developers

You can also just call the API.

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.

POST · /v1/run-$0.0125 credits
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" }
  }'
Coverage
21
skills your agent gains
25
providers behind the scenes
49
models routable
1
install into your agent
Start

$2 in free credits.
No card. No subscription.

Install in your agent, run a few real skills, decide whether to top up. Failed calls don't cost a thing.

See pricing