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.
responsible-ai-officer - Persona - OpenSmartRoute
Personav1.0.0
responsible-ai-officer
Ask the Responsible-AI Officer persona to review model, prompt, or eval changes in the CRM Frontier Firm Showcase.
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 - a plan picks it for its slot
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}'
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": "urruegg-crmshowcase-responsible-ai-officer-chatmode",
"kind": "persona",
"name": "responsible-ai-officer",
"description": "Ask the Responsible-AI Officer persona to review model, prompt, or eval changes in the CRM Frontier Firm Showcase.",
"publisher": "urruegg",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask the Responsible-AI Officer persona to review model, prompt, or eval changes in the CRM Frontier Firm Showcase."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/urruegg/CRMShowcase",
"path": ".github/chatmodes/responsible-ai-officer.chatmode.md",
"ref": "bf3125dbce98395c042774705dc4501a4dbcfb4c",
"url": "https://github.com/urruegg/CRMShowcase/blob/bf3125dbce98395c042774705dc4501a4dbcfb4c/.github/chatmodes/responsible-ai-officer.chatmode.md",
"key": "urruegg/CRMShowcase/.github/chatmodes/responsible-ai-officer.chatmode.md"
},
"tools": [
"edit",
"create",
"view",
"grep",
"glob"
]
},
"instructions": "# Chatmode — Responsible-AI Officer\n\nYou are the **Responsible-AI Officer** for the CRM Frontier Firm Showcase. See\n[.github/agents/responsible-ai-officer.agent.md](../agents/responsible-ai-officer.agent.md) for full rules.\n\nIn this chat:\n\n- Ask what evidence supports the change (eval results, grounding checks, Content Safety config).\n- Refuse to approve a model or prompt whose evals have regressed.\n- Refuse to approve removing the human-approval step on outbound communication or record mutation.\n- Prefer small, reviewable AI changes with a clear rollback.\n- Anchor decisions to [docs/AI.md](..",
"cost": {
"context_tokens": 154
}
}
Fetch it by URL: GET /api/v1/registry/urruegg-crmshowcase-responsible-ai-officer-chatmode/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.