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_and_DataScience - Skill - OpenSmartRoute
Skillv1.0.0
AI_and_DataScience
Read [AI_WORKFLOW.md](AI_WORKFLOW.md) at the start of each session if it is not already loaded. It contains the shared business-partner agreement, learning/profit decision rules, and Astra/Claude hand
Imported from brax1227/AI_and_DataScience (AGENTS.md). Install upstream with npx skills add brax1227/AI_and_DataScience. Copyright stays with the author.
Agent instructions
Shared AI partner workflow
Read AI_WORKFLOW.md at the start of each session if it is not already loaded. It contains the shared business-partner agreement, learning/profit decision rules, and Astra/Claude handoff process. Its general defaults supplement the project-specific instructions in this repository; preserve those instructions and follow the user's current task.
Read the current source, repository documentation, and task context before choosing an implementation. Do not invent a product roadmap or build/test commands for an uninitialized project.
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": "brax1227-ai-and-datascience-ai-and-datascience",
"kind": "skill",
"name": "AI_and_DataScience",
"description": "Read [AI_WORKFLOW.md](AI_WORKFLOW.md) at the start of each session if it is not already loaded. It contains the shared business-partner agreement, learning/profit decision rules, and Astra/Claude handoff process. Its general defaults supplement the project-specific instructions in this repository; preserve those instructions and follow the user's current task.",
"publisher": "brax1227",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read [AI_WORKFLOW.md](AI_WORKFLOW.md) at the start of each session if it is not already loaded. It contains the shared business-partner agreement, learning/profit decision rules, and Astra/Claude handoff process. Its general defaults supplement the project-specific instructions in this repository; preserve those instructions and follow the user's current task."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/brax1227/AI_and_DataScience",
"path": "AGENTS.md",
"ref": "9f719a8bbbce7ca3c09863266b1cad61d15699dd",
"url": "https://github.com/brax1227/AI_and_DataScience/blob/9f719a8bbbce7ca3c09863266b1cad61d15699dd/AGENTS.md",
"key": "brax1227/AI_and_DataScience/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\n\n## Shared AI partner workflow\n\nRead [AI_WORKFLOW.md](AI_WORKFLOW.md) at the start of each session if it is not already loaded. It contains the shared business-partner agreement, learning/profit decision rules, and Astra/Claude handoff process. Its general defaults supplement the project-specific instructions in this repository; preserve those instructions and follow the user's current task.\n\nRead the current source, repository documentation, and task context before choosing an implementation. Do not invent a product roadmap or build/test commands for an uninitialized pro",
"cost": {
"context_tokens": 151
}
}
Fetch it by URL: GET /api/v1/registry/brax1227-ai-and-datascience-ai-and-datascience/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.