DevExpress Blazor AI Chat
Wires up DevExpress's DxAIChat Blazor component end to end — BYOK OpenAI/Azure/Ollama chat UI, v26.1 API only.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5e7fec1
No dotnet SDK available in the test environment and DxAIChat needs a paid DevExpress license to compile, so this was scored on documented-correctness evidence: the skill's own troubleshooting/'obsolete API' tables read almost like a checklist of exactly the mistakes a baseline (non-skill) answer would make — Temperature/MaxTokens properties, args.Content, ChatClientServiceKey, sync SendMessage — all things v26.1 removed or renamed.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What DevExpress Blazor AI Chat does
Generates and configures DxAIChat, DevExpress's AI-powered chat component for Blazor/.NET (streaming, Markdown, file attachments, tool calling, multi-provider switching), and actively steers away from a long list of obsolete pre-v26.1 APIs. Triggers on requests to add an AI chat widget to a Blazor app, connect it to Azure OpenAI/OpenAI/Ollama, or configure DxAIChat features; requires a paid DevExpress license plus a separately provisioned AI provider key (BYOK) to actually run.
How to install DevExpress Blazor AI Chat
git clone https://github.com/DevExpress/agent-skills
cd agent-skills
mkdir -p ~/.claude/skills
cp -r plugins/dx-blazor/skills/devexpress-blazor-ai-chat ~/.claude/skills/devexpress-blazor-ai-chat
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger DevExpress Blazor AI Chat
-
/devexpress-blazor-ai-chatWires up DevExpress's DxAIChat Blazor component end to end — BYOK OpenAI/Azure/Ollama chat UI, v26.1 API only.
It also activates on plain-language prompts like these:
-
Add a DxAIChat component to my Blazor app -
Wire DevExpress AI chat to Azure OpenAI with my own key -
Set up a chat UI in Blazor using DevExpress components
Frequently asked questions
- Is the DevExpress Blazor AI Chat skill free?
- Yes. The skill itself is free from DevExpress/agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does DevExpress Blazor AI Chat work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. No dotnet SDK available in the test environment and DxAIChat needs a paid DevExpress license to compile, so this was scored on documented-correctness evidence: the skill's own troubleshooting/'obsolete API' tables read almost like a checklist of exactly the mistakes a baseline (non-skill) answer would make — Temperature/MaxTokens properties, args.Content, ChatClientServiceKey, sync SendMessage — all things v26.1 removed or renamed.
- What is the DevExpress Blazor AI Chat SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install DevExpress Blazor AI Chat?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use DevExpress Blazor AI Chat with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.