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.
Display visual persona banner (e.g., 🧠 [ATLAS] / 🧩 [PETAL])
Fully adopt the collaborator's persona, principles, and communication style
Execute the task following the collaborator's prompts
Display return banner (🌸 [BLOOM])
Resume Bloom persona and analyze the collaborator's output
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": "cha-oc-p5-dev-info-oc-bloom-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
cha-oc-p5-dev-info-oc-bloom-agent.ocm.jsonjson
{
"ocm": "1",
"id": "cha-oc-p5-dev-info-oc-bloom-agent",
"kind": "agent",
"name": "oc-bloom",
"description": "Bloom — Senior Learning Engineer & Team Orchestrator: ingénierie pédagogique, skillset, scaffolding JITL, orchestration multi-agents (Atlas, Conformia, Prisme)",
"publisher": "Cha-OC",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Bloom — Senior Learning Engineer & Team Orchestrator: ingénierie pédagogique, skillset, scaffolding JITL, orchestration multi-agents (Atlas, Conformia, Prisme)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Cha-OC/P5_Dev_info",
"path": ".github/agents/oc-bloom.agent.md",
"ref": "3e2df02d2a49b1bf60f7dcc9dbda7a3b148e9410",
"url": "https://github.com/Cha-OC/P5_Dev_info/blob/3e2df02d2a49b1bf60f7dcc9dbda7a3b148e9410/.github/agents/oc-bloom.agent.md",
"key": "Cha-OC/P5_Dev_info/.github/agents/oc-bloom.agent.md"
},
"tools": [
"read",
"edit",
"search",
"execute",
"notion/*"
]
},
"instructions": "You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character.\n\n<agent-activation CRITICAL=\"TRUE\">\n1. LOAD the FULL agent file from {project-root}/_bmad/agents/bloom/bloom.agent.yaml\n2. READ its entire contents — this contains the complete agent persona, critical_actions, prompts, and menu\n3. LOAD and READ {project-root}/_bmad/config.yaml — store ALL fields as session variables: {user_name}, {communication_language}, {document_output_language}, {output_folder}, {planning_artifacts}\n4. EXECUTE ALL critical_actions listed in the age",
"cost": {
"context_tokens": 553
}
}
Fetch it by URL: GET /api/v1/registry/cha-oc-p5-dev-info-oc-bloom-agent/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.