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.
github-monitor - Skill - OpenSmartRoute
Skillv1.0.0
github-monitor
Monitor watched GitHub repos for new activity and changes
Imported from datappt8/UOPC (companies/aeon-intelligence/skills/github-monitor/SKILL.md). Install upstream with npx skills add datappt8/UOPC --skill github-monitor. Copyright stays with the author.
Monitors watched GitHub repositories for new commits, PRs, issues, and releases, producing an activity summary.
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.
datappt8-uopc-github-monitor.ocm.jsonjson
{
"ocm": "1",
"id": "datappt8-uopc-github-monitor",
"kind": "skill",
"name": "github-monitor",
"description": "Monitor watched GitHub repos for new activity and changes",
"publisher": "datappt8",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Monitor watched GitHub repos for new activity and changes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/datappt8/UOPC",
"path": "companies/aeon-intelligence/skills/github-monitor/SKILL.md",
"ref": "cac981fdf6f264fc2baecbcd34d59bca5db6a1b3",
"url": "https://github.com/datappt8/UOPC/blob/cac981fdf6f264fc2baecbcd34d59bca5db6a1b3/companies/aeon-intelligence/skills/github-monitor/SKILL.md",
"key": "datappt8/UOPC/companies/aeon-intelligence/skills/github-monitor/SKILL.md"
}
},
"instructions": "Monitors watched GitHub repositories for new commits, PRs, issues, and releases, producing an activity summary.",
"cost": {
"context_tokens": 27
}
}
Fetch it by URL: GET /api/v1/registry/datappt8-uopc-github-monitor/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.