agentsclimarketplace

Chromadb management

Skill dor-rondel/agent-skills-mcp/resources/docker/chromadb-management

mcp server serving coding agent skills with helper tools

Install
npx -y skills add dor-rondel/agent-skills-mcp --skill chromadb-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill when the user asks to inspect, query, reset, or manage collections inside the ChromaDB vector store container.

SKILL.md

1.0 KB, as published. Nobody here has run it

ChromaDB Vector Store Management

This skill handles data operations, diagnostics, and API validations for the local ChromaDB service running on port 8000.

🛠️ Service Target

🏃‍♂️ Core Commands

1. Verify Service Liveness

Check if the ChromaDB server instance is up and responsive to HTTP requests:

curl -s http://127.0.0.1:8000/api/v1/heartbeat

2. Inspect Collections via API

Query the database server to view all existing collections and vector indices:

curl -s http://127.0.0.1:8000/api/v1/collections

3. Review Container DB Logs

Monitor data ingestion, index updates, or read/write errors directly from the database server instance:

docker-compose logs chroma

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.