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
.claude/skills/b2/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# b2 skill local cache. Holds the live B2 authorization token (a SECRET, valid
# ~24h) plus the per-account apiUrl/accountId. NEVER commit this directory.
.cache/