microsoft/azure-skills · Official

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.

All-time #47 Trending #167 First seen Feb 4, 2026
8-week activity · all time api

Installation

$ npx skills add microsoft/azure-skills --skill azure-ai

Summary

  • Unified access to Azure AI services: Search, Speech, OpenAI, and Document Intelligence.
  • AI Search supports full-text, vector, hybrid, and semantic search with AI enrichment capabilities like entity extraction and OCR Speech service enables speech-to-text transcription (real-time and batch), text-to-speech with neural voices, speaker diarization, and custom models MCP server integration provides direct tool access via azure__search and azure__speech commands; falls back to CLI and SDK when MCP is unavailable Includes OpenAI model access, DALL-E image generation, embeddings, and Document Intelligence for form extraction and OCR

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 22, 2026

This skill provides a comprehensive set of tools and references for integrating with Azure AI Services, including Search, Speech, and OpenAI. It follows established security best practices, particularly regarding authentication and secret management, and provides educational resources for developers to implement these services securely.

snyk LOW

Analyzed Apr 22, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 22, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from microsoft/azure-skills · top by installs.

npx skills add microsoft/azure-skills

Browse all from microsoft/azure-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.5K
License MIT
Default branch main
Open issues 9
Last push Sep 10, 2026
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.1
LicenseMIT
More metadata
author
Microsoft
version
1.2.1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,268 B
  • docs SUMMARY.md 324 B

History

  1. First seen on skills.sh
  2. SKILL.md last updated on GitHub
  3. First recorded snapshot · 569,500 installs

SKILL.md

Azure AI Services

Services

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 - -

MCP Server (Preferred)

When Azure MCP is enabled:

AI Search

  • azure__search with command searchindexlist - List search indexes
  • azure__search with command searchindexget - 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

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

Speech Capabilities

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

SDK Quick References

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

  • AI Search: [Python](references/sdk/azure-search-documents-py.md) | [TypeScript](references/sdk/azure-search-documents-ts.md) | [.NET](references/sdk/azure-search-documents-dotnet.md)
  • OpenAI: [.NET](references/sdk/azure-ai-openai-dotnet.md)
  • Vision: [Python](references/sdk/azure-ai-vision-imageanalysis-py.md) | [Java](references/sdk/azure-ai-vision-imageanalysis-java.md)
  • Transcription: [Python](references/sdk/azure-ai-transcription-py.md)
  • Translation: [Python](references/sdk/azure-ai-translation-text-py.md) | [TypeScript](references/sdk/azure-ai-translation-ts.md)
  • Document Intelligence: [.NET](references/sdk/azure-ai-document-intelligence-dotnet.md) | [TypeScript](references/sdk/azure-ai-document-intelligence-ts.md)
  • Content Safety: [Python](references/sdk/azure-ai-contentsafety-py.md) | [TypeScript](references/sdk/azure-ai-contentsafety-ts.md) | [Java](references/sdk/azure-ai-contentsafety-java.md)

Service Details

For deep documentation on specific services: