Orama Orama is a fast, in-memory, typo-tolerant, and embeddable full-text search engine written in TypeScript. Developers use it to add search functionality to their applications without relying on external services. It's useful for building offline-first apps or when low latency search is critical. Official docs: https://orama.vercel.app/docs/ Orama Overview - Database - Document - Property - Search Use action names and parameters as needed. Working with Orama This skill uses the Membrane CLI to interact with Orama. Membrane handles authentication and credentials refresh automatically — so y…