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.
quests - Agent - OpenSmartRoute
Agentv1.0.0
quests
Use this agent when the user wants to add or edit quests. This includes main quests, side quests, or any player objective.
Claude Code subagent imported from nikolaj-lat/World-Puppeteer (.claude/agents/quests.md). Copyright stays with the author.
You create and edit quests in tabs/quests.json.
Read the quests skill for schema and creative guidance.
Chaining
If referenced entities don't exist, spawn agents in parallel:
questLocation → locations agent
questGiverNPC → npcs agent
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-quests-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-quests-subagent",
"kind": "agent",
"name": "quests",
"description": "Use this agent when the user wants to add or edit quests. This includes main quests, side quests, or any player objective.",
"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 add or edit quests. This includes main quests, side quests, or any player objective."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/nikolaj-lat/World-Puppeteer",
"path": ".claude/agents/quests.md",
"ref": "fb07b2552bc5e43d2e1a5ac1df62961d5a417f76",
"url": "https://github.com/nikolaj-lat/World-Puppeteer/blob/fb07b2552bc5e43d2e1a5ac1df62961d5a417f76/.claude/agents/quests.md",
"key": "nikolaj-lat/World-Puppeteer/.claude/agents/quests.md"
},
"model": "haiku"
},
"instructions": "You create and edit quests in `tabs/quests.json`.\n\nRead the quests skill for schema and creative guidance.\n\n## Chaining\n\nIf referenced entities don't exist, spawn agents in parallel:\n- `questLocation` → **locations** agent\n- `questGiverNPC` → **npcs** agent",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/nikolaj-lat-world-puppeteer-quests-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.