Add b2 skill: Backblaze B2 management CLI (storage cost, prefix purge)

B2 Native API v3 client for the ACG B2 account: status, buckets, keys,
files, bucket-size, usage/cost ($0.00695/GB), gated create/delete bucket+key,
and gated lifecycle-based delete-prefix/lifecycle-remove for prefix purges.
Read-only by default; destructive ops require --confirm.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 14:29:07 -07:00
parent 6f65d45131
commit 96fb4110ea
7 changed files with 2143 additions and 0 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ tmp-remediation/
# Bitdefender skill cache (identity/structure only — no secrets/PII)
.claude/skills/bitdefender/.cache/
# B2 skill cache (holds the live B2 authorization token — a SECRET)
.claude/skills/b2/.cache/
# Local settings (machine-specific)
.claude/settings.local.json
.claude/identity.json