exasol — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited exasol (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
<img src="assets/logo.svg" alt="Exasol Agent Skills logo" width="180">
Agent skills for Exasol — gives Claude Code and OpenAI Codex expertise in exapump, Exasol SQL, UDFs, and cloud data loading.
</div>
One-line install:
curl -fsSL https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | shThe 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 | shexport AGENT=codex
curl -fsSL https://raw.githubusercontent.com/exasol-labs/exasol-agent-skills/main/install.sh | shRunning the installer again updates to the latest version.
<details> <summary>Manual install</summary>
Claude Code:
claude plugin marketplace add exasol-labs/exasol-agent-skills
claude plugin install exasol@exasol-skillsOpenAI Codex:
npx skills add exasol-labs/exasol-agent-skills --agent codex</details>
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.
Step-by-step guided setup of your own Exasol database on AWS — from account creation and IAM configuration to deployment, data loading, and exploration. No prior AWS or Exasol experience required.
Triggers on: "set up Exasol", "Exasol Personal", "deploy Exasol", "install Exasol on AWS"
See plugins/exasol/skills/setup-personal/SKILL.md for details.
/exasol Slash Command <sup>Claude Code only</sup>Run 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.
<div align="center">
Made with ❤️ as part of Exasol Labs 🧪.
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.