azure-document-intelligence

azure-document-intelligence is a skill for Claude Code, Codex from MicrosoftDocs/Agent-Skills. It costs 117 tokens per session (2,412 once invoked), scanned A, original, CC-BY-4.0.

A guide to building applications with Azure AI Document Intelligence, a service that reads and extracts information from documents. It covers custom models, the AnalyzeDocument APIs, offline containers, and migrations.

In plain words
What is it for?
Use it when creating document-reading models, calling AnalyzeDocument, running the service in containers, or moving an existing integration.
Why use it?
It helps you make design and configuration decisions and troubleshoot integrations without having to piece together Azure’s limits, security rules, and deployment details yourself.

Skill for Claude CodeCodex

Part of the azure-agent-skills plugin — 148 skills shipped together , and of azure-agent-skills

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.

agentmods
npx agentmods add skills/microsoftdocs/agent-skills/azure-document-intelligence
Any agent
npx skills add MicrosoftDocs/Agent-Skills --skill azure-document-intelligence
Clone the repo
git clone --depth 1 https://github.com/MicrosoftDocs/Agent-Skills

Made for: Claude Code, Codex.

Or install azure-agent-skills, the plugin that ships this one along with the rest of its 148 skills.

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-document-intelligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-document-intelligence.svg)](https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-document-intelligence)
Your own site
<a href="https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-document-intelligence"><img src="https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-document-intelligence.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found 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 $0.00117 $0.02412
Opus 5 $0.00059 $0.01206
Sonnet 5 $0.00023 $0.00482
Haiku 4.5 $0.00012 $0.00241

Measured yesterday against content hash 410d0020161c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

azure-document-intelligence 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 yesterday.

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.

skills/azure-document-intelligence/SKILL.md · 101 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. yesterday First seen · 101 lines · 117 tokens per session scan A 410d0020161c

Subscribe to this mod's changes

azure-document-intelligence is a skill published in the GitHub repository MicrosoftDocs/Agent-Skills (733 stars, last pushed 4d ago), licensed CC-BY-4.0. It adds 117 tokens to every session and 2,412 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

markitdown

Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.

synthetic-sciences/openscience · 53 tokens

byted-data-deepresearch-structured2markdown

专门用于将 Excel (.xlsx, .xls) 和 CSV (.csv) 文件转换为高度格式化的 Markdown 文档。 该工具具有内置的结构解析逻辑,能够自动识别表头、合并单元格并优化长文本换行。 当用户需要将表格数据转化为文档报告或在 Markdown 环境中展示数据时,必须优先调用此工具,以确保格式的准确性和视觉上的专业性,避免普通代码分析产生的格式错乱。.

bytedance/agentkit-samples · 122 tokens

kb-retriever

面向本地知识库目录的检索和问答助手。核心流程:(1)分层索引导航 (2)遇到PDF/Excel时必须先读取references学习处理方法 (3)处理文件后再检索。按文件类型组合使用 grep、Read、pdfplumber、pandas 进行渐进式检索,避免整文件加载。用户问题涉及"从知识库目录回答问题/检索信息/查资料"时使用。.

ConardLi/garden-skills · 105 tokens

openmaic-classroom

将 RAG 检索结果、文档块或知识图谱概念转换为 OpenMAIC 互动课程。当用户要求将知识库内容、检索到的文档片段、上传的文档、或知识图谱中的概念批量转换为教学课件/互动课堂时使用此技能。支持纯需求生成、基于 PDF 内容的课程生成、和基于概念图遍历的批量课堂生成。.

Tencent/WeKnora · 102 tokens

openakita/skills@image-understanding

Analyze images using Dashscope (Qwen) Vision models for detailed description, OCR text extraction, object recognition, and visual Q&A. Use when the user needs to understand image content via Alibaba Cloud Dashscope API, especially for Chinese-language image analysis and documents.

openakita/openakita · 61 tokens

flowise-builder

Use when flowise visual LLM workflow builder — drag-drop chatflows, API endpoints, document loaders, tools. Use when working with flowise builder.

oyi77/1ai-skills · 35 tokens