Azure Storage

🌐Community
by tyler-r-kendrick · 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 tyler-r-kendrick-azure-storage npx -- -y @trustedskills/tyler-r-kendrick-azure-storage
2

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

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

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 Storage services. Specifically, it allows for tasks like creating containers, uploading blobs (files), and listing blob contents within those containers. It provides a programmatic interface to manage data stored in Microsoft's cloud storage solution.

When to use it

  • Automating backups of website assets to Azure Blob Storage.
  • Uploading user-generated content (images, videos) directly to an Azure container.
  • Retrieving and listing files from an existing Azure Blob Storage account for reporting or analysis.
  • Managing large datasets stored in Azure for machine learning purposes.

Key capabilities

  • Create containers within Azure Storage accounts.
  • Upload blobs (files) to specified containers.
  • List contents of a container.

Example prompts

  • "Upload this image file 'profile_picture.jpg' to the 'user-images' container."
  • "Create a new container called 'data-archive'."
  • "List all files in the 'logs' container."

Tips & gotchas

  • Requires proper Azure account credentials and connection details (account name, key) to function. Ensure these are securely provided to the 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
tyler-r-kendrick
Installs
3

🌐 Community

Passed automated security scans.