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.
registry - Skill - OpenSmartRoute
Skillv1.0.0
registry
Use for vessel registry lookup, registry membership, hull-number matching, and registry descriptions.
Imported from hyshhh/SeaAgent-v3 (SeaAgent-v3.2-based_DA/skills/registry/registry/SKILL.md). Install upstream with npx skills add hyshhh/SeaAgent-v3 --skill registry. Copyright stays with the author.
Sea-Video Registry
Use the registry tools for database facts and image matching for identity claims. A registry hit alone does not establish presence in video. A video track alone does not establish registry membership. For membership comparisons, score the video candidates against registry references and preserve uncertain candidates as a separate group.
Use it
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.
hyshhh-seaagent-v3-registry.ocm.jsonjson
{
"ocm": "1",
"id": "hyshhh-seaagent-v3-registry",
"kind": "skill",
"name": "registry",
"description": "Use for vessel registry lookup, registry membership, hull-number matching, and registry descriptions.",
"publisher": "hyshhh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use for vessel registry lookup, registry membership, hull-number matching, and registry descriptions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/hyshhh/SeaAgent-v3",
"path": "SeaAgent-v3.2-based_DA/skills/registry/registry/SKILL.md",
"ref": "23c53e1c259f5c86e012076203c330a5868de9c1",
"url": "https://github.com/hyshhh/SeaAgent-v3/blob/23c53e1c259f5c86e012076203c330a5868de9c1/SeaAgent-v3.2-based_DA/skills/registry/registry/SKILL.md",
"key": "hyshhh/SeaAgent-v3/SeaAgent-v3.2-based_DA/skills/registry/registry/SKILL.md"
}
},
"instructions": "# Sea-Video Registry\n\nUse the registry tools for database facts and image matching for identity claims. A registry hit alone does not establish presence in video. A video track alone does not establish registry membership. For membership comparisons, score the video candidates against registry references and preserve uncertain candidates as a separate group.",
"cost": {
"context_tokens": 90
}
}
Fetch it by URL: GET /api/v1/registry/hyshhh-seaagent-v3-registry/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.