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.
js - Skill - OpenSmartRoute
Skillv1.0.0
js
Game logic modules for the 4d_go browser game (plain JS, no build step). Loaded by `../index.html` via `<script>` tags; shared geometry imports come from `../../4d_generic/`. Tests for these modules l
Imported from docxology/QuadCraft (games/4d_go/js/AGENTS.md). Install upstream with npx skills add docxology/QuadCraft --skill js. Copyright stays with the author.
js/ — Agent Notes
Game logic modules for the 4d_go browser game (plain JS, no build step).
Loaded by ../index.html via <script> tags; shared geometry imports come from
../../4d_generic/. Tests for these modules live in ../tests/.
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/docxology-quadcraft-js/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.
docxology-quadcraft-js.ocm.jsonjson
{
"ocm": "1",
"id": "docxology-quadcraft-js",
"kind": "skill",
"name": "js",
"description": "Game logic modules for the 4d_go browser game (plain JS, no build step). Loaded by `../index.html` via `<script>` tags; shared geometry imports come from `../../4d_generic/`. Tests for these modules live in `../tests/`.",
"publisher": "docxology",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Game logic modules for the 4d_go browser game (plain JS, no build step). Loaded by `../index.html` via `<script>` tags; shared geometry imports come from `../../4d_generic/`. Tests for these modules live in `../tests/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/docxology/QuadCraft",
"path": "games/4d_go/js/AGENTS.md",
"ref": "ad78b2bb75ec88b7364871270539d9b926c94263",
"url": "https://github.com/docxology/QuadCraft/blob/ad78b2bb75ec88b7364871270539d9b926c94263/games/4d_go/js/AGENTS.md",
"key": "docxology/QuadCraft/games/4d_go/js/AGENTS.md"
}
},
"instructions": "# js/ — Agent Notes\n\nGame logic modules for the 4d_go browser game (plain JS, no build step).\nLoaded by `../index.html` via `<script>` tags; shared geometry imports come from\n`../../4d_generic/`. Tests for these modules live in `../tests/`.",
"cost": {
"context_tokens": 60
}
}
Fetch it by URL: GET /api/v1/registry/docxology-quadcraft-js/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.