Azure Storage File Datalake Py
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 claudedjale-azure-storage-file-datalake-py npx -- -y @trustedskills/claudedjale-azure-storage-file-datalake-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-storage-file-datalake-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-storage-file-datalake-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 Azure Data Lake Storage Gen2 file systems using Python. It enables tasks such as listing files, uploading data, and downloading data from specified containers within the storage account. The skill leverages the azure-storage-file-datalake library for seamless integration.
When to use it
- Automating data ingestion: Transferring log files from a local machine to Azure Data Lake Storage for analysis.
- Data archival: Moving older datasets from primary storage to a cheaper tier in Azure Data Lake Storage.
- Building data pipelines: Integrating Azure Data Lake Storage as a source or sink within an automated ETL (Extract, Transform, Load) process.
- File management tasks: Listing files in a specific directory and performing actions based on their names or sizes.
Key capabilities
- List files within a specified container.
- Upload data to Azure Data Lake Storage Gen2.
- Download data from Azure Data Lake Storage Gen2.
- Uses the
azure-storage-file-datalakePython library.
Example prompts
- "List all
.csvfiles in the 'raw_data' container." - "Upload this file,
report.txt, to the 'processed_files' container." - "Download the file named
sales_2023.parquetfrom the 'archive' container."
Tips & gotchas
- Ensure you have an active Azure subscription and appropriate permissions to access the target storage account and containers.
- The skill requires Python 3.6 or higher to be installed in the agent’s environment.
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.