Provides access to Azure AI services like search, speech processing, and document analysis.

Install

mkdir -p .claude/skills/azure-ai && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10563" && unzip -o skill.zip -d .claude/skills/azure-ai && rm skill.zip

Installs to .claude/skills/azure-ai

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
308 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Perform full-text, vector, and hybrid search
  • Transcribe audio to text
  • Synthesize text to speech
  • Extract entities and perform OCR
  • Identify speaker diarization

How it works

The skill interfaces with Azure AI services via MCP tools to execute search queries, speech transcription, and document intelligence tasks.

Inputs & outputs

You give it
search index name or audio file path
You get back
search index details or transcribed text

When to use azure-ai

  • Query Azure AI search indexes
  • Transcribe audio to text
  • Synthesize text into speech
  • Perform OCR on documents via AI services

About this skill

Azure AI Services

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:

When not to use it

  • Operations outside Azure AI service scope

Prerequisites

Azure MCP enabled

Limitations

  • Requires Azure MCP enablement for tool access
  • Limited to documented Azure AI services

How it compares

It provides direct access to Azure-specific AI service commands rather than requiring manual API integration or SDK implementation.

Compared to similar skills

azure-ai side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
azure-ai (this skill)02moNo flagsIntermediate
openrouter199moReviewIntermediate
langchain-architecture82moReviewIntermediate
ai-sdk112moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

openrouter

rawveg

OpenRouter API - Unified access to 400+ AI models through one API

19178

langchain-architecture

wshobson

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

899

ai-sdk

vercel

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

1150

voice-ai-development

davila7

Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Use when: voice ai, voice agent, speech to text, text to speech, realtime voice.

553

python-sdk

comet-ml

Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.

426

openrouter-fallback-config

jeremylongshore

Configure model fallback chains for high availability. Use when building fault-tolerant LLM systems. Trigger with phrases like 'openrouter fallback', 'openrouter backup model', 'openrouter redundancy', 'model failover'.

221

Search skills

Search the agent skills registry