orchardcore-ai-chat-copilot

orchardcore-ai-chat-copilot is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 190 tokens per session (1,909 once invoked), scanned B, original, MIT.

An Orchard Core integration that uses the GitHub Copilot Chat orchestrator to run AI chat interactions. GitHub Copilot is GitHub's AI coding and assistance service, while an orchestrator coordinates the chat process and model calls.

In plain words
What is it for?
Use it to configure Copilot-based chat profiles and interactions in Orchard Core, including authentication, callback handling, model selection, effort settings, and profile templates.
Why use it?
It provides a configured alternative chat runtime with either GitHub OAuth sign-in or a directly supplied API key. It also supports tenant and profile settings for selecting models and access options.

Skill for Claude CodeCodex

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

Good fit Use it to configure Copilot-based chat profiles and interactions in Orchard Core, including authentication, callback handling, model selection, effort settings, and profile templates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-ai-chat-copilot
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-chat-copilot
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-chat-copilot

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-chat-copilot"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-chat-copilot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,909 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00190 $0.01909
Opus 5 $0.00095 $0.00955
Sonnet 5 $0.00038 $0.00382
Haiku 4.5 $0.00019 $0.00191

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

Security

Grade B, and why

orchardcore-ai-chat-copilot scanned grade B with 1 finding 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 9d 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- Select a model, effort `Default`, `Low`, `Medium`, or `High`, and whether to allow all tool executions per profile, template, or interaction.
plugins/crestapps-orchardcore/skills/orchardcore-ai-chat-copilot/SKILL.md · 174 lines

How it starts

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

Orchard Core AI Chat Copilot - Prompt Templates

Configure the GitHub Copilot Chat Orchestrator

You are an Orchard Core expert. Generate configuration, recipes, and extension code for the GitHub Copilot SDK-based chat orchestrator. This module is an alternative orchestration runtime, not an Orchard AI provider connection or deployment provider.

Guidelines

  • Enable CrestApps.OrchardCore.AI.Chat.Copilot to select GitHub Copilot orchestration on profiles, profile-source templates, and Chat Interactions.
  • CopilotOptionsConfiguration binds CrestApps:AI:Copilot shell configuration and then overlays configured CopilotSettings.
  • Tenant settings take precedence when AuthenticationType is non-default or HasStoredConfiguration() is true.
  • Use GitHubOAuth for user or profile GitHub credentials and ApiKey for a directly configured model provider.
  • NotConfigured intentionally disables the Copilot orchestrator for a tenant.
  • OAuth mode requires a GitHub OAuth App, a Copilot-entitled identity, and the callback URL /copilot/OAuthCallback.
  • OAuth settings protect the client secret; API-key settings protect the provider API key with ASP.NET Core Data Protection.
  • API-key mode supports openai, azure, and anthropic provider types.
  • Azure API-key mode requires an Azure API version and API key. Keep the base URL at the Azure resource URL.
  • Select a model, effort Default, Low, Medium, or High, and whether to allow all tool executions per profile, template, or interaction.
  • In OAuth mode, interactions normally use encrypted user credentials. Profile edit flows can store credentials on the profile for shared profile-scoped access.
  • Profile credentials are shared by everyone who uses that profile. Treat them as an administrator-controlled capability.
  • CopilotAuthController validates local return URLs and uses __popup__ only for the profile-editor popup flow.
  • Install CrestApps packages in the web/startup project.

Feature Overview

Read the full file on GitHub · 174 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. 9d ago First seen · 174 lines · 190 tokens per session scan B e6555665bbcb

Subscribe to this mod's changes

orchardcore-ai-chat-copilot is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 11d ago), licensed MIT. It adds 190 tokens to every session and 1,909 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). 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

powerpoint-cli

PowerPoint CLI automation skill for Windows presentations. Use when a coding agent needs token-efficient, scriptable, or unattended PowerPoint automation via pptcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk deck edits. Supports slides, shapes, text frames, tables…

sbroenne/mcp-server-powerpoint · 122 tokens

powerpoint-mcp

PowerPoint MCP Server skill for Windows presentation automation via a live PowerPoint desktop instance (COM/PIA). Use when an assistant needs rich MCP tools to create, open, build, format, and export PowerPoint (.pptx/.pptm) presentations — slides, shapes, text boxes, tables, native charts, images, audio, video…

sbroenne/mcp-server-powerpoint · 112 tokens

publish-release

Releases a new McpOrchestrator version end to end — version bump PR, tag, and the automated deploy to GitHub Releases, NuGet, and the MCP Registry. Use when asked to release, publish, deploy, ship, or bump the version of McpOrchestrator.

Byggarepop/dotnet-mcp-orchestrator · 63 tokens

dotnet-debugging

Debug .NET applications using debug-mcp MCP tools — launch processes, set breakpoints, step through code, inspect variables, evaluate expressions, and analyze exceptions. Use this skill when debugging .NET/C# applications, investigating runtime behavior, diagnosing exceptions, inspecting object state, or performing…

jkolo/debug-mcp · 70 tokens

release-notes

Writes user-facing release notes from a git commit range. Use when asked to draft release notes, a changelog entry, or "what's new" text for a release.

Byggarepop/dotnet-mcp-orchestrator · 39 tokens

sast-fileupload

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

capture0x/YeepForge · 92 tokens