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.
sql-query-builder - Skill - OpenSmartRoute
Skillv1.0.0
sql-query-builder
Run when the user wants to compose a safe parameterized SQL query from a plain-English request and the current database schema.
Imported from sergiocarracedo/skill-organizer (packages/cli/internal/overlap/testdata/overlap/clean/beta/SKILL.md). Install upstream with npx skills add sergiocarracedo/skill-organizer --skill beta. Copyright stays with the author.
sql-query-builder
Builds parameterized SQL queries.
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.
sergiocarracedo-skill-organizer-beta.ocm.jsonjson
{
"ocm": "1",
"id": "sergiocarracedo-skill-organizer-beta",
"kind": "skill",
"name": "sql-query-builder",
"description": "Run when the user wants to compose a safe parameterized SQL query from a plain-English request and the current database schema.",
"publisher": "sergiocarracedo",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis",
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run when the user wants to compose a safe parameterized SQL query from a plain-English request and the current database schema."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sergiocarracedo/skill-organizer",
"path": "packages/cli/internal/overlap/testdata/overlap/clean/beta/SKILL.md",
"ref": "92b628e1083c053a55e8b1e908d06f15af15fae5",
"url": "https://github.com/sergiocarracedo/skill-organizer/blob/92b628e1083c053a55e8b1e908d06f15af15fae5/packages/cli/internal/overlap/testdata/overlap/clean/beta/SKILL.md",
"key": "sergiocarracedo/skill-organizer/packages/cli/internal/overlap/testdata/overlap/clean/beta/SKILL.md"
}
},
"instructions": "# sql-query-builder\n\nBuilds parameterized SQL queries.",
"cost": {
"context_tokens": 13
}
}
Fetch it by URL: GET /api/v1/registry/sergiocarracedo-skill-organizer-beta/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.