All plugins
Meta plugin · Storage
Storage plugins for VibeControls
Storage meta plugin — owns the AgentDatabase contract so embedded and shared backends are interchangeable behind one API.
Pluggable agent storage. Embedded or shared backend — AES-256-GCM at rest either way.
$
vibe plugin install @vibecontrols/vibe-plugin-storage
2 providers
Each provider implements the Storage contract for a specific backend. Install the meta plugin plus the provider(s) you need.
providerStorage
Skalex
Document-oriented file-backed storage provider with AES-256-GCM at rest.
@vibecontrols/vibe-plugin-storage-skalexproviderStorage
Postgres
Full-parity shared database storage provider with AES-256-GCM encryption — share state across multiple agents.
@vibecontrols/vibe-plugin-storage-postgres