Loading...
Loading...
Command-line interface for ChromaDB - A stateless CLI for managing vector database collections, documents, and semantic search. Designed for AI agents and automation via the ChromaDB HTTP API v2.
npx skill4agent add hkuds/cli-anything cli-anything-chromadbpip install cli-anything-chromadb# Show help
cli-anything-chromadb --help
# Start interactive REPL mode
cli-anything-chromadb
# Check server health
cli-anything-chromadb --json server heartbeat
# List all collections
cli-anything-chromadb --json collection list
# Semantic search
cli-anything-chromadb --json query search --collection hub_knowledge --text "How to deploy"cli-anything-chromadb
# Enter commands interactively with tab-completion and history| Command | Description |
|---|---|
| Check ChromaDB server health |
| Get ChromaDB server version |
| Command | Description |
|---|---|
| List all collections |
| Create a new collection |
| Delete a collection |
| Get collection info |
| Command | Description |
|---|---|
| Add document(s) |
| Get documents |
| Delete document(s) |
| Count documents |
| Command | Description |
|---|---|
| Semantic search |
--json# Human output
cli-anything-chromadb server heartbeat
# JSON output for agents
cli-anything-chromadb --json server heartbeat--json--host