Agent Plugins for Claude Code & Cursor | Tigris Object Storage Documentation

On this page

The Tigris agent plugins give AI coding agents direct access to Tigris operations — managing buckets, objects, access keys, IAM policies, and migrations — without leaving your editor.

The tigris-storage plugin is available in the Claude Community Plugins marketplace.

Available skills

The plugin provides five specialized skills:

Install in Claude Code

Add the community plugins marketplace and install the Tigris Storage plugin:

claude plugin marketplace add anthropics/claude-plugins-community

claude plugin install tigris-storage@claude-community

Or install from the Tigris marketplace directly:

claude plugin marketplace add tigrisdata/tigris-agents-plugins

claude plugin install tigris-storage@tigris-agents-plugins

You can also install manually by cloning the repo and copying the skill folders to ~/.claude/skills/:

git clone https://github.com/tigrisdata/tigris-agents-plugins.git

cp -r tigris-agents-plugins/skills/* ~/.claude/skills/

Install in Cursor

Navigate to Settings > Rules > Add Rule > Remote Rule (GitHub) and enter:

tigrisdata/tigris-agents-plugins

Or install manually by copying the skill folders to ~/.cursor/skills/:

git clone https://github.com/tigrisdata/tigris-agents-plugins.git

cp -r tigris-agents-plugins/skills/* ~/.cursor/skills/

Cursor rules

The plugin also includes two context-aware rules that enforce Tigris SDK best practices and security guardrails for TypeScript and JavaScript projects. These are installed automatically when you add the remote rule.

Subagent

The plugins include a tigris-storage-agent subagent that handles multi-step workflows like:

Prerequisites

The plugins use the Tigris CLI under the hood. Make sure you have it installed and authenticated:

npm install -g @tigrisdata/cli

tigris login