backblaze-labs/claude-skill-b2-cloud-storage

40 stars · Last commit 2026-07-22

Claude Skill for Backblaze B2 Cloud Storage management from the terminal. Manage buckets, list and search files, audit storage usage, detect stale or large objects, review security posture, and safely clean up data using natural language. Built on the Agent Skills specification and compatible with Claude Code and other skills-based agents.

README preview

# Backblaze B2 Cloud Storage — a skill for Claude Code

[![CI](https://github.com/backblaze-labs/claude-skill-b2-cloud-storage/actions/workflows/ci.yml/badge.svg)](https://github.com/backblaze-labs/claude-skill-b2-cloud-storage/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python 3.10–3.14](https://img.shields.io/badge/python-3.10%E2%80%933.14-3776AB?logo=python&logoColor=white)](https://www.python.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Spell-checked: cspell](https://img.shields.io/badge/spell--check-cspell-blue)](https://cspell.org/)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-compatible-8B5CF6)](https://claude.ai/code)
[![Agent Skills](https://img.shields.io/badge/Agent%20Skills-spec-FF6B35)](https://agentskills.io)
[![Backblaze B2](https://img.shields.io/badge/Backblaze-B2-E8231A?logo=backblaze&logoColor=white)](https://www.backblaze.com/cloud-storage)
[![GitHub stars](https://img.shields.io/github/stars/backblaze-labs/claude-skill-b2-cloud-storage?style=flat&logo=github)](https://github.com/backblaze-labs/claude-skill-b2-cloud-storage/stargazers)

A [Claude Code](https://claude.ai/code) skill for managing [Backblaze B2](https://www.backblaze.com/cloud-storage?utm_source=github&utm_medium=referral&utm_campaign=ai_artifacts&utm_content=claudeskill) cloud storage directly from your terminal — list files, audit buckets, clean up stale data, and review security posture.

Built on the open [Agent Skills](https://agentskills.io) specification. Compatible with Claude Code, Codex CLI, Cursor, Gemini CLI, and other skills-compatible agents.

<details>
<summary>What each badge means</summary>

View full repository on GitHub →