Skills · v1

Every skill your agent gains.

21 skills, routed across upstream providers. Each one is a stable contract: your agent calls it the same way no matter which service runs underneath.

Web

2 skills

Search the live web

web.search

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

tavilyexaperplexity
$0.0080per search

Read any web page

web.read

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

firecrawlscrapingdog
$0.0125per page

Code

1 skill

Analyze a GitHub repo

github.repo_analyze

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

github
$0.0200per repo

Chat

1 skill

Reach any frontier model

chat.generate

OpenAI-compatible chat completions, 200+ frontier models.

openrouter
$0.0015per request

Image

1 skill

Generate an image

confirm
image.generate

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

replicateopenai
$0.0400per image

Video

1 skill

Generate a short video

confirm
video.generate

Short clips from text or image. Pay per second.

replicateseedanceminimax
$0.0800per second

Audio

2 skills

Speak text aloud

tts.generate

Text to speech, 30+ voices, natural prosody.

elevenlabs
$0.0180per 1k chars

Transcribe speech

stt.transcribe

Speech to text. Diarization and timestamps available.

deepgram
$0.0060per minute

Documents

1 skill

Parse a PDF

document.parse

PDFs, scans, tables to clean text + structure.

reducto
$0.0050per page

Comms

2 skills

Send an email

email.send

Outbound transactional email via SES, deliverability-tuned.

aws
$0.0001per email

Send an SMS

confirm
sms.send

Global SMS, verified senders, cost-aware fallbacks.

twilioprelude
$0.0400per message

Utility

1 skill

Look up a place

geo.search

Geocode and place lookup. Latitude, longitude, address.

google
$0.0050per lookup
Install

Add these skills to your agent.

Run one command for the agent you use. It registers ToolRelay as a skill or MCP server. From then on, your agent knows when to call which skill and shows you the cost before it runs.

$npx toolrelay install codex

Adds the ToolRelay skill to your Codex config.

Or call the API

Building your own agent? Skip the installer and call the hosted API directly. OpenAI-compatible chat, REST for every skill.

OpenAPI docs