qdrant

Installation
SKILL.md

Qdrant

Manage collections, points, and vector search.

Environment Variables

  • QDRANT_URL - Qdrant instance URL
  • QDRANT_API_KEY - API key

List collections

curl -s -H "api-key: $QDRANT_API_KEY" \
  "$QDRANT_URL/collections" | jq '.result.collections[] | {name}'

Get collection info

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026