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.
Yellowstone Sound Atlas - Agent - OpenSmartRoute
Agentv1.0.0
Yellowstone Sound Atlas
A public, static listening atlas for Yellowstone National Park sound recordings, with 61 route specimens, direct static data, and agent-readable documentation.
A2A agent card imported from rosuH/YSL (.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.
Yellowstone Sound Atlas
A public, static listening atlas for Yellowstone National Park sound recordings, with 61 route specimens, direct static data, and agent-readable documentation.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "rosuh-ysl-yellowstone-sound-atlas", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
rosuh-ysl-yellowstone-sound-atlas.ocm.jsonjson
{
"ocm": "1",
"id": "rosuh-ysl-yellowstone-sound-atlas",
"kind": "agent",
"name": "Yellowstone Sound Atlas",
"description": "A public, static listening atlas for Yellowstone National Park sound recordings, with 61 route specimens, direct static data, and agent-readable documentation.",
"publisher": "rosuH",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"a2a",
"agent-card",
"github-a2a"
],
"languages": [
"en"
],
"supports_tools": true
},
"quality_prior": 0.6,
"examples": [
"A public, static listening atlas for Yellowstone National Park sound recordings, with 61 route specimens, direct static data, and agent-readable documentation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-a2a",
"repository": "https://github.com/rosuH/YSL",
"path": ".well-known/agent.json",
"ref": "b29af7bec4d1ba273d69f9ef6a393e92c95ad926",
"url": "https://github.com/rosuH/YSL/blob/b29af7bec4d1ba273d69f9ef6a393e92c95ad926/.well-known/agent.json",
"key": "rosuH/YSL/.well-known/agent.json"
}
},
"endpoints": [
{
"protocol": "a2a",
"url": "https://ysl.rosuh.me/"
}
]
}
Fetch it by URL: GET /api/v1/registry/rosuh-ysl-yellowstone-sound-atlas/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.