AgentSkillsCN

azure-ai

Azure AI 服务,包括 AI 搜索、语音服务、Foundry 平台、OpenAI 以及文档智能。提供全文检索、向量检索、混合检索的能力,支持语音转文本、文本转语音、AI 模型、AI 代理以及提示词流程等功能。

SKILL.md
--- frontmatter
name: azure-ai
description: Azure AI Services including AI Search, Speech, Foundry, OpenAI, and Document Intelligence. Provides capabilities for full-text/vector/hybrid search, speech-to-text, text-to-speech, AI models, agents, and prompt flows.

Azure AI Services

Services

ServiceUse WhenMCP ToolsCLI
AI SearchFull-text, vector, hybrid searchazure__searchaz search
SpeechSpeech-to-text, text-to-speechazure__speech-
FoundryAI models, agents, prompt flowsazure__foundryaz ml
OpenAIGPT models, embeddings, DALL-E-az cognitiveservices
Document IntelligenceForm 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 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

Foundry

  • azure__foundry with command foundry_model_list - List AI models
  • azure__foundry with command foundry_deployment_list - List deployments
  • azure__foundry with command foundry_agent_list - List AI agents

If Azure MCP is not enabled: Run /azure:setup or enable via /mcp.

AI Search Capabilities

FeatureDescription
Full-text searchLinguistic analysis, stemming
Vector searchSemantic similarity with embeddings
Hybrid searchCombined keyword + vector
AI enrichmentEntity extraction, OCR, sentiment

Speech Capabilities

FeatureDescription
Speech-to-textReal-time and batch transcription
Text-to-speechNeural voices, SSML support
Speaker diarizationIdentify who spoke when
Custom modelsDomain-specific vocabulary

Foundry Capabilities

FeatureDescription
Model catalogGPT-4, Llama, Mistral, custom
AI agentsMulti-turn, tool calling, RAG
Prompt flowOrchestration, evaluation
Fine-tuningCustom model training

Service Details

For deep documentation on specific services: