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 diagrid-labs/dapr-skills --skill check-prereq-agent-dotnetgit clone --depth 1 https://github.com/diagrid-labs/dapr-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/diagrid-labs/dapr-skills/check-prereq-agent-dotnet)<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/check-prereq-agent-dotnet"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/check-prereq-agent-dotnet/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/diagrid-labs/dapr-skills/check-prereq-agent-dotnet"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/check-prereq-agent-dotnet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00060 | $0.00876 |
| Opus 5 | $0.00030 | $0.00438 |
| Sonnet 5 | $0.00012 | $0.00175 |
| Haiku 4.5 | $0.00006 | $0.00088 |
Grade A, and why
check-prereq-agent-dotnet scanned grade A 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Bash(curl:*) Copies of this mod
2 near-identical copies found in the catalogue:
- check-prereq-aspire — 86% identical, 34 lines differ
- check-prereq-dotnet — 83% identical, 31 lines differ
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Check Prerequisites for .NET Agents
Overview
This skill checks whether all prerequisites are installed for building durable AI agents in .NET. Run this skill before using the create-agent-dotnet skill.
On naming. Dapr Agents is a Python-only framework; there is no Dapr Agents SDK for .NET. The .NET path is Microsoft Agent Framework (
Microsoft.Agents.AI,Microsoft.Extensions.AI) executed durably on Dapr Workflow by theDiagrid.AI.Microsoft.AgentFrameworkpackage. Every agent turn — each LLM call and each tool call — becomes a workflow activity, which is where the durability comes from. TheDaprin the .NET type names (AddDaprAgents,IDaprAgentInvoker) refers to that workflow runtime, not to the Python framework.
Prerequisites
The following must be installed:
- .NET 10 SDK
- C# LSP Plugin
- Docker or Podman
- Dapr CLI (version 1.18+)
- At least one LLM provider reachable by a Dapr conversation component:
OPENAI_API_KEY,ANTHROPIC_API_KEY,GOOGLE_API_KEY, or a local Ollama instance onhttp://localhost:11434
Prerequisite Checks
Run ALL of these checks. Check steps 2–6 in parallel. Track which checks pass and which fail.
Step 1: Detect Operating System
Read the file at ../shared/prereq-detect-os.md and follow those instructions.
Step 2: Check the C# LSP plugin
Read the file at ../shared/prereq-check-csharp-lsp.md and follow those instructions.
Step 3: Check .NET SDK version
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.
- 12d ago First seen · 67 lines · 60 tokens per session scan A cd4c01da3750
check-prereq-agent-dotnet is a skill published in the GitHub repository diagrid-labs/dapr-skills (12 stars, last pushed 2d ago), licensed MIT. It adds 60 tokens to every session and 876 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
csharp-developer
Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor…
dotnet-core-expert
Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.
tia-csharp-common
Internal reference skill — do NOT load directly from user queries.
addin-operations
TIA Portal Add-In development in Visual Studio Code: creating Add-In C# projects, adding Add-In templates, compiling and debugging Add-Ins, converting Add-Ins from older TIA Portal versions and configuring Add-In project parameters.
tia-plc-operations
C# Openness implementation of PLC software engineering.
tia-sivarc
C# TIA Portal Openness V21 automation for SIMATIC Visualization Architect (SiVArc): rule tables, rules and groups, library instances, tag/text definitions, tag member settings, expression resolution, layout exchange, definition upgrade, and generation.