azure-ai
The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.
Is azure-ai safe to install?
Review the source first: our audit of azure-ai's source files found 7 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes commands via an MCP server and CLI to interact with external Azure cloud services.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks.
What can you do with it?
- Perform full-text, vector, and hybrid searches on Azure AI Search indexes.
- Transcribe audio files to text using Azure Speech services.
- Convert text to speech using neural voices.
- Extract data from documents and perform OCR via Document Intelligence.
How good is this skill?
Quality score: 9/10. The documentation clearly maps services to specific MCP tools and CLI commands. It lacks explicit API endpoint URLs, which is appropriate for an MCP-based skill.
What does the skill file contain?
# 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 `search_index_list` - List search indexes - `azure__search` with command `search_index_get` - Get index de...
Frequently asked questions
How do I enable the Azure AI tools?
Enable the Azure MCP server or run the /azure:setup command.
What search types does the AI Search tool support?
It supports full-text, vector, and hybrid search methods.
Can this skill perform OCR?
Yes, the Document Intelligence service supports OCR and form extraction.
Related skills
microsoft-foundry
429.2KDevelopers building, deploying, and managing AI agents on Azure AI Foundry
The Microsoft Foundry skill provides a framework for the end-to-end lifecycle of AI agents, including scaffolding, deployment, evaluation, fine-tuning, and troubleshooting within Azure AI Foundry.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
face-swap
245.4KUsers needing to perform face or character swaps on media assets via the RunComfy CLI
The face-swap skill provides a CLI-based interface to perform identity replacement on images and videos using various RunComfy model endpoints. It routes requests to specific models based on user intent, such as audio-driven animation, motion transfer, batch processing, or high-fidelity still image editing.
find-skills
225.2KUsers and AI agents seeking to discover, evaluate, and install third-party agent skills from public registries
The find-skills skill searches multiple agent skill registries (skills.sh, clawhub.ai, and GitHub) in parallel to help users discover, vet, and install relevant agent capabilities. It provides a comparative report based on native popularity metrics, performs a heuristic security scan on top candidates, and flags skills already present on the user's system.