cli-anything-chromadb

Manage ChromaDB collections, documents, and semantic queries via a stateless CLI.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-chromadb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-chromadb
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/cli-anything/chromadb/agent-harness/cli_anything/chromadb/skills
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-chromadb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI provides a stateless interface to interact with ChromaDB, enabling quick collection and document management along with semantic search without a GUI.

Core Features & Use Cases

  • Manage ChromaDB collections: list, create, delete, and info
  • Manage documents within collections: add, get, delete, count
  • Perform semantic search against collections and hub_knowledge
  • Use with AI agents and automation pipelines to orchestrate ChromaDB workflows across environments

Quick Start

Install the cli-anything-chromadb package and run the CLI to connect to your ChromaDB instance.

Frequently Asked Questions about cli-anything-chromadb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage ChromaDB collections from the command line?

You can add, get, delete, and count documents within ChromaDB collections through a stateless CLI interface. This approach enables automated document lifecycle management directly from the command line for AI agents.

How do I perform semantic search against a vector database in an automation pipeline?

You can perform semantic search against ChromaDB collections and hub_knowledge using a unified CLI command surface. This allows AI agents and automation pipelines to execute quick, repeatable semantic queries across environments.

Can I run server health checks and batch operations for ChromaDB without a GUI?

Yes, a stateless CLI provides server health checks and batch operations for ChromaDB instances without a GUI. This satisfies functional requirements for managing server health and executing bulk document tasks across environments.

What is the best way to orchestrate ChromaDB workflows across multiple environments?

Using a stateless CLI to interact with ChromaDB is the best way to orchestrate workflows across environments. It provides a unified command surface for collection management, document operations, and semantic search without relying on stateful GUI sessions.

Does this stateless ChromaDB CLI require any specific dependencies to run?

No specific dependencies are required to run this stateless ChromaDB CLI. You simply install the package and connect it to your existing ChromaDB instance to begin executing collection, document, and semantic search commands.