Azure Storage Blob Ts

🌐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-ts npx -- -y @trustedskills/claudedjale-azure-storage-blob-ts
2

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

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

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. It allows for uploading, downloading, and listing blobs within a specified container. The agent can also delete existing blobs and manage storage account access using provided credentials.

When to use it

  • Automating backups of website assets to Azure Blob Storage.
  • Retrieving images or documents stored in Azure Blob Storage for processing by other AI tools.
  • Cleaning up old files within a container based on age or size criteria.
  • Creating automated workflows that move data between local storage and Azure Blob Storage.

Key capabilities

  • Upload blobs to Azure Blob Storage.
  • Download blobs from Azure Blob Storage.
  • List blobs within a specified container.
  • Delete existing blobs.

Example prompts

  • "Upload this image file to my 'images' container in Azure Blob Storage."
  • "List all the blob names in the 'documents' container."
  • "Download the blob named 'report.pdf' from the 'reports' container and save it locally."

Tips & gotchas

  • Requires valid Azure account credentials (connection string or SAS token) to function correctly.
  • Ensure the AI agent has appropriate permissions within your Azure storage account for the requested operations.

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.