Exasol Agent Skills banner
exasol-labs exasol-labs

Exasol Agent Skills

AI community

Description

Exasol skills for AI agents. Optimized for Claude Code and OpenAI Codex 🤖

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Exasol Agent Skills

[![Claude Code](https://img.shields.io/badge/Claude_Code-plugin-blueviolet.svg)](https://code.claude.com/docs/en/plugins) [![OpenAI Codex](https://img.shields.io/badge/OpenAI_Codex-skill-orange.svg)](https://openai.com/codex) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)

Skills for Claude Code and OpenAI Codex that provide focused Exasol guidance. Use `/exasol ` or ask naturally.

Install and update

Interactive install

curl -fsSL --proto '=https' --tlsv1.2 \
  https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | sh

The installer asks whether to install for Claude Code, Codex, or both. Codex opens a skill picker; select the shared `exasol` router plus any specialized skills you need. The installer also asks before installing or updating exapump.

Non-interactive install

curl -fsSL --proto '=https' --tlsv1.2 \
  https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh \
  | AGENT=both CODEX_SKILLS=all INSTALL_EXAPUMP=no sh

Set `AGENT` to `claude`, `codex`, or `both`. `CODEX_SKILLS=all` installs all Codex skills without a picker. Set `INSTALL_EXAPUMP=yes` to install or update exapump; otherwise it is skipped. With no variables, a non-interactive run installs both agents and all Codex skills, but skips exapump.

Rerun the installer to update the selected integrations.

Manual installation:

# Claude Code
claude plugin marketplace add exasol-labs/exasol-agent-skills
claude plugin install exasol@exasol-skills

# OpenAI Codex
npx --yes skills@1.5.22 add exasol-labs/exasol-agent-skills \
  --agent codex --global

Manual update:

# Claude Code
claude plugin marketplace update exasol-skills
claude plugin update exasol@exasol-skills --scope user

# OpenAI Codex
npx --yes skills@1.5.22 add exasol-labs/exasol-agent-skills \
  --agent codex --global

Features

  • SQL, schema, table-design, reserve