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.
Imported from starlake-ai/starlake-skills (.agents/skills/job/SKILL.md). Install upstream with npx skills add starlake-ai/starlake-skills --skill job. Copyright stays with the author.
Job Skill
Alias for the transform command. All options and behavior are identical.
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.
starlake-ai-starlake-skills-job.ocm.jsonjson
{
"ocm": "1",
"id": "starlake-ai-starlake-skills-job",
"kind": "skill",
"name": "job",
"description": "Run a job (alias for transform)",
"publisher": "starlake-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run a job (alias for transform)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/starlake-ai/starlake-skills",
"path": ".agents/skills/job/SKILL.md",
"ref": "c804a344f7be7ffdee162130b6541a8d48a315f3",
"url": "https://github.com/starlake-ai/starlake-skills/blob/c804a344f7be7ffdee162130b6541a8d48a315f3/.agents/skills/job/SKILL.md",
"key": "starlake-ai/starlake-skills/.agents/skills/job/SKILL.md"
}
},
"instructions": "# Job Skill\n\nAlias for the [transform](../transform/SKILL.md) command. All options and behavior are identical.\n\n## Usage\n\n```bash\nstarlake job [options]\n```\n\n## Options\n\nSee [transform](../transform/SKILL.md) for all available options.\n\n## Examples\n\n### Run a Job\n\n```bash\nstarlake job --name kpi.revenue_summary\n```\n\n### Run with Recursive Dependencies\n\n```bash\nstarlake job --name kpi.order_summary --recursive\n```\n\n## Related Skills\n\n- [transform](../transform/SKILL.md) - Full documentation for this command",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/starlake-ai-starlake-skills-job/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.