Communityv0.1.0

Azure Storage Blob Py

Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob".

1.9kdownloads1stars1active installsthegovind
View on ClawHubBack to Skills

Skill Details

Slug
azure-storage-blob-py
Latest Version
0.1.0
Author
thegovind
Published
Jan 31, 2026
Updated
Feb 26, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Azure Storage Blob Py.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

Initial release of Azure Blob Storage SDK for Python skill. - Provides in-depth usage guide for uploading, downloading, listing, and managing blobs and containers. - Covers client hierarchy (`BlobServiceClient`, `ContainerClient`, `BlobClient`) and authentication using Azure Identity. - Includes code samples for all major operations, performance tuning (chunking, parallelism), and SAS token generation. - Documents advanced features: blob metadata, content headers, async client usage, and best practices. - Lists relevant environment variables and recommended settings for production use.