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.
heat_watch - Skill - OpenSmartRoute
Skillv1.0.0
heat_watch
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Hee
Imported from jjf2009/heat_watch (AGENTS.md). Install upstream with npx skills add jjf2009/heat_watch. Copyright stays with the author.
This is NOT the Next.js you know
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.
Agent Instructions
Package Manager
Use npm: npm install, npm run dev, npm run build
Commit Attribution
AI commits MUST include:
Co-Authored-By: Antigravity <noreply@google.com>
File-Scoped Commands
Task
Command
Typecheck
npx tsc --noEmit
Lint
npx eslint path/to/file.ts
Project Documentation
Detailed input/output mappings for every file are available in README.md.
For high-level agent overviews, see llms.txt.
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.
jjf2009-heat-watch-heat-watch.ocm.jsonjson
{
"ocm": "1",
"id": "jjf2009-heat-watch-heat-watch",
"kind": "skill",
"name": "heat_watch",
"description": "This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. <!-- END:nextjs-agent-rules -->",
"publisher": "jjf2009",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. <!-- END:nextjs-agent-rules -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jjf2009/heat_watch",
"path": "AGENTS.md",
"ref": "e494d4f855c55bc7ce3a1d383bb68d747e65465f",
"url": "https://github.com/jjf2009/heat_watch/blob/e494d4f855c55bc7ce3a1d383bb68d747e65465f/AGENTS.md",
"key": "jjf2009/heat_watch/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\n# This is NOT the Next.js you know\n\nThis version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.\n<!-- END:nextjs-agent-rules -->\n\n# Agent Instructions\n\n## Package Manager\nUse **npm**: `npm install`, `npm run dev`, `npm run build`\n\n## Commit Attribution\nAI commits MUST include:\n```text\nCo-Authored-By: Antigravity <noreply@google.com>\n```\n\n## File-Scoped Commands\n| Task | Command |\n|------|---------|\n| ",
"cost": {
"context_tokens": 205
}
}
Fetch it by URL: GET /api/v1/registry/jjf2009-heat-watch-heat-watch/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.