agentsclimarketplace

Azure usage

Skill fcakyon/claude-codex-settings/plugins/azure-tools/skills/azure-usage

Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi MiniMax and GLM API support.

Install
npx -y skills add fcakyon/claude-codex-settings --skill azure-usage

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

SKILL.md

1.8 KB, as published. Nobody here has run it

Azure MCP Best Practices

Tool Selection

TaskToolExample
List resourcesmcp__azure__*_listStorage accounts, Key Vault secrets
Get resource detailsmcp__azure__*_getContainer details, database info
Create resourcesmcp__azure__*_createNew secrets, storage containers
Query datamcp__azure__*_queryLog Analytics, Cosmos DB

Common Operations

Storage

  • storage_accounts_list - List storage accounts
  • storage_blobs_list - List blobs in container
  • storage_blobs_upload - Upload file to blob

Key Vault

  • keyvault_secrets_list - List secrets
  • keyvault_secrets_get - Get secret value
  • keyvault_secrets_set - Create/update secret

Cosmos DB

  • cosmosdb_databases_list - List databases
  • cosmosdb_containers_list - List containers
  • cosmosdb_query - Query documents

AKS

  • aks_clusters_list - List AKS clusters
  • aks_nodepools_list - List node pools

Monitor

  • monitor_logs_query - Query Log Analytics

Authentication

Azure MCP uses Azure Identity SDK. Authenticate via:

  • az login (Azure CLI - recommended)
  • VS Code Azure extension
  • Environment variables (service principal)

Reference

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.