Azure Storage Blob Py
Official microsoft skill covering Azure, storage for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add microsoft-azure-storage-blob-py npx -- -y @trustedskills/microsoft-azure-storage-blob-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microsoft-azure-storage-blob-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microsoft-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 Microsoft Azure Blob storage using Python. Specifically, it provides functionality to upload files, download files, list containers and blobs, and perform other common operations related to Azure Blob storage. It leverages the azure-storage-blob Python library for these interactions.
When to use it
- Data Archiving: Automate backing up data from a local machine or application to Azure Blob storage for long-term preservation.
- Content Delivery: Provide an AI agent with the ability to retrieve images, videos, or documents stored in Azure Blob storage to serve users.
- Application Data Storage: Allow an AI agent to store and retrieve data generated during its operation within Azure Blob storage.
- File Management: Automate tasks like organizing files into containers and blobs based on specific criteria.
Key capabilities
- Upload files to Azure Blob storage.
- Download files from Azure Blob storage.
- List containers in an Azure storage account.
- List blobs within a container.
- Utilizes the
azure-storage-blobPython library.
Example prompts
- "Upload this image file to my 'images' container."
- "Download the file named 'report.pdf' from the 'reports' container."
- "List all blobs in the 'data' container."
- “Create a new container called ‘processed_files’ if it doesn’t exist.”
Tips & gotchas
- Requires valid Azure account credentials and connection string to access Blob storage. Ensure these are securely provided to the AI agent.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.