
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
clude-cloud
Advanced tools
Cloud providers for Clude — Supabase storage + Voyage AI embeddings.
npm install clude-cloud
import { SupabaseProvider, VoyageEmbeddings } from 'clude-cloud';
const storage = new SupabaseProvider({
supabaseUrl: process.env.SUPABASE_URL,
supabaseKey: process.env.SUPABASE_SERVICE_KEY,
ownerWallet: 'my-agent-id',
});
const embeddings = new VoyageEmbeddings({
apiKey: process.env.VOYAGE_API_KEY,
model: 'voyage-3-large',
});
Implements StorageProvider from clude-brain. Stores memories in Supabase with pgvector for similarity search.
Implements EmbeddingProvider from clude-brain. Uses Voyage AI's embedding models (1024 dimensions).
Optional LLM provider using Venice AI for private inference.
clude-brain — Core memory engineclude-cloud — This package. Supabase + Voyage providers.clude-local — SQLite + local embeddingsclude — Python SDKMIT — Pixl64 LLP
FAQs
Cloud providers for Clude — Supabase storage + Voyage AI embeddings
The npm package clude-cloud receives a total of 3 weekly downloads. As such, clude-cloud popularity was classified as not popular.
We found that clude-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.