Azure Storage Blob Ts
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.
Run in terminal (recommended)
claude mcp add azure-storage-blob-ts npx -- -y @trustedskills/azure-storage-blob-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-storage-blob-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-storage-blob-ts"
]
}
}
}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. Specifically, it enables the agent to list blobs within a container, retrieve blob contents as text, and upload data to existing blobs. It simplifies common tasks related to managing files stored in Azure's cloud storage service.
When to use it
- Data Retrieval: An agent needs to access configuration files or datasets stored in Azure Blob Storage for analysis or processing.
- Log Management: An agent is tasked with retrieving log files from a container within Azure Blob Storage.
- Content Updates: An agent needs to update the content of an existing blob, such as replacing a versioned document.
- Backup/Restore: An agent needs to retrieve data for backup or restore purposes from Azure Blob storage.
Key capabilities
- List blobs within a container
- Retrieve blob contents as text
- Upload data to existing blobs
Example prompts
- "List all the blobs in the 'logs' container."
- "Get the content of the file named 'config.txt' from the 'settings' container."
- "Update the blob 'report_2024-10-26.csv' with this new data: [data string]"
Tips & gotchas
- Requires valid Azure credentials and appropriate permissions to access the target storage account and containers.
- The skill currently only supports text content retrieval; binary file handling is not supported.
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.