Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from CXwudi/agent-config (skills/web-search-and-crawl/exa/SKILL.md). Install upstream with npx skills add CXwudi/agent-config --skill exa. Copyright stays with the author.
Exa Search
Prerequisites
EXA_API_KEY env var is available.
Usage
Use the openapi-inspection skill to inspect the latest official Search API OpenAPI specification:
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
cxwudi-agent-config-exa.ocm.jsonjson
{
"ocm": "1",
"id": "cxwudi-agent-config-exa",
"kind": "skill",
"name": "exa",
"description": "Agent Skill for web search and crawl via Exa.",
"publisher": "CXwudi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Skill for web search and crawl via Exa."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/CXwudi/agent-config",
"path": "skills/web-search-and-crawl/exa/SKILL.md",
"ref": "bd9767b37a05a2ee800e436966bd7e6c5c803b95",
"url": "https://github.com/CXwudi/agent-config/blob/bd9767b37a05a2ee800e436966bd7e6c5c803b95/skills/web-search-and-crawl/exa/SKILL.md",
"key": "CXwudi/agent-config/skills/web-search-and-crawl/exa/SKILL.md"
}
},
"instructions": "# Exa Search\n\n## Prerequisites\n\n`EXA_API_KEY` env var is available.\n\n## Usage\n\nUse the `openapi-inspection` skill to inspect the latest official Search API OpenAPI specification:\n\n`https://raw.githubusercontent.com/exa-labs/openapi-spec/refs/heads/master/exa-openapi-spec.yaml`\n\nThen make REST API calls following the spec.",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/cxwudi-agent-config-exa/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.