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.
npx claudepluginhub microsoft/github-copilot-for-azureThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/auth-best-practices.mdreferences/sdk/azure-ai-contentsafety-java.mdreferences/sdk/azure-ai-contentsafety-py.mdreferences/sdk/azure-ai-contentsafety-ts.mdreferences/sdk/azure-ai-document-intelligence-dotnet.mdreferences/sdk/azure-ai-document-intelligence-ts.mdreferences/sdk/azure-ai-openai-dotnet.mdreferences/sdk/azure-ai-transcription-py.mdreferences/sdk/azure-ai-translation-text-py.mdreferences/sdk/azure-ai-translation-ts.mdreferences/sdk/azure-ai-vision-imageanalysis-java.mdreferences/sdk/azure-ai-vision-imageanalysis-py.mdreferences/sdk/azure-search-documents-dotnet.mdreferences/sdk/azure-search-documents-py.mdreferences/sdk/azure-search-documents-ts.md| 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 | - | - |
When Azure MCP is enabled:
azure__search with command search_index_list - List search indexesazure__search with command search_index_get - Get index detailsazure__search with command search_query - Query search indexazure__speech with command speech_transcribe - Speech to textazure__speech with command speech_synthesize - Text to speechIf Azure MCP is not enabled: Run /azure:setup or enable via /mcp.
| 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 |
| 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 |
For programmatic access to these services, see the condensed SDK guides:
For deep documentation on specific services:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.