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.
embedding-spike-runbook - Skill - OpenSmartRoute
Skillv1.0.0
embedding-spike-runbook
Lives at `content/06-decision-tree.xml`. Two-question tree: (1) preconditions present? - no = skip; yes (2) variant detected per topic-specific signal? - routes to the appropriate produced variant. Te
Imported from faionfaion/faion-network (skills/faion/knowledge/ai-core/embedding-spike-runbook/AGENTS.md). Install upstream with npx skills add faionfaion/faion-network --skill embedding-spike-runbook. Copyright stays with the author.
Embedding Spike Runbook
Summary
One-sentence: Produces a triage runbook for embedding-cost / embedding-latency spikes: detection signals, suspected causes (model swap, index rebuild, batch retry), containment, postmortem.
Ефективно для: RAG-using teams where embedding cost spiked 5x overnight or vector store latency exploded and on-call has no runbook to triage from.
One-paragraph: This methodology pins the recurring decision around "embedding spike runbook" into a typed artefact governed by 5 testable rules. Inputs are typed and sourced; the output is contract-checked; a single accountable owner is named; the decision tree routes preconditions to a run/skip outcome. Source material grounded in: Galileo embedding security / common embedding-cost spike root causes.
Applies If (ALL must hold)
Task is an instance of the recurring "embedding spike runbook" decision OR a closely-adjacent variant.
Operator has the artefacts named in Prerequisites available before starting.
Output will be consumed by a downstream agent, gate, or named human reviewer.
A single accountable owner can be named.
Tier == geek or higher.
Skip If (ANY kills it)
Team already maintains a working artefact for this gap — replace, do not duplicate.
Single-use throwaway task — overhead of the contract is not justified.
Regulatory regime mandates a vendor governance platform — defer to vendor flow.
Greenfield prototype with no production users yet.
Prerequisites
Artefact
Format
Source
Last 30 days of context for the recurring "embedding spike runbook" task
text / logs
system of record
Write access to the artefact store (repo / wiki / decision log)
Lives at content/06-decision-tree.xml. Two-question tree: (1) preconditions present? - no = skip; yes (2) variant detected per topic-specific signal? - routes to the appropriate produced variant. Terminal branches reference rules in content/01-core-rules.xml.
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.