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.
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-ai-memory-azureaigit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWrote 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.
[](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-memory-azureai)<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-memory-azureai"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-memory-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.
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-memory-azureai"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-memory-azureai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00140 | $0.01550 |
| Opus 5 | $0.00070 | $0.00775 |
| Sonnet 5 | $0.00028 | $0.00310 |
| Haiku 4.5 | $0.00014 | $0.00155 |
Grade A, and why
orchardcore-ai-memory-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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orchard Core AI Memory Azure AI Search
Configure Azure AI Search memory indexing
You are an Orchard Core expert. Configure Azure AI Search for persistent user-memory vector indexing and semantic retrieval. Maintain the strict authenticated-user filter and use the provider-managed profile mappings.
Guidelines
- Enable the exact feature ID
CrestApps.OrchardCore.AI.Memory.AzureAI. - Its manifest depends on
CrestApps.OrchardCore.AI.Memory,OrchardCore.Indexing, andOrchardCore.AzureAI; the base AI Memory feature is enabled by dependency. - Create AI Memory (Azure AI Search) from Search → Indexing, select its embedding deployment, then choose it in Settings → Artificial Intelligence → Memory.
- Memory remains authenticated-user scoped even though all users can occupy a shared external index.
- The backend registers
AzureAISearchMemoryVectorSearchServiceas a keyedIMemoryVectorSearchServiceusingAzureAISearchConstants.ProviderName. - Install the package in the web or startup project and store Azure endpoint and credential configuration securely.
- Do not use memory to retain secrets, tokens, private keys, payment data, or other sensitive user data.
Provider registrations
| Registration | Purpose |
|---|---|
AIMemoryAzureAISearchIndexProfileHandler |
Creates, updates, and normalizes Azure Search memory mappings. |
AIMemoryAzureAISearchDocumentIndexHandler |
Builds Azure index documents from persisted memory records. |
AzureAISearchMemoryVectorSearchService |
Retrieves semantically similar memories for one user. |
AddAzureAISearchIndexingSource |
Adds AI Memory (Azure AI Search) as an index source. |
Enable the backend
{
"steps": [
{
"name": "Feature",
"enable": [
"CrestApps.OrchardCore.AI",
"CrestApps.OrchardCore.AI.Memory.AzureAI",
"OrchardCore.AzureAI"
],
"disable": []
}
]
}
The base memory feature is dependency-only. Do not treat it as an independent standalone backend; enable this provider or the Elasticsearch provider alongside it.
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.
- 7d ago First seen · 154 lines · 140 tokens per session scan A bb5accd4d048
orchardcore-ai-memory-azureai is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 12d ago), licensed MIT. It adds 140 tokens to every session and 1,550 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-09-03.
Other skills, from other repositories
browserwing-admin
Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.
mem0-integration
Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.
install-openviking-memory
Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…
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…
embeddings-setup
Bring Open Second Brain semantic search online — embedding API key, sqlite-vec extension, first reindex, optional periodic refresh. INVOKE when the user mentions "embeddings", "semantic search", "vector index", or after o2b search check reports vecextension: unavailable, embeddingkey: missing, or any line in its…
rag-evaluate-quality
Periodically measure the retrieval quality of the knowledge base using evaluateretrieval (MRR@5, Recall@5, Precision@5) plus getindexstats for health metrics. Run weekly, after significant reindex activity, or when the user reports declining answer quality. Prevents silent index rot and grounds "should we tune X"…