B2 Cloud Storage

Reviderer, omkostningsberegner og rydder sikkert op i Backblaze B2-buckets med obligatoriske dry-runs.

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

Virker med opsætning ★ 9.2/10

B2 Cloud Storage — Reviderer, omkostningsberegner og rydder sikkert op i Backblaze B2-buckets med obligatoriske dry-runs.

Hvad det gør

Indkapsler the b2 CLI to list files, run a bundled storage-audit script (stale files, duplicates, unfinished uploads, estimated monthly cost), and manage lifecycle/security review for B2 buckets. Udløses ved B2, Backblaze, object storage buckets, eller storage cleanup requests. Hard security rules block reading credential files and require an explicit dry-run plus typed 'yes' before any deletion.

Testrapport

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.

Testet: 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

Kommandoer og eksempelprompter

  • /b2-cloud-storageReviderer, omkostningsberegner og rydder sikkert op i Backblaze B2-buckets med obligatoriske dry-runs.

Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):

  • 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.