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-aspiregit 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-aspire)<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/check-prereq-aspire"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/check-prereq-aspire/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-aspire"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/check-prereq-aspire.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.00048 | $0.00668 |
| Opus 5 | $0.00024 | $0.00334 |
| Sonnet 5 | $0.00010 | $0.00134 |
| Haiku 4.5 | $0.00005 | $0.00067 |
Grade C, and why
check-prereq-aspire scanned grade C with 2 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 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- [Aspire CLI](https://aspire.dev/get-started/install-cli/) — install via `curl -sSL https://aspire.dev/install.sh | bash` or `irm https://aspire.dev/install.ps1 | iex` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- [Aspire CLI](https://aspire.dev/get-started/install-cli/) — install via `curl -sSL https://aspire.dev/install.sh | bash` or `irm https://aspire.dev/install.ps1 | iex` This is a copy
86% identical to check-prereq-agent-dotnet — 34 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Check Prerequisites for Dapr Workflow .NET Aspire
Overview
This skill checks whether all prerequisites are installed for building Dapr Workflow applications with .NET Aspire. Run this skill before using the create-workflow-aspire skill.
Prerequisites
The following must be installed:
- .NET 10 SDK
- Aspire CLI — install via
curl -sSL https://aspire.dev/install.sh | bashorirm https://aspire.dev/install.ps1 | iex - Docker or Podman
- Dapr CLI
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
Read the file at ../shared/prereq-check-dotnet-sdk.md and follow those instructions.
Step 4: Check Docker or Podman
Read the file at ../shared/prereq-check-docker-podman.md and follow those instructions.
Step 5: Check Dapr CLI
Read the file at ../shared/prereq-check-dapr-cli.md and follow those instructions.
Step 6: Check Aspire CLI
Read the file at ../shared/prereq-check-aspire-cli.md and follow those instructions.
Show final message
After all checks are complete, report the results:
- List each check and whether it passed or failed.
- For any failed checks, provide the relevant install link from the Prerequisites section.
- If all checks passed, inform the user they can proceed with the
create-workflow-aspireskill.
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 · 65 lines · 48 tokens per session scan C c90c9d44e321
check-prereq-aspire is a skill published in the GitHub repository diagrid-labs/dapr-skills (12 stars, last pushed 3d ago), licensed MIT. It adds 48 tokens to every session and 668 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 86% identical to check-prereq-agent-dotnet, differing in 34 lines, and is treated as a copy.
Other skills, from other repositories
opengis-all
Use when navigating end-to-end GIS workflows — discover the full toolchain from GDAL data processing through GeoServer publishing to CesiumJS/OpenLayers visualization. One-stop index covering the complete open-source GIS data pipeline.
project-memory
Generate a project-specific context file from a brief so an AI assistant remembers your editorial constraints, voice, audience, and quality bar across sessions.
project-retrospective
Generate a LESSONS.md from a finished project: what worked, what didn't, what to reuse, what to retire — formatted for next-project carry-over.
template-selector
Recommend the right skill bundle, agent, and workflow sequence for a new project — so media professionals can start producing instead of browsing a 394-skill library.
absolute-simplify
Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value churn), then runs tests to prove nothing broke. Invoke on…
absolute-ui
Build polished, intentional UIs with concrete CSS/Tailwind values — typography, color, layout, spacing, dark mode, accessibility, animations, components. Encodes specific, opinionated rules with exact values, not vague advice. Covers buttons, cards, forms, tables, navigation, dashboards, landing pages, onboarding, and…