Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
lang - Skill - OpenSmartRoute
Skillv1.0.0
lang
Otium is an experimental programming language. A small Lisp intended to be malleable and intended for running in low memory environments, but with some big-language features and ideas. Most directly S
Imported from upvalue/otium (lang/AGENTS.md). Install upstream with npx skills add upvalue/otium --skill lang. Copyright stays with the author.
otium
Otium is an experimental programming language. A small Lisp intended to be
malleable and intended for running in low memory environments, but with some
big-language features and ideas. Most directly Scheme like in heritage but
takes some ideas from Clojure (namespaces) and Janet (practicality, tables).
Use ticket --help to interact with the ticketing system.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/upvalue-otium-lang/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
upvalue-otium-lang.ocm.jsonjson
{
"ocm": "1",
"id": "upvalue-otium-lang",
"kind": "skill",
"name": "lang",
"description": "Otium is an experimental programming language. A small Lisp intended to be malleable and intended for running in low memory environments, but with some big-language features and ideas. Most directly Scheme like in heritage but takes some ideas from Clojure (namespaces) and Janet (practicality, tables).",
"publisher": "upvalue",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Otium is an experimental programming language. A small Lisp intended to be malleable and intended for running in low memory environments, but with some big-language features and ideas. Most directly Scheme like in heritage but takes some ideas from Clojure (namespaces) and Janet (practicality, tables)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/upvalue/otium",
"path": "lang/AGENTS.md",
"ref": "ef92d4dfd45080c77e4db8a29da0fbfbedfdb73f",
"url": "https://github.com/upvalue/otium/blob/ef92d4dfd45080c77e4db8a29da0fbfbedfdb73f/lang/AGENTS.md",
"key": "upvalue/otium/lang/AGENTS.md"
}
},
"instructions": "# otium\n\nOtium is an experimental programming language. A small Lisp intended to be\nmalleable and intended for running in low memory environments, but with some\nbig-language features and ideas. Most directly Scheme like in heritage but\ntakes some ideas from Clojure (namespaces) and Janet (practicality, tables).\n\nUse `ticket --help` to interact with the ticketing system.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/upvalue-otium-lang/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.