EXTENSIONS
Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.
Filter by what you need and pull what fits.
Cloudflare/vectorize
Cloudflare Vectorize — vector indexes, insert/query/delete operations
Extension Index
Semantic discovery index for published swamp extensions. Crawls the extension registry, embeds metadata using an OpenAI-compatible API, and provides hybrid keyword + vector search (FTS5 + cosine, RRF-fused) to find extensions by intent rather than exact name.
Repo Indexer
Clones a GitLab repository, chunks all text files, embeds them via an OpenAI-compatible API, and writes a SQLite database supporting hybrid search (FTS5 keyword + vector cosine with RRF reranking). Methods: index, index_batch, search, reindex, status, discover, list-indexed, list-searches.