radiology-metrics

radiology-metrics is a skill for Claude Code, Codex from aizech/clinical-skills. It costs 48 tokens per session (428 once invoked), scanned A, original, MIT.

An analytics tool for radiology departments, which use medical imaging systems to manage scans and reports. It retrieves operational measurements from systems such as RIS, PACS, and scheduling databases.

In plain words
What is it for?
It helps analyze radiology KPIs, compare periods, group results by staff or modality, find unusual patterns, and forecast demand.
Why use it?
It turns workflow data into measures such as reporting speed, workload, equipment use, quality, finances, and study volume.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps analyze radiology KPIs, compare periods, group results by staff or modality, find unusual patterns, and forecast demand.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aizech/clinical-skills/radiology-metrics
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 aizech/clinical-skills --skill radiology-metrics
Clone the repo
git clone --depth 1 https://github.com/aizech/clinical-skills

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 radiology-metrics

README.md
[![agentmods](https://agentmods.dev/badge/skills/aizech/clinical-skills/radiology-metrics/github.svg)](https://agentmods.dev/skills/aizech/clinical-skills/radiology-metrics)
Your own site
<a href="https://agentmods.dev/skills/aizech/clinical-skills/radiology-metrics"><img src="https://agentmods.dev/badge/skills/aizech/clinical-skills/radiology-metrics/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 radiology-metrics

Your own site · 80×15
<a href="https://agentmods.dev/skills/aizech/clinical-skills/radiology-metrics"><img src="https://agentmods.dev/badge/skills/aizech/clinical-skills/radiology-metrics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00048 $0.00428
Opus 5 $0.00024 $0.00214
Sonnet 5 $0.00010 $0.00086
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

radiology-metrics 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.

.agents/skills/radiology-metrics/SKILL.md · 64 lines

What it actually says

Radiology Metrics Skill

Triggers

  • "radiology KPIs"
  • "productivity metrics"
  • "turnaround time analysis"
  • "workload distribution"
  • "RVU tracking"
  • "department dashboard"
  • "volume forecasting"

Parameters

  • metric_type (required): Type of metrics to retrieve
    • turnaround_time - Report TAT analysis
    • productivity - Studies per radiologist, modality counts
    • utilization - Equipment and room utilization rates
    • quality - Accuracy, discrepancy, critical result rates
    • financial - RVUs, revenue, cost per study
    • volume - Historical and forecasted volumes
  • time_range (optional): Analysis period - defaults to last 30 days
  • group_by (optional): Segmentation - radiologist, modality, location, urgency
  • compare_previous (optional): Include period-over-period comparison

Data Sources

  • RIS (Radiology Information System) for report data
  • PACS for study volumes and workflow timestamps
  • Scheduler for utilization and capacity data
  • Historical databases for trend analysis

Output Format

Returns structured JSON with:

  • Primary metrics (requested type)
  • Trend indicators (vs. previous period)
  • Benchmark comparisons where available
  • Anomaly alerts for statistical outliers
  • Recommended actions for improvement areas

Usage Examples

metric_type: turnaround_time
time_range: last_month
group_by: [modality, urgency]

metric_type: productivity
time_range: last_quarter
compare_previous: true

Error Handling

  • Missing RIS data: Report partial results with data gap indicators
  • Insufficient history: Expand time range suggestion
  • Permission denied: Request escalated access with justification
Files

What ships with it

1 file 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.

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. 11d ago First seen · 64 lines · 48 tokens per session scan A 5181425b3aca

Subscribe to this mod's changes

radiology-metrics is a skill published in the GitHub repository aizech/clinical-skills (4 stars, last pushed 2mo ago), licensed MIT. It adds 48 tokens to every session and 428 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

flux-analyzer

Analyse FBA flux distributions to extract biological insights. Covers gene essentiality, phenotypic phase planes, flux sampling, pathway-level aggregation, secretion product prediction, and production of publication- quality figures.

aiming-lab/AutoResearchClaw · 44 tokens

statistical-method-design

Design statistical methods, baselines, diagnostics, variants, and ablations that directly address a formal problem formulation.

aiming-lab/AutoResearchClaw · 27 tokens

experimental-design

Best practices for designing reproducible ML experiments. Use when planning ablations, baselines, or controlled experiments.

aiming-lab/AutoResearchClaw · 25 tokens

proof-derivation-forensics

Family-G proof & derivation integrity forensics: does a THIRD PARTY's written proof/derivation actually establish its theorem, or does it skip an obligation, assume its own conclusion, take an invalid step, drift a symbol's meaning, or smuggle an unstated assumption? Decides from the WRITTEN proof/derivation …

wanshuiyin/Anti-Autoresearch · 222 tokens

building

Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.

romiluz13/cc10x · 53 tokens

plan-review-gate

Use after saving a non-trivial plan or decision RFC when a fail-closed feasibility, completeness, and alignment review must block execution.

romiluz13/cc10x · 32 tokens