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 Panopticon-AB/IronForge (skills/monitor-game/SKILL.md). Install upstream with npx skills add Panopticon-AB/IronForge --skill monitor-game. Copyright stays with the author.
monitor-game
This skill executes the monitor-game workflow from .agent/workflows/monitor-game.md.
Usage
"Run monitor-game"
Or via Discord slash command:
/skill monitor-game
Implementation
This skill reads and executes the workflow file:
cat .agent/workflows/monitor-game.md
Then follows the steps defined in that file.
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.
panopticon-ab-ironforge-monitor-game.ocm.jsonjson
{
"ocm": "1",
"id": "panopticon-ab-ironforge-monitor-game",
"kind": "skill",
"name": "monitor-game",
"description": "Workflow for monitor-game",
"publisher": "Panopticon-AB",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Workflow for monitor-game"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Panopticon-AB/IronForge",
"path": "skills/monitor-game/SKILL.md",
"ref": "d61d4640d8c624e373bea2035acd3aceb6fd43d8",
"url": "https://github.com/Panopticon-AB/IronForge/blob/d61d4640d8c624e373bea2035acd3aceb6fd43d8/skills/monitor-game/SKILL.md",
"key": "Panopticon-AB/IronForge/skills/monitor-game/SKILL.md"
}
},
"instructions": "# monitor-game\n\nThis skill executes the **monitor-game** workflow from .agent/workflows/monitor-game.md.\n\n## Usage\n\n```\n\"Run monitor-game\"\n```\n\nOr via Discord slash command:\n```\n/skill monitor-game\n```\n\n## Implementation\n\nThis skill reads and executes the workflow file:\n\n```bash\ncat .agent/workflows/monitor-game.md\n```\n\nThen follows the steps defined in that file.",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/panopticon-ab-ironforge-monitor-game/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.