Azure Storage Blob Py

🌐Community
by claudedjale · vlatest · Repository

Helps with Azure, storage as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add claudedjale-azure-storage-blob-py npx -- -y @trustedskills/claudedjale-azure-storage-blob-py
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "claudedjale-azure-storage-blob-py": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudedjale-azure-storage-blob-py"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with Azure Blob storage using Python. It allows for uploading, downloading, and managing files stored within Azure Blob containers. Specifically, this includes creating containers, listing blobs, and performing other common blob storage operations programmatically.

When to use it

  • Automating backups of local files to Azure Blob Storage.
  • Retrieving images or documents from Azure Blob Storage for processing by another skill.
  • Creating a data pipeline that moves files between an on-premise system and Azure cloud storage.
  • Managing media assets (videos, audio) stored in Azure Blob containers.

Key capabilities

  • Uploading blobs to Azure Blob Storage
  • Downloading blobs from Azure Blob Storage
  • Listing blobs within a container
  • Creating new containers

Example prompts

  • "Upload this file report.pdf to the 'reports' container."
  • "Download the image named logo.png from the 'images' container and save it as local_logo.png."
  • "List all blobs in the 'data' container."

Tips & gotchas

  • Requires valid Azure credentials and connection information to access your storage account.
  • Ensure the necessary Python libraries are installed within the AI agent’s environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
claudedjale
Installs
2

🌐 Community

Passed automated security scans.