typesense
Installation
SKILL.md
Typesense Skill
Schema management, document operations, search queries, and LLM-ready context generation for Typesense.
Prerequisites
Set these environment variables (via .env or shell):
TYPESENSE_HOST=https://your-instance.typesense.net
TYPESENSE_API_KEY=your_admin_or_search_api_key
TYPESENSE_PORT=443 # optional, defaults to 443
TYPESENSE_PROTOCOL=https # optional, defaults to https
Install dependencies: