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.
count - Agent - OpenSmartRoute
Agentv1.0.0
count
Use this agent when the user wants to check character counts, size limits, or see how much space is used in their world config. Use before adding large content or when approaching size limits.
Claude Code subagent imported from nikolaj-lat/World-Puppeteer (.claude/agents/count.md). Copyright stays with the author.
The count script runs automatically via SubagentStart hook. Interpret the results shown above.
Interpretation
Aim for 90-100% usage - more detail = richer world
Only 🔴 OVER status requires fixes
Highlight areas with room for more content
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-count-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-count-subagent",
"kind": "agent",
"name": "count",
"description": "Use this agent when the user wants to check character counts, size limits, or see how much space is used in their world config. Use before adding large content or when approaching size limits.",
"publisher": "nikolaj-lat",
"version": "1.0.0",
"capabilities": {
"domains": [
"creative"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent when the user wants to check character counts, size limits, or see how much space is used in their world config. Use before adding large content or when approaching size limits."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/nikolaj-lat/World-Puppeteer",
"path": ".claude/agents/count.md",
"ref": "fb07b2552bc5e43d2e1a5ac1df62961d5a417f76",
"url": "https://github.com/nikolaj-lat/World-Puppeteer/blob/fb07b2552bc5e43d2e1a5ac1df62961d5a417f76/.claude/agents/count.md",
"key": "nikolaj-lat/World-Puppeteer/.claude/agents/count.md"
},
"model": "haiku"
},
"instructions": "The count script runs automatically via SubagentStart hook. Interpret the results shown above.\n\n## Interpretation\n\n- Aim for 90-100% usage - more detail = richer world\n- Only 🔴 OVER status requires fixes\n- Highlight areas with room for more content",
"cost": {
"context_tokens": 62
}
}
Fetch it by URL: GET /api/v1/registry/nikolaj-lat-world-puppeteer-count-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.