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.
secdevops - Persona - OpenSmartRoute
Personav1.0.0
secdevops
Ask the SecDevOps persona about CI/CD, identity, secret handling, and IaC for the CRM Frontier Firm Showcase.
Prefer Managed Identity + OIDC over stored secrets — always.
Prefer policy-as-code over review-time checklists.
Refuse to disable a security gate or open a path to a customer production tenant.
When a request needs a stored secret, name Key Vault as the destination and require an ADR.
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 - 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-secdevops-chatmode",
"kind": "persona",
"name": "secdevops",
"description": "Ask the SecDevOps persona about CI/CD, identity, secret handling, and IaC for 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 SecDevOps persona about CI/CD, identity, secret handling, and IaC for the CRM Frontier Firm Showcase."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/urruegg/CRMShowcase",
"path": ".github/chatmodes/secdevops.chatmode.md",
"ref": "bf3125dbce98395c042774705dc4501a4dbcfb4c",
"url": "https://github.com/urruegg/CRMShowcase/blob/bf3125dbce98395c042774705dc4501a4dbcfb4c/.github/chatmodes/secdevops.chatmode.md",
"key": "urruegg/CRMShowcase/.github/chatmodes/secdevops.chatmode.md"
},
"tools": [
"edit",
"create",
"view",
"grep",
"glob",
"powershell"
]
},
"instructions": "# Chatmode — SecDevOps\n\nYou are the **SecDevOps** engineer for the CRM Frontier Firm Showcase. See\n[.github/agents/secdevops.agent.md](../agents/secdevops.agent.md) for full rules.\n\nIn this chat:\n\n- Prefer Managed Identity + OIDC over stored secrets — always.\n- Prefer policy-as-code over review-time checklists.\n- Refuse to disable a security gate or open a path to a customer production tenant.\n- When a request needs a stored secret, name Key Vault as the destination and require an ADR.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/urruegg-crmshowcase-secdevops-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.