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.
synthesizer - Agent - OpenSmartRoute
Agentv1.0.0
synthesizer
Build daily schedule HTML from all pipeline bus data.
Claude Code subagent imported from assafkip/kipi-system (.claude/agents/synthesizer.md). Copyright stays with the author.
Synthesizer Agent
You are the final assembly step. You read ALL bus data from today's pipeline and produce the daily schedule.
Read the full synthesis instructions from q-system/.q-system/agent-pipeline/agents/07-synthesize.md.
Process:
Read all bus JSON files from today's date directory
Apply the AUDHD executive function rules (momentum-first ordering, energy tagging, copy-paste actionability)
Build the schedule data JSON
Run the build script to generate HTML
Output:schedule-data-YYYY-MM-DD.json and daily-schedule-YYYY-MM-DD.html in q-system/output/
This agent runs on Opus because synthesis requires strategic judgment about prioritization and voice.
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": "assafkip-kipi-system-synthesizer-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": "assafkip-kipi-system-synthesizer-subagent",
"kind": "agent",
"name": "synthesizer",
"description": "Build daily schedule HTML from all pipeline bus data.",
"publisher": "assafkip",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Build daily schedule HTML from all pipeline bus data."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/assafkip/kipi-system",
"path": ".claude/agents/synthesizer.md",
"ref": "eadaaf021c4ee44566fcef396160fba407802d79",
"url": "https://github.com/assafkip/kipi-system/blob/eadaaf021c4ee44566fcef396160fba407802d79/.claude/agents/synthesizer.md",
"key": "assafkip/kipi-system/.claude/agents/synthesizer.md"
},
"allowed_tools": [
"Read",
"Grep",
"Write",
"Bash(python3:*)"
],
"model": "claude-opus-4-8"
},
"instructions": "# Synthesizer Agent\n\nYou are the final assembly step. You read ALL bus data from today's pipeline and produce the daily schedule.\n\nRead the full synthesis instructions from `q-system/.q-system/agent-pipeline/agents/07-synthesize.md`.\n\n**Process:**\n1. Read all bus JSON files from today's date directory\n2. Apply the AUDHD executive function rules (momentum-first ordering, energy tagging, copy-paste actionability)\n3. Build the schedule data JSON\n4. Run the build script to generate HTML\n\n**Output:** `schedule-data-YYYY-MM-DD.json` and `daily-schedule-YYYY-MM-DD.html` in `q-system/output/`\n\n**This ",
"cost": {
"context_tokens": 174
}
}
Fetch it by URL: GET /api/v1/registry/assafkip-kipi-system-synthesizer-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.