azure-ai

azure-ai is a skill for Claude Code, Codex from jonathan-vella/apex-accelerator. It costs 76 tokens per session (873 once invoked), scanned A, a copy of azure-ai, MIT.

A set of instructions for using Microsoft Azure’s AI services, including search, speech, OpenAI models, and document processing. Azure is Microsoft’s cloud platform.

In plain words
What is it for?
It helps query full-text, vector, or combined search indexes; convert speech to text or text to speech; use OpenAI models; and extract information from documents with OCR.
Why use it?
It explains which Azure service and command to use for tasks such as searching data, transcribing speech, creating spoken audio, or reading documents.

Skill for Claude CodeCodex

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

Good fit It helps query full-text, vector, or combined search indexes; convert speech to text or text to speech; use OpenAI models; and extract information from documents with OCR.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jonathan-vella/apex-accelerator/azure-ai
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 jonathan-vella/apex-accelerator --skill azure-ai
Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator

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/jonathan-vella/apex-accelerator/azure-ai/github.svg)](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-ai)
Your own site
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-ai"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-ai/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/jonathan-vella/apex-accelerator/azure-ai"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-ai.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 873 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 95% 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.00873
Opus 5 $0.00038 $0.00436
Sonnet 5 $0.00015 $0.00175
Haiku 4.5 $0.00008 $0.00087

Measured 11d ago against content hash 4f2e7c35c87f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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

95% identical to azure-ai — 48 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.

.archive/_archived_skills/azure-ai/SKILL.md · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 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 · 82 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. 11d ago First seen · 82 lines · 76 tokens per session scan A 4f2e7c35c87f

Subscribe to this mod's changes

azure-ai is a skill published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 3d ago), licensed MIT. It adds 76 tokens to every session and 873 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to azure-ai, differing in 48 lines, and is treated as a copy.

Related

Other skills, from other repositories

dashscope

DashScope (Alibaba Cloud Bailian / 阿里云百炼) integration — image generation (qwen-image-2.0-pro), text-to-speech (qwen3-tts-flash), and ASR with word-level timestamps (qwen3-asr-flash-filetrans). Use when generating images via Qwen-Image, narrating via Qwen-TTS, or transcribing with word-level timestamps via Qwen-ASR.

calesthio/OpenMontage · 93 tokens

promptkit

PromptKit composition engine. Use this skill when the user wants to assemble a task-specific prompt, write a requirements doc, investigate a bug, review code, plan an implementation, author agent instructions, create a Copilot prompt file, build an agentic workflow, or perform any engineering task that PromptKit has a…

microsoft/PromptKit · 93 tokens

bootstrap

Alias for the /promptkit skill. Use this when the user wants to assemble a task-specific prompt using PromptKit, or says "bootstrap" to start the PromptKit composition engine.

microsoft/PromptKit · 39 tokens

semantic-model-disambiguation

Analyze Power BI semantic models for column-level overlaps that confuse Copilot and Fabric data agents. Detect ambiguity, review with domain expert, apply fixes via MCP.

fabioc-aloha/Alex_Skill_Mall · 37 tokens

rag-architecture

Build retrieval-augmented generation systems that ground LLMs in your data.

fabioc-aloha/Alex_Skill_Mall · 20 tokens

multi-agent-architect

Design and optimize production-grade multi-agent systems with LangGraph, LangChain, and DeepAgents for complex AI workflows.

fabioc-aloha/Alex_Skill_Mall · 28 tokens