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. USE FOR: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech. DO NOT USE FOR: Function apps/Functions (use azure-functions), databases (azure-postgres/azure-kusto), general Azure resources.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-ai.zip https://jpskill.com/download/19655.zip && unzip -o azure-ai.zip && rm azure-ai.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19655.zip -OutFile "$d\azure-ai.zip"; Expand-Archive "$d\azure-ai.zip" -DestinationPath $d -Force; ri "$d\azure-ai.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-ai.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-aiフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 15
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure AI サービス
サービス
| サービス | 使用する状況 | MCP ツール | CLI |
|---|---|---|---|
| AI Search | 全文検索、ベクトル検索、ハイブリッド検索 | azure__search |
az search |
| Speech | 音声認識、テキスト読み上げ | azure__speech |
- |
| OpenAI | GPT モデル、埋め込み、DALL-E | - | az cognitiveservices |
| Document Intelligence | フォーム抽出、OCR | - | - |
MCP サーバー (推奨)
Azure MCP が有効な場合:
AI Search
azure__searchとコマンドsearch_index_list- 検索インデックスを一覧表示しますazure__searchとコマンドsearch_index_get- インデックスの詳細を取得しますazure__searchとコマンドsearch_query- 検索インデックスをクエリします
Speech
azure__speechとコマンドspeech_transcribe- 音声認識azure__speechとコマンドspeech_synthesize- テキスト読み上げ
Azure MCP が有効でない場合: /azure:setup を実行するか、/mcp から有効にしてください。
AI Search の機能
| 機能 | 説明 |
|---|---|
| 全文検索 | 言語分析、ステミング |
| ベクトル検索 | 埋め込みによるセマンティックな類似性 |
| ハイブリッド検索 | キーワードとベクトルを組み合わせた検索 |
| AI エンリッチメント | エンティティ抽出、OCR、感情分析 |
Speech の機能
| 機能 | 説明 |
|---|---|
| 音声認識 | リアルタイムおよびバッチでの文字起こし |
| テキスト読み上げ | ニューラル音声、SSML サポート |
| 話者ダイアライゼーション | 誰がいつ話したかを識別 |
| カスタムモデル | ドメイン固有の語彙 |
SDK クイックリファレンス
これらのサービスへのプログラムによるアクセスについては、簡潔な SDK ガイドを参照してください。
- AI Search: Python | TypeScript | .NET
- OpenAI: .NET
- Vision: Python | Java
- Transcription: Python
- Translation: Python | TypeScript
- Document Intelligence: .NET | TypeScript
- Content Safety: Python | TypeScript | Java
サービスの詳細
特定のサービスに関する詳細なドキュメントについては、以下を参照してください。
- AI Search のインデックス作成とクエリ -> Azure AI Search ドキュメント
- Speech の文字起こしパターン -> Azure AI Speech ドキュメント
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
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__searchwith commandsearch_index_list- List search indexesazure__searchwith commandsearch_index_get- Get index detailsazure__searchwith commandsearch_query- Query search index
Speech
azure__speechwith commandspeech_transcribe- Speech to textazure__speechwith commandspeech_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 | TypeScript | .NET
- OpenAI: .NET
- Vision: Python | Java
- Transcription: Python
- Translation: Python | TypeScript
- Document Intelligence: .NET | TypeScript
- Content Safety: Python | TypeScript | Java
Service Details
For deep documentation on specific services:
- AI Search indexing and queries -> Azure AI Search documentation
- Speech transcription patterns -> Azure AI Speech documentation
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (3,337 bytes)
- 📎 references/sdk/azure-ai-contentsafety-java.md (1,401 bytes)
- 📎 references/sdk/azure-ai-contentsafety-py.md (1,361 bytes)
- 📎 references/sdk/azure-ai-contentsafety-ts.md (1,413 bytes)
- 📎 references/sdk/azure-ai-document-intelligence-dotnet.md (1,334 bytes)
- 📎 references/sdk/azure-ai-document-intelligence-ts.md (1,427 bytes)
- 📎 references/sdk/azure-ai-openai-dotnet.md (1,419 bytes)
- 📎 references/sdk/azure-ai-transcription-py.md (1,210 bytes)
- 📎 references/sdk/azure-ai-translation-text-py.md (1,345 bytes)
- 📎 references/sdk/azure-ai-translation-ts.md (1,369 bytes)
- 📎 references/sdk/azure-ai-vision-imageanalysis-java.md (1,325 bytes)
- 📎 references/sdk/azure-ai-vision-imageanalysis-py.md (1,297 bytes)
- 📎 references/sdk/azure-search-documents-dotnet.md (1,224 bytes)
- 📎 references/sdk/azure-search-documents-py.md (1,561 bytes)
- 📎 references/sdk/azure-search-documents-ts.md (1,259 bytes)