qdrant
Installation
SKILL.md
Qdrant
Manage collections, points, and vector search.
Environment Variables
QDRANT_URL- Qdrant instance URLQDRANT_API_KEY- API key
List collections
curl -s -H "api-key: $QDRANT_API_KEY" \
"$QDRANT_URL/collections" | jq '.result.collections[] | {name}'