bucketfs

bucketfs is a command for Claude Code from exasol-labs/exasol-agent-skills. It costs 13 tokens per session (222 once invoked), scanned A, original, MIT.

A shortcut for working with Exasol BucketFS, a file store connected to the Exasol database.

In plain words
What is it for?
Listing, uploading, downloading, or deleting files in an Exasol BucketFS bucket.
Why use it?
It routes BucketFS requests through the shared Exasol workflow, including checks for connection details and confirmation before files are deleted or overwritten.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is /bucketfs download jars/library.jar to ./lib/.

Part of the exasol plugin — 18 skills, 2 commands shipped together

Good fit Listing, uploading, downloading, or deleting files in an Exasol BucketFS bucket.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/exasol-labs/exasol-agent-skills
agentmods
npx agentmods add commands/exasol-labs/exasol-agent-skills/bucketfs

Made for: Claude Code.

Or install exasol, the plugin that ships this one along with the rest of its 18 skills, 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bucketfs

README.md
[![agentmods](https://agentmods.dev/badge/commands/exasol-labs/exasol-agent-skills/bucketfs/github.svg)](https://agentmods.dev/commands/exasol-labs/exasol-agent-skills/bucketfs)
Your own site
<a href="https://agentmods.dev/commands/exasol-labs/exasol-agent-skills/bucketfs"><img src="https://agentmods.dev/badge/commands/exasol-labs/exasol-agent-skills/bucketfs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bucketfs

Your own site · 80×15
<a href="https://agentmods.dev/commands/exasol-labs/exasol-agent-skills/bucketfs"><img src="https://agentmods.dev/badge/commands/exasol-labs/exasol-agent-skills/bucketfs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00222
Opus 5 $0.00006 $0.00111
Sonnet 5 $0.00003 $0.00044
Haiku 4.5 $0.00001 $0.00022

Measured 7d ago against content hash b45f9efa0d4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

bucketfs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/exasol/commands/bucketfs.md · 34 lines

What it actually says

/bucketfs Command

Usage

/bucketfs <BucketFS task or question>

Behavior

  1. Treat the complete request as an Exasol BucketFS request and activate the shared top-level exasol skill.
  2. Apply the router's precedence and safety rules, then follow exasol-bucketfs and its connection, command, validation, and safety guidance.
  3. Never ask the user to paste passwords, tokens, or connection secrets into the conversation. If credentials are missing, direct the user to enter them locally through the documented exapump profile workflow.
  4. Show the exact BucketFS target and obtain confirmation before deleting or overwriting data.

Examples

/bucketfs list all files in the bucket
/bucketfs upload my_model.pkl to models/my_model.pkl
/bucketfs download jars/library.jar to ./lib/
/bucketfs delete models/old_model.pkl
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed · -2 lines · +2 tokens per session b45f9efa0d4d
  2. 11d ago First seen · 36 lines · 11 tokens per session scan A 4341254ff81e

Subscribe to this mod's changes

bucketfs is a command published in the GitHub repository exasol-labs/exasol-agent-skills (10 stars, last pushed 7d ago), licensed MIT. It adds 13 tokens to every session and 222 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.