azure-ai

azure-ai is a skill for Claude Code, Codex from autohandai/community-skills. It costs 76 tokens per session (789 once invoked), scanned A, a copy of azure-ai, Apache-2.0.

A guide to Azure services for searching data, processing speech, using OpenAI models, and extracting text from documents. It covers keyword, meaning-based, and combined search, plus speech recognition, speech synthesis, and OCR, which reads text from images or scans.

In plain words
What is it for?
Use it to query Azure AI Search indexes, run vector or hybrid search, transcribe audio, generate spoken audio, use GPT models and embeddings, and extract text or form data from documents.
Why use it?
It helps when an application needs Azure's ready-made AI services instead of building search, speech, or document-reading systems from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to query Azure AI Search indexes, run vector or hybrid search, transcribe audio, generate spoken audio, use GPT models and embeddings, and extract text or form data from documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autohandai/community-skills/azure-ai-ms
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add autohandai/community-skills --skill azure-ai-ms
Clone the repo
git clone --depth 1 https://github.com/autohandai/community-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-ai

README.md
[![agentmods](https://agentmods.dev/badge/skills/autohandai/community-skills/azure-ai-ms/github.svg)](https://agentmods.dev/skills/autohandai/community-skills/azure-ai-ms)
Your own site
<a href="https://agentmods.dev/skills/autohandai/community-skills/azure-ai-ms"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/azure-ai-ms/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-ai

Your own site · 80×15
<a href="https://agentmods.dev/skills/autohandai/community-skills/azure-ai-ms"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/azure-ai-ms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.00789
Opus 5 $0.00038 $0.00394
Sonnet 5 $0.00015 $0.00158
Haiku 4.5 $0.00008 $0.00079

Measured 9d ago against content hash 6c670136a10f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

azure-ai scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to azure-ai — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

azure-ai-ms/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

Read the full file on GitHub · 72 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 72 lines · 76 tokens per session scan A 6c670136a10f

Subscribe to this mod's changes

azure-ai is a skill published in the GitHub repository autohandai/community-skills (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 76 tokens to every session and 789 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azure-ai, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

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. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

microsoft/skills · 76 tokens

doc-parse

A document parser that converts PDFs, PowerPoint files, spreadsheets, and Word files into structured Markdown with metadata and a confidence score.

anbeime/skill · 43 tokens

edgeparse

Extract structured content from any PDF for AI agents, RAG pipelines, and Copilot Skills. Use this skill whenever the user wants to read, analyze, or reason about a PDF document; needs to feed document content to an LLM; mentions PDF extraction, parsing, or conversion; wants tables, headings, or bounding boxes from a…

pleaseai/claude-code-plugins · 0 tokens

mixedbread-parsing

Parse documents, extract structured content, and run OCR using the Mixedbread Parsing API. Use when parsing PDFs, Word documents, PowerPoint slides, or images, extracting tables or form fields, running OCR on scanned documents, converting documents to markdown or HTML, or extracting structured chunks with…

mixedbread-ai/skills · 69 tokens

ingest

Process unstructured documents into search-ready chunks. Use this skill when the user wants to process PDFs or unstructured documents into JSONL chunks using Docling. Activate even if the user says document processing, chunking, Docling, PDF processing, or chunk quality evaluation. For cloud-scale ingestion via OSIS…

opensearch-project/opensearch-agent-skills · 74 tokens