# Chromadb Management

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

- **Type:** Skill
- **Install:** `agentstack add skill-dor-rondel-agent-skills-chromadb-management`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dor-rondel](https://agentstack.voostack.com/s/dor-rondel)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dor-rondel](https://github.com/dor-rondel)
- **Source:** https://github.com/dor-rondel/agent-skills-mcp/tree/main/resources/docker/chromadb-management

## Install

```sh
agentstack add skill-dor-rondel-agent-skills-chromadb-management
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ChromaDB Vector Store Management

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

## 🛠️ Service Target

- **Host Address:** http://127.0.0.1:8000
- **Data Volume:** Persisted locally at `./chroma_data`

## 🏃‍♂️ Core Commands

### 1. Verify Service Liveness

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

```bash
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:

```bash
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:

```bash
docker-compose logs chroma
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dor-rondel](https://github.com/dor-rondel)
- **Source:** [dor-rondel/agent-skills-mcp](https://github.com/dor-rondel/agent-skills-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dor-rondel-agent-skills-chromadb-management
- Seller: https://agentstack.voostack.com/s/dor-rondel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
