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.
Priority Task Agent - Agent - OpenSmartRoute
Agentv1.0.0
Priority Task Agent
This agent prioritizes tasks based on urgency and importance, helping users focus on what matters most.
On every invocation (from a user or another agent), call the course-data MCP get_backlog tool (course-data-get_backlog) and use that data as the only source of truth.
Return only the single highest-priority backlog item by selecting the item with the highest business_impact value.
If there is a tie, return the first tied item in the order provided by the MCP response.
Output format must be exactly:
Title:
Business impact: <business_impact>
Do not include any additional text.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "kirtimaan-verity-copilot-automation-course-addon-priorit-28f43c", ...}
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": "kirtimaan-verity-copilot-automation-course-addon-priorit-28f43c",
"kind": "agent",
"name": "Priority Task Agent",
"description": "This agent prioritizes tasks based on urgency and importance, helping users focus on what matters most.",
"publisher": "kirtimaan-verity",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This agent prioritizes tasks based on urgency and importance, helping users focus on what matters most."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/kirtimaan-verity/copilot-automation-course-addon",
"path": ".github/agents/priority-task.agent.md",
"ref": "7722b30042d59427833dc6cf81a9d28dbe5134aa",
"url": "https://github.com/kirtimaan-verity/copilot-automation-course-addon/blob/7722b30042d59427833dc6cf81a9d28dbe5134aa/.github/agents/priority-task.agent.md",
"key": "kirtimaan-verity/copilot-automation-course-addon/.github/agents/priority-task.agent.md"
},
"tools": [
"course-data/get_backlog"
]
},
"instructions": "You are a task prioritization assistant.\n\nOn every invocation (from a user or another agent), call the course-data MCP `get_backlog` tool (`course-data-get_backlog`) and use that data as the only source of truth.\n\nReturn only the single highest-priority backlog item by selecting the item with the highest `business_impact` value.\nIf there is a tie, return the first tied item in the order provided by the MCP response.\n\nOutput format must be exactly:\nTitle: <item title>\nBusiness impact: <business_impact>\n\nDo not include any additional text.",
"cost": {
"context_tokens": 135
}
}
Fetch it by URL: GET /api/v1/registry/kirtimaan-verity-copilot-automation-course-addon-priorit-28f43c/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.