B2 Cloud Storage

Prüft, kalkuliert Kosten und bereinigt Backblaze B2 buckets sicher mit obligatorischen dry-runs.

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

Funktioniert mit Setup ★ 9.2/10

B2 Cloud Storage — Prüft, kalkuliert Kosten und bereinigt Backblaze B2 buckets sicher mit obligatorischen dry-runs.

Was es kann

Wrappt die b2 CLI, um files aufzulisten, ein bundled storage-audit script (stale files, duplicates, unfinished uploads, estimated monthly cost) auszuführen und lifecycle/security review für B2 buckets zu verwalten. Triggers on B2, Backblaze, object storage buckets, or storage cleanup requests. Hard security rules block reading credential files and require an explicit dry-run plus typed 'yes' before any deletion.

Testbericht

Its own cleanup-playbook.md uses the real `b2 rm -r --dry-run` flow (no invented flags); a naive baseline answer to the same cleanup request hallucinated a non-existent `--older-than` flag and skipped the dry-run entirely. Needs the b2 CLI pre-installed and manually authorized (`b2 account authorize`, interactive-only) before the skill can do anything real.

Getestet am: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/backblaze-labs/claude-skill-b2-cloud-storage
cd claude-skill-b2-cloud-storage
mkdir -p ~/.claude/skills
cp -r skills/b2-cloud-storage ~/.claude/skills/b2-cloud-storage

Befehle & Beispiel-Prompts

  • /b2-cloud-storagePrüft, kalkuliert Kosten und bereinigt Backblaze B2 buckets sicher mit obligatorischen dry-runs.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Our B2 bucket costs are creeping up, can you audit storage costs?
  • Review my Backblaze bucket's security posture for public exposure.
  • Check this B2 bucket for stale files and duplicates before cleanup.