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.
ai-runtime - Skill - OpenSmartRoute
Skillv1.0.0
ai-runtime
This package is the vendor-adaptation layer for the AI SDK path, not a staging area for migration into `src/backend/ai`. Read [README.md](README.md) and [Backend AI Target Architecture](../../docs/ref
Imported from CherryHQ/cherry-studio-app (packages/ai-runtime/AGENTS.md). Install upstream with npx skills add CherryHQ/cherry-studio-app --skill ai-runtime. Copyright stays with the author.
AI Runtime Instructions
This package is the vendor-adaptation layer for the AI SDK path, not a staging area for migration
into src/backend/ai. Read README.md and
Backend AI Target Architecture before changing
source.
Run pnpm check from this directory. Keep platform behavior behind backend adapters, and expose
package behavior only through the declared image, provider, runtime, tools, and utils
subpaths. New provider or transport adaptation
belongs here; anything that serves the conversation turn belongs behind the Agent Runtime contract
in src/backend/ai/agent/runtime/. Other package changes use the relevant checks in
Testing And CI.
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.
{
"ocm": "1",
"id": "cherryhq-cherry-studio-app-ai-runtime",
"kind": "skill",
"name": "ai-runtime",
"description": "This package is the vendor-adaptation layer for the AI SDK path, not a staging area for migration into `src/backend/ai`. Read [README.md](README.md) and [Backend AI Target Architecture](../../docs/references/ai/target-architecture.md) before changing source.",
"publisher": "CherryHQ",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This package is the vendor-adaptation layer for the AI SDK path, not a staging area for migration into `src/backend/ai`. Read [README.md](README.md) and [Backend AI Target Architecture](../../docs/references/ai/target-architecture.md) before changing source."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/CherryHQ/cherry-studio-app",
"path": "packages/ai-runtime/AGENTS.md",
"ref": "7caf253dc4040430134d18d52806f18d9b100f90",
"url": "https://github.com/CherryHQ/cherry-studio-app/blob/7caf253dc4040430134d18d52806f18d9b100f90/packages/ai-runtime/AGENTS.md",
"key": "CherryHQ/cherry-studio-app/packages/ai-runtime/AGENTS.md"
}
},
"instructions": "# AI Runtime Instructions\n\nThis package is the vendor-adaptation layer for the AI SDK path, not a staging area for migration\ninto `src/backend/ai`. Read [README.md](README.md) and\n[Backend AI Target Architecture](../../docs/references/ai/target-architecture.md) before changing\nsource.\n\nRun `pnpm check` from this directory. Keep platform behavior behind backend adapters, and expose\npackage behavior only through the declared `image`, `provider`, `runtime`, `tools`, and `utils`\nsubpaths. New provider or transport adaptation\nbelongs here; anything that serves the conversation turn belongs behind t",
"cost": {
"context_tokens": 191
}
}
Fetch it by URL: GET /api/v1/registry/cherryhq-cherry-studio-app-ai-runtime/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.