Agent skill · DevOps & Cloud

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeMIT
Install
npx skills add microsoft/azure-skills --skill azure-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.2.1
Declared author: Microsoft
Path: skills/azure-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure AI Services ## Services | Service | Use When | MCP Tools | CLI | |---------|----------|-----------|-----| | AI Search | Full-text, vector, hybrid search | `azure__search` | `az search` | | Speech | Speech-to-text, text-to-speech | `azure__speech` | - | | OpenAI | GPT models, embeddings, DALL-E | - | `az cognitiveservices` | | Document Intelligence | Form extraction, OCR | - | - | ## MCP Server (Preferred) When Azure MCP is enabled: ### AI Search - `azure__search` with command `search_index_list` - List search indexes - `azure__search` with command `search_index_get` - Get index details - `azure__search` with command `search_query` - Query search index ### Speech - `azure__speech` with command `speech_transcribe` - Speech to text - `azure__speech` with command `speech_synthesize` - Text to speech **If Azure MCP is not enabled:** Run `/azure:setup` or enable via `/mcp`. ## AI Search Capabilities | Feature | Description | |---------|-------------| | Full-text search | Linguistic analysis, stemming | | Vector search | Semantic similarity with embeddings | | Hybrid search | Combined keyword + vector | | AI enrichment | Entity extraction, OCR, sentiment | ## Speech Capabilities |

What's inside
Steps it walks through
  1. Services
  2. MCP Server (Preferred)
  3. AI Search
  4. Speech
  5. AI Search Capabilities
  6. Speech Capabilities
  7. SDK Quick References
  8. Service Details
Ships with 15 files
  • references/auth-best-practices.md
  • references/sdk/azure-ai-contentsafety-java.md
  • references/sdk/azure-ai-contentsafety-py.md
  • references/sdk/azure-ai-contentsafety-ts.md
  • references/sdk/azure-ai-document-intelligence-dotnet.md
  • references/sdk/azure-ai-document-intelligence-ts.md
  • references/sdk/azure-ai-openai-dotnet.md
  • references/sdk/azure-ai-transcription-py.md
  • references/sdk/azure-ai-translation-text-py.md
  • references/sdk/azure-ai-translation-ts.md
  • references/sdk/azure-ai-vision-imageanalysis-java.md
  • references/sdk/azure-ai-vision-imageanalysis-py.md
  • references/sdk/azure-search-documents-dotnet.md
  • references/sdk/azure-search-documents-py.md
  • references/sdk/azure-search-documents-ts.md
More from azure-skills
All skills →
About this skill
What does the azure-ai skill do?

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going