‹ 首页

azure-ai

@microsoft · 收录于 2 周前 · 上游提交 4 天前

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.

适合你,如果要用 Azure AI 服务构建搜索或语音功能

/ 通过 npx 安装 校验哈希
npx oh-my-skill add microsoft/azure-skills/azure-ai
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- microsoft/azure-skills/azure-ai
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify microsoft/azure-skills/azure-ai
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
GitHub stars
~615最小装载
~4.1K含声明引用
~5.1K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 013b97d · 表述以原文为准
它做什么

启用后,Claude 可以执行 Azure AI 搜索(全文、向量、混合查询)、语音转文字、文字转语音、文档 OCR 等操作。

什么时候触发

当用户提到搜索、语音识别、语音合成、OCR 等需求时触发,或明确调用对应工具。

装好后可以这样说
执行 Azure AI 搜索查询。
触发语音转文字。
触发文字转语音。
技能原文 SKILL.md作者撰写 · MIT · 013b97d

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

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。