azure-ai

Access Azure AI services for search, speech, and document intelligence.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill azure-ai-suns1eep1ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-ai
Source: https://github.com/SunS1eep1ng/codex-dotfiles/tree/main/skills/azure-ai
Command: npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill azure-ai-suns1eep1ng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-search, azure-speech, azure-document-intelligence, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a suite of AI services to help solve complex problems, from advanced search and speech recognition to document intelligence and more.

Core Features & Use Cases

  • AI Search: Search, vector search, hybrid search, semantic search, and more.
  • Speech: Speech-to-text, text-to-speech, and transcription.
  • Document Intelligence: Form extraction, OCR, and more.
  • Use Case: Need to quickly analyze and understand large volumes of data? Use this Skill to leverage Azure AI services for advanced search, speech, and document intelligence.

Quick Start

Use the azure-ai skill to search for "AI Search" to find the AI Search service.

Frequently Asked Questions about azure-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform vector search and semantic search over large datasets?

Vector search and semantic search are supported through Azure AI services, enabling advanced hybrid search across large datasets. You can leverage these capabilities to quickly analyze and retrieve relevant information using full-text and vector combinations.

Can I transcribe audio and convert speech to text using Azure AI?

Yes, speech to text conversion and transcription are supported by Azure AI speech services. You can process audio inputs to generate text transcriptions for speech recognition and analysis.

How do I extract text from forms and images using OCR and document intelligence?

Document intelligence and OCR capabilities in Azure AI allow you to extract text and structured data from forms and images. This provides automated form extraction for analyzing large volumes of documents.

Do I need to configure Azure AI resources and APIs before using these search and speech features?

Yes, Azure AI search, speech, and document intelligence features require Azure AI resources and appropriate APIs to be set up and configured before usage. You must provision the necessary service endpoints and authentication keys.

What is the best way to combine full-text and vector search for advanced document retrieval?

The best way to combine full-text and vector search is through hybrid search capabilities in Azure AI. This approach merges keyword and vector matching to improve search relevance and document retrieval accuracy for complex queries.