orchardcore-ai-documents-azureai

orchardcore-ai-documents-azureai is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 139 tokens per session (1,543 once invoked), scanned A, original, MIT.

An integration guide for using Azure AI Search to find information in documents stored by Orchard Core AI Documents. Azure AI Search is Microsoft's hosted search service, and vector retrieval finds text by meaning as well as exact words.

In plain words
What is it for?
Use it to configure document indexing and retrieval for chat interactions, profiles, or chat sessions in Orchard Core.
Why use it?
It covers the connections, embeddings, index setup, and document scope needed to make document-based AI answers use the right information.

Skill for Claude CodeCodex

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

Good fit Use it to configure document indexing and retrieval for chat interactions, profiles, or chat sessions in Orchard Core.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai
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 CrestApps/CrestApps.AgentSkills --skill orchardcore-ai-documents-azureai
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

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 orchardcore-ai-documents-azureai

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai/github.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai/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 orchardcore-ai-documents-azureai

Your own site · 80×15
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-documents-azureai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,543 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00139 $0.01543
Opus 5 $0.00069 $0.00772
Sonnet 5 $0.00028 $0.00309
Haiku 4.5 $0.00014 $0.00154

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

Security

Grade A, and why

orchardcore-ai-documents-azureai 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 12d 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.

plugins/crestapps-orchardcore/skills/orchardcore-ai-documents-azureai/SKILL.md · 152 lines

How it starts

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

Configure Azure AI Search document retrieval

You are an Orchard Core expert. Configure Azure AI Search as the vector indexing and retrieval backend for CrestApps AI Documents. Preserve the provider-managed mappings and configure an embedding deployment before creating an index.

Guidelines

  • Enable the exact feature ID CrestApps.OrchardCore.AI.Documents.AzureAI.
  • Its manifest depends on the AI Documents feature through ChatInteractionsConstants.Feature.ChatDocuments, OrchardCore.Indexing, and OrchardCore.AzureAI. The base AI Documents capability is enabled by dependency.
  • Configure an Azure AI Search connection and an embedding deployment before creating the document index.
  • Create the index at Search → Indexing with source AI Documents (Azure AI Search).
  • The module registers its vector search service keyed by AzureAISearchConstants.ProviderName; do not resolve an unkeyed replacement when extending the pipeline.
  • Select the appropriate document context feature such as Chat Interactions, Profiles, or Chat Sessions in addition to this backend.
  • Install CrestApps.OrchardCore.AI.Documents.AzureAI in the web or startup project and protect Azure credentials through secret configuration.

Feature registration

Registration Purpose
AIDocumentAzureAISearchIndexProfileHandler Establishes and normalizes provider-specific Azure AI Search mappings.
AIDocumentAzureAISearchDocumentIndexHandler Builds the provider document from document chunk records.
AzureAISearchVectorSearchService Performs filtered vector similarity search for RAG.
AddAzureAISearchIndexingSource Adds AI Documents (Azure AI Search) to Search → Indexing.

Enable document indexing

{
  "steps": [
    {
      "name": "Feature",
      "enable": [
        "CrestApps.OrchardCore.AI.Documents.ChatInteractions",
        "CrestApps.OrchardCore.AI.Documents.AzureAI",
        "OrchardCore.AzureAI"
      ],
      "disable": []
    }
  ]
}

Read the full file on GitHub · 152 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. 12d ago First seen · 152 lines · 139 tokens per session scan A d7b119f48750

Subscribe to this mod's changes

orchardcore-ai-documents-azureai is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed today), licensed MIT. It adds 139 tokens to every session and 1,543 once invoked, about $0.0007 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-08-30.

Related

Other skills, from other repositories

graph-retrieval

Exposes graph-based retrieval as a tool capability via querygraph. Reads normalized graph store files, builds a query-relevant subgraph, and returns LLM-friendly semantic triples with replayable evidence metadata.

study8677/repobrain · 46 tokens

microsoft-extensions-ai

Build provider-agnostic .NET AI integrations with Microsoft.Extensions.AI, IChatClient, embeddings, middleware, structured output, vector search, and evaluation. USE FOR: building or reviewing .NET code that uses Microsoft.Extensions.AI, Microsoft.Extensions.AI.Abstractions, IChatClient, IEmbeddingGenerator…

managedcode/dotnet-skills · 128 tokens

opik-evaluate

Build an LLM evaluation and run it against your app, returning an experiment with scores. Covers datasets, LLM judges, RAG evaluation, synthetic data, error analysis, and validating evaluators against human labels. Use when the user wants to measure or improve AI product quality, or asks about evals, judges, or…

comet-ml/opik-mcp · 73 tokens

haiku-rag

Search, read and compute over the user's haiku.rag knowledge base through the haiku-rag MCP tools. Use whenever a request could be answered from the user's ingested documents, when asked to find, look up, check or cite something in their documents or knowledge base, or when the question is about the user's own…

ggozad/haiku.rag · 76 tokens

local-rag-search

Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of…

nkapila6/mcp-local-rag · 80 tokens

setup

Configure the Qdrant Power after installation. Use this skill for missing uvx, missing environment variables, unapproved environment variables, unavailable Qdrant tools, "Failed to connect" errors, and setup requests.

qdrant/mcp-server-qdrant · 45 tokens