Azure AI Services

SkillSearch

This skill gives your AI access to Azure AI services for search, speech, and document reading. Once added, it can search Azure indexes, turn speech into text and text back into speech, and pull text out of documents and images.

Available today. Use it from your connected AI after setup.

After adding it, try asking your AI to search an index, transcribe an audio file, or read the text out of a document.

Then ask your AI: use the Azure AI Services skill

What your AI can do with it

  • Search Azure indexes with keyword, vector, or hybrid queries
  • Run semantic searches across indexed content
  • Transcribe spoken audio into text
  • Convert written text into speech
  • Extract text from documents and images using OCR

What this skill tells your AI

The instructions your AI receives, as published by microsoft/skills in .github/plugins/azure-skills/skills/azure-ai/SKILL.md and read by ahel’s review.

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:

Signals

GitHub stars
3k
Forks
345
Last commit
Sep 2026

ahel recommends instead

Advanced
Catalog kind
skill
Gateway key
azure-ai-2
Source
github.com/microsoft/skills