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.
core - Skill - OpenSmartRoute
Skillv1.0.0
core
Follow the repository [agent contract](../AGENTS.md), including the NeoHaskell dialect, localization, and spec-gated pipeline. The canonical skills live in [.agents/skills](../.agents/skills/); use `n
Imported from neohaskell/NeoHaskell (core/AGENTS.md). Install upstream with npx skills add neohaskell/NeoHaskell --skill core. Copyright stays with the author.
Core library — Codex scope
Follow the repository agent contract, including the NeoHaskell
dialect, localization, and spec-gated pipeline. The canonical skills live in
.agents/skills; use neohaskell-localizer before planning
and neohaskell-implementer for .hs changes.
Run ./dev commands from the repository root. This file routes the core scope
to the shared contract; it does not duplicate or override that contract.
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.
neohaskell-neohaskell-core.ocm.jsonjson
{
"ocm": "1",
"id": "neohaskell-neohaskell-core",
"kind": "skill",
"name": "core",
"description": "Follow the repository [agent contract](../AGENTS.md), including the NeoHaskell dialect, localization, and spec-gated pipeline. The canonical skills live in [.agents/skills](../.agents/skills/); use `neohaskell-localizer` before planning and `neohaskell-implementer` for `.hs` changes.",
"publisher": "neohaskell",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow the repository [agent contract](../AGENTS.md), including the NeoHaskell dialect, localization, and spec-gated pipeline. The canonical skills live in [.agents/skills](../.agents/skills/); use `neohaskell-localizer` before planning and `neohaskell-implementer` for `.hs` changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/neohaskell/NeoHaskell",
"path": "core/AGENTS.md",
"ref": "bf7dced7e097debb1154704c22811384eb3593a8",
"url": "https://github.com/neohaskell/NeoHaskell/blob/bf7dced7e097debb1154704c22811384eb3593a8/core/AGENTS.md",
"key": "neohaskell/NeoHaskell/core/AGENTS.md"
}
},
"instructions": "# Core library — Codex scope\n\nFollow the repository [agent contract](../AGENTS.md), including the NeoHaskell\ndialect, localization, and spec-gated pipeline. The canonical skills live in\n[.agents/skills](../.agents/skills/); use `neohaskell-localizer` before planning\nand `neohaskell-implementer` for `.hs` changes.\n\nRun `./dev` commands from the repository root. This file routes the core scope\nto the shared contract; it does not duplicate or override that contract.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/neohaskell-neohaskell-core/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.