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.
Imported from gretjia/turingosv4 (.claude/skills/architect-ingest/SKILL.md). Install upstream with npx skills add gretjia/turingosv4 --skill architect-ingest. Copyright stays with the author.
/architect-ingest — Directive Ingestion
Core: 接收指令 ≠ 授权执行。Archive and analyze only.
Procedure
1. Full Archive
Save to handover/directives/YYYY-MM-DD_<topic>.md:
Complete directive content (no omissions)
Design philosophy and rationale
2. Impact Detection
Check if directive affects Layer 1 invariants:
kernel.rs 零领域知识
Append-Only DAG
Economic conservation
If Layer 1 violated → flag VIOLATION, do not execute.
3. Verbal Insight Mode
For short philosophical principles (≤ 50 chars):
Save to handover/architect-insights/YYYY-MM-DD_<slug>.md
4. Await Authorization
Present analysis to user. Execute ONLY after explicit approval.
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.