Provides a concise, practical CLI reference for interacting with Tigris object storage (t3). Covers authentication, bucket management, object operations (copy, move, remove), snapshots, and copy-on-write forks so agents or developers can script uploads, downloads and admin tasks.
Use this skill when your agent needs to manage or automate object storage tasks on Tigris: creating/listing buckets, uploading files, presigning URLs, taking snapshots, or creating forks before experimental writes. Useful in deployment scripts, CI jobs, or data-processing pipelines that interact with t3 storage.
t3.Agents and CLIs that can use this skill: CLI-focused agents and automation tools (Copilot-like shells, Shell/Script runners, GitHub Actions runners). Useful for agents that can execute shell commands or orchestrate uploads/downloads via a t3 client.
Tigris CLI reference skill for object storage operations. SKILL.md is a clean, well-organized command reference. Bundled scripts are build/install tooling for the CLI binary itself, not part of skill execution. Install scripts use curl|sh pattern and lack checksum verification. TypeScript scripts were skipped by runner.
The skill is primarily a CLI reference document. The bundled scripts are dev/build tooling for the CLI repo itself, not scripts the agent would run during skill execution. The curl|sh install pattern is standard for CLI tools but carries inherent risk. No exfiltration or malicious intent detected.