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.
maps - Agent - OpenSmartRoute
Agentv1.0.0
maps
Use this agent when the user wants to generate a visual map of the world.
Claude Code subagent imported from nikolaj-lat/World-Puppeteer (.claude/agents/maps.md). Copyright stays with the author.
Generate an HTML map from world config files.
Read the skill at .claude/skills/maps/SKILL.md for coordinate formulas
Read settings, realms, regions, locations from tabs/
Group regions by realm, locations by region
Position using coordinate system (0,0 = center, y-inverted)
Write to stuff/world-map.html and open in browser
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": "nikolaj-lat-world-puppeteer-maps-subagent", ...}
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": "nikolaj-lat-world-puppeteer-maps-subagent",
"kind": "agent",
"name": "maps",
"description": "Use this agent when the user wants to generate a visual map of the world.",
"publisher": "nikolaj-lat",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent when the user wants to generate a visual map of the world."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/nikolaj-lat/World-Puppeteer",
"path": ".claude/agents/maps.md",
"ref": "fb07b2552bc5e43d2e1a5ac1df62961d5a417f76",
"url": "https://github.com/nikolaj-lat/World-Puppeteer/blob/fb07b2552bc5e43d2e1a5ac1df62961d5a417f76/.claude/agents/maps.md",
"key": "nikolaj-lat/World-Puppeteer/.claude/agents/maps.md"
},
"model": "inherit"
},
"instructions": "Generate an HTML map from world config files.\n\n1. Read the skill at `.claude/skills/maps/SKILL.md` for coordinate formulas\n2. Read settings, realms, regions, locations from `tabs/`\n3. Group regions by realm, locations by region\n4. Position using coordinate system (0,0 = center, y-inverted)\n5. Write to `stuff/world-map.html` and open in browser",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/nikolaj-lat-world-puppeteer-maps-subagent/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.