Azure Storage Blob Py

🌐Community
by sickn33 · 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 azure-storage-blob-py npx -- -y @trustedskills/azure-storage-blob-py
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with Azure Blob storage using Python. It enables programmatic uploading, downloading, and listing of blobs within a specified container. The agent can manage files directly in your Azure cloud storage environment through code.

When to use it

  • Automating backups: Regularly copy data from local directories to Azure Blob storage for disaster recovery.
  • Content delivery: Upload images or videos to Blob storage and provide URLs for web applications.
  • Data archival: Move older files from active storage to cheaper, archive-tier Blob storage.
  • Processing large datasets: Upload input data to Blob storage for processing by other AI agents or services.

Key capabilities

  • Uploading blobs to Azure containers
  • Downloading blobs from Azure containers
  • Listing blobs within a container
  • Python based interaction with the Azure Storage SDK

Example prompts

  • "Upload this file, report.pdf, to my 'reports' container in Azure Blob storage."
  • "List all the blob names in the 'images' container."
  • “Download the blob named ‘data/2024-10-27.csv’ from the 'raw_data' container.”

Tips & gotchas

  • Requires valid Azure credentials and a configured storage account to function correctly. Ensure your agent has appropriate permissions to access the target Blob storage containers.

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
sickn33
Installs
19

🌐 Community

Passed automated security scans.