File contents 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
Feature
Description
Speech-to-text
Real-time and batch transcription
Text-to-speech
Neural voices, SSML support
Speaker diarization
Identify who spoke when
Custom models
Domain-specific vocabulary
SDK Quick References
For programmatic access to these services, see the condensed SDK guides:
AI Search : Python | TypeScript | .NET
OpenAI : .NET
Vision : Python | Java
Transcription : Python
Translation : Python | TypeScript
Document Intelligence : .NET | TypeScript
Content Safety : Python | TypeScript | Java
Service Details
For deep documentation on specific services:
1 --- 2 name: azure-ai 3 description: azure ai workflow. 4 --- 5 6 # Azure AI Services 7 8 ## Services 9 10 | Service | Use When | MCP Tools | CLI | 11 |---------|----------|-----------|-----| 12 | AI Search | Full-text, vector, hybrid search | `azure__search` | `az search` | 13 | Speech | Speech-to-text, text-to-speech | `azure__speech` | - | 14 | OpenAI | GPT models, embeddings, DALL-E | - | `az cognitiveservices` | 15 | Document Intelligence | Form extraction, OCR | - | - | 16 17 ## MCP Server (Preferred) 18 19 When Azure MCP is enabled: 20 21 ### AI Search 22 - `azure__search` with command `search_index_list` - List search indexes 23 - `azure__search` with command `search_index_get` - Get index details 24 - `azure__search` with command `search_query` - Query search index 25 26 ### Speech 27 - `azure__speech` with command `speech_transcribe` - Speech to text 28 - `azure__speech` with command `speech_synthesize` - Text to speech 29 30 **If Azure MCP is not enabled:** Run `/azure:setup` or enable via `/mcp`. 31 32 ## AI Search Capabilities 33 34 | Feature | Description | 35 |---------|-------------| 36 | Full-text search | Linguistic analysis, stemming | 37 | Vector search | Semantic similarity with embeddings | 38 | Hybrid search | Combined keyword + vector | 39 | AI enrichment | Entity extraction, OCR, sentiment | 40 41 ## Speech Capabilities 42 43 | Feature | Description | 44 |---------|-------------| 45 | Speech-to-text | Real-time and batch transcription | 46 | Text-to-speech | Neural voices, SSML support | 47 | Speaker diarization | Identify who spoke when | 48 | Custom models | Domain-specific vocabulary | 49 50 ## SDK Quick References 51 52 For programmatic access to these services, see the condensed SDK guides: 53 54 - **AI Search**: [Python](references/sdk/azure-search-documents-py.md) | [TypeScript](references/sdk/azure-search-documents-ts.md) | [.NET](references/sdk/azure-search-documents-dotnet.md) 55 - **OpenAI**: [.NET](references/sdk/azure-ai-openai-dotnet.md) 56 - **Vision**: [Python](references/sdk/azure-ai-vision-imageanalysis-py.md) | [Java](references/sdk/azure-ai-vision-imageanalysis-java.md) 57 - **Transcription**: [Python](references/sdk/azure-ai-transcription-py.md) 58 - **Translation**: [Python](references/sdk/azure-ai-translation-text-py.md) | [TypeScript](references/sdk/azure-ai-translation-ts.md) 59 - **Document Intelligence**: [.NET](references/sdk/azure-ai-document-intelligence-dotnet.md) | [TypeScript](references/sdk/azure-ai-document-intelligence-ts.md) 60 - **Content Safety**: [Python](references/sdk/azure-ai-contentsafety-py.md) | [TypeScript](references/sdk/azure-ai-contentsafety-ts.md) | [Java](references/sdk/azure-ai-contentsafety-java.md) 61 62 ## Service Details 63 64 For deep documentation on specific services: 65 66 - AI Search indexing and queries -> [Azure AI Search documentation](https://learn.microsoft.com/azure/search/search-what-is-azure-search) 67 - Speech transcription patterns -> [Azure AI Speech documentation](https://learn.microsoft.com/azure/ai-services/speech-service/overview)
kyrie66nb/codex-omx-public-config/tree/main/home/.codex/skills/azure-ai commit 60733f80dc
Frequently asked questions How do I install the Azure AI skill? Run npx skillmds@latest add kyrie66nb/azure-ai in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Azure AI skill do? azure ai workflow. It is listed under DevOps & Infra on SkillMD.
Is Azure AI safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Azure AI? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Azure AI free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Azure AI? kyrie66nb (@kyrie66nb) published this skill. Their other Agent Skills are listed on their SkillMD profile.