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.
runifold-store-sqlite - Skill - OpenSmartRoute
Skillv1.0.0
runifold-store-sqlite
<!-- Generated from canonical crate guide. --> Read AGENTS.md and crates/runifold-store-sqlite/AGENTS.md. Use docs/ai/recipes for the current task; run the local validation profile.
Instruction file imported from ZYX121212/runifold (.github/instructions/runifold-store-sqlite.instructions.md). Copyright stays with the author.
Read AGENTS.md and crates/runifold-store-sqlite/AGENTS.md.
Use docs/ai/recipes for the current task; run the local validation profile.
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": "zyx121212-runifold-runifold-store-sqlite-instructions",
"kind": "skill",
"name": "runifold-store-sqlite",
"description": "<!-- Generated from canonical crate guide. --> Read AGENTS.md and crates/runifold-store-sqlite/AGENTS.md. Use docs/ai/recipes for the current task; run the local validation profile.",
"publisher": "ZYX121212",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- Generated from canonical crate guide. --> Read AGENTS.md and crates/runifold-store-sqlite/AGENTS.md. Use docs/ai/recipes for the current task; run the local validation profile."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ZYX121212/runifold",
"path": ".github/instructions/runifold-store-sqlite.instructions.md",
"ref": "fbe9092ba6c9f11d2eddeddc516ebd4c62df1a3d",
"url": "https://github.com/ZYX121212/runifold/blob/fbe9092ba6c9f11d2eddeddc516ebd4c62df1a3d/.github/instructions/runifold-store-sqlite.instructions.md",
"key": "ZYX121212/runifold/.github/instructions/runifold-store-sqlite.instructions.md"
},
"applies_to": "crates/runifold-store-sqlite/**"
},
"instructions": "<!-- Generated from canonical crate guide. -->\nRead AGENTS.md and crates/runifold-store-sqlite/AGENTS.md.\nUse docs/ai/recipes for the current task; run the local validation profile.",
"cost": {
"context_tokens": 45
}
}
Fetch it by URL: GET /api/v1/registry/zyx121212-runifold-runifold-store-sqlite-instructions/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.