Display Name
b2-cloud-storage
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/backblaze-labs/claude-skill-b2-cloud-storage
Author Name
Backblaze Labs
Author Link
https://github.com/backblaze-labs/
License
MIT
Other License
No response
Description
Manage Backblaze B2 cloud storage from the terminal: list, audit usage, detect stale or large objects, review security posture, and safely clean up data.
Validate Claims
No Backblaze account needed. The audit, cost-estimation, duplicate-detection, and security-review logic is fully unit-tested, so you can verify it in about a minute:
git clone https://github.com/backblaze-labs/claude-skill-b2-cloud-storage
cd claude-skill-b2-cloud-storage
pip install pytest pyyaml
pytest tests/
That runs the test suite against the audit engine (skills/b2-cloud-storage/scripts/storage_audit.py): cost math, live-vs-billable accounting, stale/large-file flagging, and contentSha1 duplicate grouping.
To see it end to end against a real bucket (needs a free B2 read-only app key): install the skill, then ask Claude "audit my-bucket for stale files, duplicates, and unfinished uploads". It returns a live-vs-billable breakdown, hidden-cost flags (unfinished uploads, old versions), and an estimated monthly cost. Any deletion requires a dry-run preview plus an explicit "yes", so it is safe to try.
Specific Task(s)
Install the skill, then have Claude find wasted spend in a Backblaze B2 bucket: stale files, true duplicates (grouped by content hash, not filename), unfinished large uploads, and old versions that still bill, then estimate the monthly cost and the savings from cleaning it up. A free B2 read-only application key is enough, and no data leaves the machine.
Specific Prompt(s)
audit my-bucket for stale files, duplicates, and unfinished uploads, then estimate my monthly cost and how much I could save by cleaning it up
(No B2 account? Verify the engine directly instead: git clone https://github.com/backblaze-labs/claude-skill-b2-cloud-storage && cd claude-skill-b2-cloud-storage && pip install pytest pyyaml && pytest tests/ )
Additional Comments
Official Backblaze Labs skill (MIT). Built on the open Agent Skills SKILL.md spec, so it also runs in Codex CLI, Cursor, and Gemini CLI. CI runs lint, type checks, and tests across Python 3.10 to 3.14, and a scheduled workflow monitors marketplace listings. Safe by default: every deletion requires a dry-run preview plus an explicit confirmation.
Recommendation Checklist
Display Name
b2-cloud-storage
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/backblaze-labs/claude-skill-b2-cloud-storage
Author Name
Backblaze Labs
Author Link
https://github.com/backblaze-labs/
License
MIT
Other License
No response
Description
Manage Backblaze B2 cloud storage from the terminal: list, audit usage, detect stale or large objects, review security posture, and safely clean up data.
Validate Claims
No Backblaze account needed. The audit, cost-estimation, duplicate-detection, and security-review logic is fully unit-tested, so you can verify it in about a minute:
That runs the test suite against the audit engine (skills/b2-cloud-storage/scripts/storage_audit.py): cost math, live-vs-billable accounting, stale/large-file flagging, and contentSha1 duplicate grouping.
To see it end to end against a real bucket (needs a free B2 read-only app key): install the skill, then ask Claude "audit my-bucket for stale files, duplicates, and unfinished uploads". It returns a live-vs-billable breakdown, hidden-cost flags (unfinished uploads, old versions), and an estimated monthly cost. Any deletion requires a dry-run preview plus an explicit "yes", so it is safe to try.
Specific Task(s)
Install the skill, then have Claude find wasted spend in a Backblaze B2 bucket: stale files, true duplicates (grouped by content hash, not filename), unfinished large uploads, and old versions that still bill, then estimate the monthly cost and the savings from cleaning it up. A free B2 read-only application key is enough, and no data leaves the machine.
Specific Prompt(s)
audit my-bucket for stale files, duplicates, and unfinished uploads, then estimate my monthly cost and how much I could save by cleaning it up
(No B2 account? Verify the engine directly instead: git clone https://github.com/backblaze-labs/claude-skill-b2-cloud-storage && cd claude-skill-b2-cloud-storage && pip install pytest pyyaml && pytest tests/ )
Additional Comments
Official Backblaze Labs skill (MIT). Built on the open Agent Skills SKILL.md spec, so it also runs in Codex CLI, Cursor, and Gemini CLI. CI runs lint, type checks, and tests across Python 3.10 to 3.14, and a scheduled workflow monitors marketplace listings. Safe by default: every deletion requires a dry-run preview plus an explicit confirmation.
Recommendation Checklist