By exasol-labs
Interact with Exasol databases using the exapump CLI tool. Upload CSV/Parquet files, run SQL queries, export data, leverage Exasol-specific SQL features, design tables with DISTRIBUTE BY/PARTITION BY, write UDFs in Python/Java/Lua/R, build custom Script Language Containers, and manage BucketFS files.
Exasol BucketFS file system management via exapump CLI. Covers listing, uploading, downloading, and deleting files and directories in BucketFS, BucketFS configuration, bucket structure, and use with UDFs.
Exasol database interaction via exapump CLI and Exasol SQL. Covers file upload/export, SQL queries, and Exasol-specific SQL behavior including data types, reserved keywords, and constraints.
Exasol User Defined Functions (UDFs) and Script Language Containers (SLCs). Covers CREATE SCRIPT, SCALAR and SET functions, ExaIterator API, Python/Java/Lua/R scripts, BucketFS file access, GPU-accelerated UDFs, and building/deploying custom Script Language Containers with exaslct.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills for Exasol — gives Claude Code and OpenAI Codex expertise in exapump, Exasol SQL, UDFs, and cloud data loading.
One-line install:
curl -fsSL https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | sh
The installer prompts you to choose which agents to install for (Claude Code, OpenAI Codex, or both). When piped non-interactively, it installs for both by default. Set AGENT to install for a specific agent:
export AGENT=claude
curl -fsSL https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | sh
export AGENT=codex
curl -fsSL https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | sh
Running the installer again updates to the latest version.
Claude Code:
claude plugin marketplace add exasol-labs/exasol-agent-skills
claude plugin install exasol@exasol-skills
OpenAI Codex:
npx skills add exasol-labs/exasol-agent-skills --agent codex
Work with Exasol databases — run queries, load and export data, handle cloud sources, and get help with Exasol-specific SQL quirks.
See plugins/exasol/skills/exasol-database/SKILL.md for details.
Build User Defined Functions in Python, Java, Lua, or R, and package them into deployable Script Language Containers.
See plugins/exasol/skills/exasol-udfs/SKILL.md for details.
Manage files in Exasol's distributed file system — list, upload, download, and delete files that your UDFs and scripts can access.
See plugins/exasol/skills/exasol-bucketfs/SKILL.md for details.
/exasol Slash Command Claude Code onlyRun SQL or describe tasks directly:
/exasol SELECT * FROM my_table
/exasol upload sales.csv to analytics.sales
/exasol export users to parquet
| Requirement | Needed for |
|---|---|
| exapump CLI | Both agents |
| Access to an Exasol database | Both agents |
| Claude CLI | Claude Code |
| Node.js / npx | OpenAI Codex |
Community-supported. Licensed under MIT.
Made with ❤️ as part of Exasol Labs 🧪.
npx claudepluginhub exasol-labs/exasol-agent-skills --plugin exasolDuckDB-powered skills for Claude Code: read any data file, attach and query DuckDB databases, search DuckDB/DuckLake docs, search past session logs, and install/update DuckDB extensions.
Claude Code skill pack for ClickHouse (24 skills)
DataFusion-powered skills for Claude Code: query data with SQL, read Parquet/CSV/JSON/Arrow files, search DataFusion docs, create external tables, build materialized views, and visualize query plans.
Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.
Connect and interact with a Cloud SQL for MySQL database and data.
Supabase skills for Postgres best practices, JavaScript SDK (auth, database, storage, realtime), and CLI (migrations, edge functions, local dev).