orchardcore-ai-chat

Configures Orchard Core AI Chat with CrestApps modules and provider connections.

13|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-ai-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchardcore-ai-chat
Source: https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/src/CrestApps.AgentSkills.Skills/orchardcore/orchardcore-ai-chat
Command: npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-ai-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configures Orchard Core AI Chat capabilities using CrestApps modules to enable AI-driven chat experiences in Orchard Core apps.

Core Features & Use Cases

  • Provides configurable chat profiles integrated into the admin UI for managing AI interactions.
  • Supports multiple AI providers (OpenAI, Azure OpenAI, Ollama, etc.) and provider connections for flexible deployment.
  • Enables the AI Agent module to extend profiles with automation capabilities for content, user, and feature management.
  • Includes security best practices for handling API keys and securing prompts.

Quick Start

Install CrestApps OrchardCore AI Chat packages and configure a sample chat profile to get started.

Frequently Asked Questions about orchardcore-ai-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure AI chat profiles in Orchard Core?

To configure Orchard Core AI chat profiles, enable the CrestApps AI and AI.Chat modules alongside at least one provider. You can then set up and manage chat profiles directly through the admin UI.

Does Orchard Core AI chat support multiple AI providers?

Yes, Orchard Core AI chat supports multiple providers including OpenAI, Azure OpenAI, and Ollama. You can configure provider connections for flexible deployment across different AI services.

How do I secure API keys for Orchard Core AI chat?

Secure API keys for Orchard Core AI chat by using user secrets or environment variables. Following these security best practices prevents exposing sensitive provider authentication credentials.

Can I automate content management tasks with Orchard Core AI?

Yes, you can automate content, user, and feature management tasks by enabling the AI Agent extension. This module extends AI chat profiles with automation capabilities for task execution.

What modules do I need to enable for Orchard Core AI chat setup?

You must enable the CrestApps AI module, the AI.Chat module, and at least one AI provider module. These components establish the foundation for configuring AI chat profiles.

Why configure AI chat profiles instead of direct provider integration in Orchard Core?

Configuring AI chat profiles provides a centralized admin UI for managing interactions across multiple providers. This approach allows flexible deployment and enables AI Agent automation without altering core application code.