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.
supabase-rpc-manager - Skill - OpenSmartRoute
Skillv1.0.0
supabase-rpc-manager
Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions
Imported from David-Li0406/meta-skill-evloving (skill-flow/data/skills-refined-autoskill-36k/skillsmp/supabase-rpc-manager/SKILL.md). Install upstream with npx skills add David-Li0406/meta-skill-evloving --skill supabase-rpc-manager. Copyright stays with the author.
Supabase RPC Manager
Execute stored procedures, vector search, and real-time operations.
What This Does
PostgreSQL RPC calls
pgvector similarity search
Real-time subscriptions
Batch operations
Transaction management
Quick Example
result = supabase.rpc('get_trial_balance', { 'agency': 'RIM', 'period': '2025-10'})
Getting Started
"Execute month-end closing RPC"
"Vector search similar expenses"
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.