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 DevExpress/agent-skills --skill devexpress-reports-aspnetcoregit clone --depth 1 https://github.com/DevExpress/agent-skillsWrote 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/devexpress/agent-skills/devexpress-reports-aspnetcore)<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-reports-aspnetcore"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-reports-aspnetcore/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/devexpress/agent-skills/devexpress-reports-aspnetcore"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-reports-aspnetcore.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Prompt Injection · line 362 Subtle instructions detected that may alter agent decision-making or introduce hidden biases.Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
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.00165 | $0.04996 |
| Opus 5 | $0.00082 | $0.02498 |
| Sonnet 5 | $0.00033 | $0.00999 |
| Haiku 4.5 | $0.00016 | $0.00500 |
Grade A, and why
devexpress-reports-aspnetcore 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 11d 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 — 374 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevExpress ASP.NET Core Reporting — Viewer & Designer Integration
Integrates the DevExpress Web Document Viewer (read-only preview) and Web Report Designer (full end-user designer) into ASP.NET Core MVC and Razor Pages applications. The viewer renders reports in the browser via server-side document generation; the designer lets end-users create and save reports without developer involvement.
This skill covers UI component integration only. For creating reports programmatically (bands, controls, data binding, expressions, export), use the devexpress-reports-core skill.
When to Use This Skill
- Add a Document Viewer to an ASP.NET Core MVC or Razor Pages application
- Add an End-User Report Designer to an ASP.NET Core application
- Configure Program.cs services and middleware for reporting
- Set up npm bundling (bundleconfig.json, libman.json) for reporting assets
- Implement
ReportStorageWebExtensionorIReportProvider - Customize viewer/designer toolbar, tab panel, export options, parameter editors
- Configure security: authorization, CSRF protection, CSP nonce
- Deploy reporting to Linux or macOS (Skia renderer setup)
- Troubleshoot blank viewers, HTTP errors, or script loading failures
- Set up multi-server (web farm/garden) document storage
Prerequisites & Installation
NuGet Packages
| Package | Purpose |
|---|---|
DevExpress.AspNetCore.Reporting |
Document Viewer + Report Designer server-side |
BuildBundlerMinifier |
Bundles npm output into wwwroot/ |
Microsoft.Web.LibraryManager.Build |
Copies icon fonts to wwwroot/ |
DevExpress.Drawing.Skia |
Required on Linux and macOS hosts |
npm Packages (package.json)
{
"dependencies": {
"bootstrap": "^4.3.1",
"devextreme-dist": "26.1-stable",
"@devexpress/analytics-core": "26.1-stable",
"devexpress-reporting": "26.1-stable"
}
}
npm and NuGet versions must match. All DevExpress packages — both npm and NuGet — must use the same major.minor version (e.g.,
26.1). A mismatch causesconfigurator.UseDevelopmentMode()to report version errors and the viewer to silently fail.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- examples/quickstart-designer.cs 5.4 KB
- examples/quickstart-viewer.cs 3.6 KB
- references/designer-customization.md 6.8 KB
- references/getting-started-razor-pages.md 7.3 KB
- references/getting-started.md 13 KB
- references/report-storage.md 6.4 KB
- references/security.md 5.4 KB
- references/troubleshooting.md 8.6 KB
- references/viewer-customization.md 5.9 KB
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.
- 11d ago First seen · 374 lines · 165 tokens per session scan A d9afe5542daa
devexpress-reports-aspnetcore is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 24d ago), licensed MIT. It adds 165 tokens to every session and 4,996 once invoked, about $0.0008 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.
Other skills, from other repositories
npoi
Use when reading/writing Excel (.xls/.xlsx) or Word (.doc/.docx) files in .NET without Microsoft Office — data import/export, report generation, template filling. NPOI: .NET port of Apache POI for Office file I/O in server environments.
nutrient-dotnet-server-sdk
Nutrient .NET SDK — the server-side .NET SDK that was rebranded from GdPicture.NET SDK. PSPDFKit rebranded to Nutrient; the .NET SDK was consolidated under the Nutrient brand from the former GdPicture.NET product line. Training data is stale on the rebrand and current capabilities — answer from this skill rather than…
docx-generator
Create, edit, and format Word documents with OpenXML SDK (.NET): reports, proposals, contracts, academic papers, CJK support.
azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.
azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.
flexcel-net
Use when writing C# / VB.NET / F# code that reads, writes, manipulates, or exports Excel (.xlsx / .xls) files, generates PDF or HTML from Excel, or produces data-driven reports with FlexCel Studio for .NET (TMS Software). Triggers include Excel/xlsx from C#, XlsFile, FlexCelReport, FlexCelPdfExport, FlexCelHtmlExport…