Dev & Engineering ✓ Microsoft · Official azure-ai-searchvector-searchspeech-to-texttext-to-speechocrazure-openaimcp

Azure AI Services Skill

Guides coding agents through Azure AI Search, Speech, OpenAI, and OCR workflows.

FollowSkills review · FSRS-2.0
Use with care
49/ 100 5-point scale 2.5 / 5
1 2 3 4 5 6
1Trust15 / 25 · 3.0/5

The material includes managed identity, RBAC, no-hardcoded-credential, and Key Vault guidance, with no apparent malware or destructive default. However, MCP, CLI, search, speech, OCR, and generative services can transmit external data and create cloud-side effects; least privilege, user confirmation, data-flow disclosure, sensitive-data handling, and rollback are not specified, so points are deducted.

2Reliability8 / 20 · 2.0/5

The skill is organized and provides service mappings, authentication patterns, and SDK snippets. However, its breadth is high, while installation prerequisites, compatibility/version coverage, key-path tests, input boundaries, and consistent error handling are thin; several examples rely on unstated environment or service configuration. Static evidence does not support stronger reproducibility or failure-feedback scores.

3Adaptability8 / 15 · 2.7/5

Triggers clearly cover AI Search, Speech, OpenAI, OCR, and Document Intelligence, fitting Azure AI developers. Boundaries, non-fit cases, regional/service availability, Chinese-language behavior, and mainland-China network reachability are not addressed, and the broad scope may cause false invocation, so points are deducted.

4Convention8 / 15 · 2.7/5

The skill has a clear name and description, MIT licensing, author metadata, version 1.1.1, and layered service/SDK references. It lacks a changelog, explicit maintenance owner/update path, complete dependency notes, stable parameter guidance, FAQs, limitation disclosure, and troubleshooting coverage, so it does not receive full marks.

5Effectiveness6 / 15 · 2.0/5

The service table, MCP commands, CLI guidance, authentication advice, and multilingual quick references can directly assist common Azure AI coding tasks. Most material is condensed reference content, however, without end-to-end outputs, complete parameter coverage, recovery behavior, or result validation; substantial checking and rewriting may remain, limiting the static score.

6Verifiability4 / 10 · 2.0/5

Microsoft documentation sources are named, and the repository includes general CI, evaluation workflows, and test code. The supplied tests do not cover this azure-ai skill's key service paths, and no skill-specific acceptance criteria or independent execution results are shown, so verifiability remains limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • Do not treat the snippets as verified production-ready code; confirm SDK versions, API availability, regional constraints, and identity permissions.
  • Before processing audio, documents, images, or search indexes, confirm Azure data flow, apply minimal RBAC, obtain appropriate user consent, and define logging, retention, and recovery controls.
  • The repository is described as actively developing, so check subsequent revisions and service deprecations before adoption.
See the full review method →

What does this skill do, and when should you use it?

azure-ai is one skill in Microsoft's Agent Skills repository for Azure AI Search, Speech, OpenAI, and Document Intelligence. It maps common tasks such as index queries, vector and hybrid search, transcription, speech synthesis, and OCR to Azure services, MCP tools, or CLI entry points. When Azure MCP is enabled, Search and Speech operations are exposed through named MCP commands; other services are referenced through Azure CLI or SDK guides. It is a useful routing and context layer for Azure-focused coding agents, but it is not a standalone SDK or complete implementation tutorial.

Routes requests to Azure AI services; uses azure__search to list indexes, retrieve index details, and query search indexes; uses azure__speech to transcribe speech and synthesize speech; points Azure OpenAI tasks involving GPT models, embeddings, and DALL-E to the az cognitiveservices CLI; identifies Document Intelligence for form extraction and OCR; and links to condensed SDK references for Search, OpenAI, Vision, Transcription, Translation, Document Intelligence, and Content Safety.

  1. An Azure developer needs to inspect or query an AI Search index, including vector or hybrid search scenarios.
  2. A team building meeting, support, or media software needs speech transcription, speaker diarization, or neural text-to-speech.
  3. A developer using Azure OpenAI needs guidance for GPT models, embeddings, or image generation entry points.
  4. A document-processing application needs OCR or form extraction guidance through Document Intelligence.
  5. A team wants its coding agent to select Azure AI MCP commands or CLI paths based on task intent.

What are this skill's strengths and limitations?

Pros
  • Covers four relevant Azure AI service areas: Search, Speech, OpenAI, and Document Intelligence.
  • Names the MCP tools, commands, and Search/Speech operations explicitly.
  • Includes SDK quick-reference links for several programming languages and services.
  • Published by Microsoft under the MIT license.
Limitations
  • Depends on Azure MCP or Azure CLI for the described operational paths; credential and permission details are not documented in the supplied skill.
  • MCP coverage is explicitly described for Search and Speech, not for OpenAI or Document Intelligence.
  • The skill is primarily a service-routing and operational reference, not a complete SDK implementation guide.
  • The supplied material does not provide a dedicated test scenario or broad platform-coverage evidence for this skill.

How do you install this skill?

Run npx skills add microsoft/skills and select azure-ai in the installation wizard. The skill source is .github/plugins/azure-skills/skills/azure-ai/SKILL.md; the repository says skills are installed into the selected agent's directory, such as .github/skills/ for GitHub Copilot.

How do you use this skill?

With Azure MCP enabled, ask a concrete request such as “List my Azure AI Search indexes and query the product documentation index.” Use azure__search with search_index_list, search_index_get, or search_query, and azure__speech with speech_transcribe or speech_synthesize. If Azure MCP is not enabled, the source recommends /azure:setup or enabling it through /mcp.

FAQ

Is Azure MCP required?
Not for every path. With Azure MCP enabled, Search and Speech use the listed MCP commands. If it is not enabled, the source recommends `/azure:setup` or `/mcp`; Azure OpenAI also has an `az cognitiveservices` CLI path.
Does this skill include complete SDK examples?
Not in the supplied SKILL.md body. It provides links to condensed SDK guides and official documentation for the listed services.
Who should adopt it?
Teams building Azure-based applications that need Search, Speech, Azure OpenAI, or document OCR/form extraction context in their coding agents.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure AI Search for .NET

Build .NET search applications with practical Azure AI Search patterns for full-text, vector, semantic, and hybrid retrieval.

Dev & Engineering ✓ Microsoft · Official

Azure Realtime Podcast Studio

Turn text into playable podcast-style audio with Azure OpenAI Realtime API.

Dev & Engineering ✓ Microsoft · Official

Azure AI Search for Python

Helps Python developers build vector, hybrid, and semantic search applications with Azure AI Search.

Dev & Engineering ✓ Microsoft · Official

Azure AI Search for TypeScript

Build TypeScript search apps with vector, hybrid, and semantic retrieval patterns.

Dev & Engineering ✓ Microsoft · Official

Azure OpenAI Deployment Assistant

Discover capacity and deploy Azure OpenAI models through intent-based routing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Dev & Engineering ✓ Microsoft · Official

Azure AI Transcription for Python

Guides Python applications through Azure AI real-time and batch speech-to-text transcription.

Dev & Engineering ✓ Microsoft · Official

Azure Short-Audio Speech-to-Text REST

Transcribe audio up to 60 seconds with Python HTTP requests.

Dev & Engineering ✓ Microsoft · Official

Azure Call Automation for Java

Build Java workflows for IVR, call routing, recording, and voice-driven interactions.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis for Java

A practical Java SDK guide for captions, OCR, object detection, tagging, and smart image cropping.

Dev & Engineering ✓ Microsoft · Official

Azure AI Foundry Agent Framework

Helps Python developers build persistent Azure AI Foundry agents with hosted tools, MCP integrations, threads, and streaming.

Dev & Engineering ✓ Microsoft · Official

Azure AI Foundry Projects for .NET

Guides .NET developers through Foundry project, agent, and evaluation operations.

Dev & Engineering ✓ Microsoft · Official

Azure Persistent Agents for .NET

A practical .NET playbook for building and operating Azure AI persistent agents.

Dev & Engineering ✓ Microsoft · Official

Azure OpenAI Optimal Region Deployment

Automatically checks Azure capacity and deploys an Azure OpenAI model in a suitable available region.

Dev & Engineering ✓ Microsoft · Official

Slack-to-Teams Migration Expert

Guides developers through Slack bot migration, Teams enablement, and cross-platform bot delivery.

Automation & Ops ✓ Microsoft · Official

Azure Cloud Migration Assistant

Assess cross-cloud workloads and convert them for Azure services.

Automation & Ops ✓ Microsoft · Official

Azure Deployment Runner

Execute Azure deployments for prepared, validated applications with built-in checks and recovery.

Automation & Ops ✓ Microsoft · Official

Azure Resource Lookup

Inventory, filter, and discover Azure resources across subscriptions.

Dev & Engineering ✓ Microsoft · Official

Microsoft 365 Agent Evaluator

Design and run evaluation suites for Microsoft 365 Copilot declarative agents

Related skills