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.
videracing - Skill - OpenSmartRoute
Skillv1.0.0
videracing
Single-page joke site (`index.html`). No build step, no dependencies — just open in a browser.
Imported from CarlosPaterninaDev/videracing (AGENTS.md). Install upstream with npx skills add CarlosPaterninaDev/videracing. Copyright stays with the author.
AGENTS.md
Single-page joke site (index.html). No build step, no dependencies — just open in a browser.
What to do when working here
Before writing new code, establish project structure (manifest, build config, linter, formatter, typechecker, test runner) and commit first.
Open index.html directly in a browser to preview.
There are no existing conventions beyond what's in index.html — match its style if adding more files.
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/carlospaterninadev-videracing-videracing/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.
{
"ocm": "1",
"id": "carlospaterninadev-videracing-videracing",
"kind": "skill",
"name": "videracing",
"description": "Single-page joke site (`index.html`). No build step, no dependencies — just open in a browser.",
"publisher": "CarlosPaterninaDev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Single-page joke site (`index.html`). No build step, no dependencies — just open in a browser."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/CarlosPaterninaDev/videracing",
"path": "AGENTS.md",
"ref": "eabcb2633716e5afd1e0e14326f8dc6118350f23",
"url": "https://github.com/CarlosPaterninaDev/videracing/blob/eabcb2633716e5afd1e0e14326f8dc6118350f23/AGENTS.md",
"key": "CarlosPaterninaDev/videracing/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nSingle-page joke site (`index.html`). No build step, no dependencies — just open in a browser.\n\n## What to do when working here\n\n- Before writing new code, establish project structure (manifest, build config, linter, formatter, typechecker, test runner) and commit first.\n- Open `index.html` directly in a browser to preview.\n- There are no existing conventions beyond what's in `index.html` — match its style if adding more files.",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/carlospaterninadev-videracing-videracing/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.