Azure Storage Blob Rust
Helps with Azure, storage, Rust 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.
Run in terminal (recommended)
claude mcp add azure-storage-blob-rust npx -- -y @trustedskills/azure-storage-blob-rust
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-storage-blob-rust": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-storage-blob-rust"
]
}
}
}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 the Rust programming language. It allows for uploading, downloading, and listing blobs within a specified container. The agent can manage files directly in your Azure cloud storage solution through programmatic interaction.
When to use it
- Automating backups: Schedule regular uploads of local data to Azure Blob Storage for disaster recovery purposes.
- Content delivery: Retrieve images or videos from Azure Blob Storage and serve them dynamically based on user requests.
- Data archiving: Move older files to cheaper storage tiers within Azure Blob Storage, maintaining accessibility when needed.
- Processing large datasets: Download specific blobs for processing by other AI skills or tools.
Key capabilities
- Upload blobs to Azure Blob Storage
- Download blobs from Azure Blob Storage
- List blobs within a container
- Rust programming language implementation
Example prompts
- "Upload this file,
report.pdf, to the 'reports' container in my Azure Blob Storage." - "Download the image named
product_image.jpgfrom the 'images' container and save it locally." - “List all blobs in the ‘archive’ container.”
Tips & gotchas
- Requires valid Azure credentials configured for the AI agent to access your storage account.
- Ensure the Rust runtime environment is properly set up within the AI agent's execution context.
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 |
🌐 Community
Passed automated security scans.