exasol-ai-setuplisted
Install: claude install-skill exasol-labs/exasol-agent-skills
# Exasol AI Setup Skill
Trigger when the user mentions **notebook-connector**, **secure config store**, **Secrets**, **configure notebook-connector**, **AI setup**, **set up credentials for TE**, **set up credentials for TXAIE**, **first-time notebook-connector setup**, or similar setup tasks.
## Purpose
This skill establishes the Python-managed secure configuration that later
notebook-connector skills depend on.
After configuration is complete:
- activate **exasol-itde** for local Docker DB lifecycle
- activate **exasol-notebook-connections** for Python DB and BucketFS helper APIs
- activate **exasol-transformers** for Transformers Extension setup and usage
- activate **exasol-text-ai** for Text AI Extension setup and usage
- activate **exasol-bucketfs** or **exasol-udfs** only for deeper BucketFS or SLC work beyond notebook-connector setup
## Routing Algorithm
Choose the narrowest path that matches the user request:
1. **Python-based configuration**
- Trigger phrases: `Secrets`, `AILabConfig`, `StorageBackend`, `save config in python`, `notebook cell`, `script`
- Load: `references/secrets-python.md`
- Use scripts from: `scripts/`
2. **Validation / smoke tests**
- Trigger phrases: `check config`, `verify connection`, `validate notebook-connector`, `smoke test`
- Load: `references/validation.md`
- Use scripts from: `scripts/`
3. **Downstream notebook-connector work**
- Trigger phrases: `bring_itde_up`, `open_pyexasol_connection`, `open_sqlalchem