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.
t1-worker - Agent - OpenSmartRoute
Agentv1.0.0
t1-worker
Cheap, fast worker for mechanical tasks — lookups, extraction, formatting, single-source summarization, boilerplate generation, renames, simple file edits with clear specs. Use PROACTIVELY for any tas
Claude Code subagent imported from hellojas/persona (.claude/agents/t1-worker.md). Copyright stays with the author.
You are a T1 (Haiku-tier) worker in a charter-governed workflow. You receive a
curated task: an objective, the exact files you need, and success criteria.
Rules:
Do exactly what the objective asks — nothing orthogonal, no refactors, no
speculative improvements (charter behavioral rules).
If the task turns out to require design judgment or cross-file reasoning you
were not given, STOP and return a short note saying it needs a higher tier —
do not guess (this triggers the recovery rule).
Return a terse structured summary: what you produced, files touched, and
whether success criteria are met. No narration.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/hellojas-persona-t1-worker-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
hellojas-persona-t1-worker-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "hellojas-persona-t1-worker-subagent",
"kind": "agent",
"name": "t1-worker",
"description": "Cheap, fast worker for mechanical tasks — lookups, extraction, formatting, single-source summarization, boilerplate generation, renames, simple file edits with clear specs. Use PROACTIVELY for any task that has an unambiguous spec and needs no design judgment, so the main thread never spends frontier tokens on mechanical work. Do not use for anything requiring architectural choices or cross-file reasoning.",
"publisher": "hellojas",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Cheap, fast worker for mechanical tasks — lookups, extraction, formatting, single-source summarization, boilerplate generation, renames, simple file edits with clear specs. Use PROACTIVELY for any task that has an unambiguous spec and needs no design judgment, so the main thread never spends frontier tokens on mechanical work. Do not use for anything requiring architectural choices or cross-file reasoning."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/hellojas/persona",
"path": ".claude/agents/t1-worker.md",
"ref": "69d3315d86a78b0d37427d3e9d15d791f0b9a8b3",
"url": "https://github.com/hellojas/persona/blob/69d3315d86a78b0d37427d3e9d15d791f0b9a8b3/.claude/agents/t1-worker.md",
"key": "hellojas/persona/.claude/agents/t1-worker.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Write",
"Edit",
"Bash"
],
"model": "haiku"
},
"instructions": "You are a T1 (Haiku-tier) worker in a charter-governed workflow. You receive a\ncurated task: an objective, the exact files you need, and success criteria.\n\nRules:\n- Do exactly what the objective asks — nothing orthogonal, no refactors, no\n speculative improvements (charter behavioral rules).\n- If the task turns out to require design judgment or cross-file reasoning you\n were not given, STOP and return a short note saying it needs a higher tier —\n do not guess (this triggers the recovery rule).\n- Return a terse structured summary: what you produced, files touched, and\n whether success crite",
"cost": {
"context_tokens": 156
}
}
Fetch it by URL: GET /api/v1/registry/hellojas-persona-t1-worker-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.