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 thai06052003/Tool-Kit-for-AI-Agent (output/.cursor/skills/my-issues/SKILL.md). Install upstream with npx skills add thai06052003/Tool-Kit-for-AI-Agent --skill my-issues. Copyright stays with the author.
Search the current repo (using #githubRepo for the repo info) and list any issues you find (using #list_issues) that are assigned to me.
Suggest issues that I might want to focus on based on their age, the amount of comments, and their status (open/closed).
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": "thai06052003-tool-kit-for-ai-agent-my-issues",
"kind": "skill",
"name": "my-issues",
"description": "List my issues in the current repository",
"publisher": "thai06052003",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"List my issues in the current repository"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/thai06052003/Tool-Kit-for-AI-Agent",
"path": "output/.cursor/skills/my-issues/SKILL.md",
"ref": "33580338e7bda2e03eafd490ff5ee1ec3b01602a",
"url": "https://github.com/thai06052003/Tool-Kit-for-AI-Agent/blob/33580338e7bda2e03eafd490ff5ee1ec3b01602a/output/.cursor/skills/my-issues/SKILL.md",
"key": "thai06052003/Tool-Kit-for-AI-Agent/output/.cursor/skills/my-issues/SKILL.md"
}
},
"instructions": "Search the current repo (using #githubRepo for the repo info) and list any issues you find (using #list_issues) that are assigned to me.\n\nSuggest issues that I might want to focus on based on their age, the amount of comments, and their status (open/closed).",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/thai06052003-tool-kit-for-ai-agent-my-issues/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.