Back to skills

Agent Skill

Azure Ai

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.

MicrosoftAI/MLPythonAgent-skills

410K installs

microsoft/azure-skills

by Microsoft

Score

8.5

/ 10

Installs

410K

Repo Stars

1.2K

Last Updated

0d ago

Fresh

Quality Ratio

99%

Description

Verified

Language

Python

First Published

Feb 2026

Summary

The Azure Ai agent skill enables direct interaction with Azure AI services, including AI Search for vector and hybrid search, Speech for transcription and text-to-speech, OpenAI for GPT models, and Document Intelligence for form and OCR tasks. This agent skill is designed for developers and AI engineers building applications that leverage Microsoft Azure's AI ecosystem for sophisticated data retrieval, voice interaction, or intelligent document processing. It is an emerging or highly specialized skill with limited adoption so far within the registry. The skill provides specific commands for Azure MCP-enabled environments, guiding the AI agent to use `azure__search.search_query` for indexing and querying, and `azure__speech.speech_transcribe` for voice interactions. It facilitates advanced capabilities such as full-text, vector, and hybrid search, along with neural voices and speaker diarization for speech-to-text and text-to-speech functionalities. This skill is narrowly focused on Azure AI services and explicitly advises against its use for general Azure functions or database interactions.

Skill Definition

Services

ServiceUse WhenMCP ToolsCLI
AI SearchFull-text, vector, hybrid searchazure__searchaz search
SpeechSpeech-to-text, text-to-speechazure__speech-
OpenAIGPT models, embeddings, DALL-E-az cognitiveservices
Document IntelligenceForm 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

FeatureDescription
Full-text searchLinguistic analysis, stemming
Vector searchSemantic similarity with embeddings
Hybrid searchCombined keyword + vector
AI enrichmentEntity extraction, OCR, sentiment

Speech Capabilities

FeatureDescription
Speech-to-textReal-time and batch transcription
Text-to-speechNeural voices, SSML support
Speaker diarizationIdentify who spoke when
Custom modelsDomain-specific vocabulary

SDK Quick References

For programmatic access to these services, see the condensed SDK guides:

Service Details

For deep documentation on specific services:

How to Use

Use in O-mega

Claude Code

npx skills add microsoft/azure-skills azure-ai
Azure Ai | Agent Skills | o-mega