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.
workflow - Skill - OpenSmartRoute
Skillv1.0.0
workflow
Workflows must use paths filters to run only on: - speech_to_text_asset_bundle/** - .github/workflows/** - PR workflows must run lint/tests and `databricks bundle validate -t dev/prod` - Deploy to pro
PR workflows must run lint/tests and databricks bundle validate -t dev/prod
Deploy to prod must require approvals and never use dev credentials.
Never echo secrets or include real workspace URLs in committed 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/alessandro9110-speech-to-text-with-databricks-workflow-i-2c45c3/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": "alessandro9110-speech-to-text-with-databricks-workflow-i-2c45c3",
"kind": "skill",
"name": "workflow",
"description": "Workflows must use paths filters to run only on: - speech_to_text_asset_bundle/** - .github/workflows/** - PR workflows must run lint/tests and `databricks bundle validate -t dev/prod` - Deploy to prod must require approvals and never use dev credentials. - Never echo secrets or include real workspace URLs in committed files.",
"publisher": "alessandro9110",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Workflows must use paths filters to run only on: - speech_to_text_asset_bundle/** - .github/workflows/** - PR workflows must run lint/tests and `databricks bundle validate -t dev/prod` - Deploy to prod must require approvals and never use dev credentials. - Never echo secrets or include real workspace URLs in committed files."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/alessandro9110/Speech-To-Text-With-Databricks",
"path": ".github/instructions/workflow.instructions.md",
"ref": "d61b08d9c091bc17da5c585b0b4ac1415a84167f",
"url": "https://github.com/alessandro9110/Speech-To-Text-With-Databricks/blob/d61b08d9c091bc17da5c585b0b4ac1415a84167f/.github/instructions/workflow.instructions.md",
"key": "alessandro9110/Speech-To-Text-With-Databricks/.github/instructions/workflow.instructions.md"
},
"applies_to": ".github/workflows/**/*.yml"
},
"instructions": "- Workflows must use paths filters to run only on:\n - speech_to_text_asset_bundle/**\n - .github/workflows/**\n- PR workflows must run lint/tests and `databricks bundle validate -t dev/prod`\n- Deploy to prod must require approvals and never use dev credentials.\n- Never echo secrets or include real workspace URLs in committed files.",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/alessandro9110-speech-to-text-with-databricks-workflow-i-2c45c3/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.