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 Aperivue/medsci-skills --skill profile-imaginggit clone --depth 1 https://github.com/Aperivue/medsci-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/aperivue/medsci-skills/profile-imaging)<a href="https://agentmods.dev/skills/aperivue/medsci-skills/profile-imaging"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/profile-imaging/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/aperivue/medsci-skills/profile-imaging"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/profile-imaging.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00190 | $0.02414 |
| Opus 5 | $0.00095 | $0.01207 |
| Sonnet 5 | $0.00038 | $0.00483 |
| Haiku 4.5 | $0.00019 | $0.00241 |
Grade A, and why
profile-imaging 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 — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Profile-Imaging Skill
Purpose
A dataset decides more of a study than the architecture does, and it decides it first. Before anything is preprocessed, split, or trained, a handful of facts are already true about the data, and each one closes off or opens up a research plan:
- If the target occupies 0.4 % of the volume, accuracy is not a metric — predicting background everywhere scores 99.6 %.
- If through-plane spacing runs 1.5–8 mm inside a single institution, resampling is not a default to accept quietly; it is the most consequential preprocessing choice in the study, and it is also the axis along which an external dataset will differ.
- If the directory named
imagesTshas no labels, it is not a test set, and the held-out set has to come from somewhere else — better known before training than after. - If the organ volume spans 56–502 mL when normal is roughly 100–250, the cohort contains disease that a subgroup analysis should be pre-specified for, rather than discovered post hoc.
None of that requires a model, a GPU, or an engineer. It requires reading every file once and writing down what is there. This skill does that, and then audits the plan against it.
It is the front door of the model-engineering lane:
profile-imaging (describe) → /design-study + /architecture-zoo (decide) →
/preprocess-imaging (plan the pipeline) → /model-scaffold (build) → /model-validation →
/model-evaluation.
When to use
- You have a dataset and a task, and need to know what the data will and will not support before committing to a plan.
- You inherited a dataset and need its integrity established (labels intact, splits labelled, label values as declared) before anyone trains on it.
- You are about to write a Methods section that describes the cohort and its acquisition.
When NOT to use
- Tabular / clinical variables →
/generate-codebook(data dictionary) and/clean-data. - Designing the preprocessing pipeline and auditing it for data-stage leakage →
/preprocess-imaging(it consumes what this skill describes). - Auditing the train/val/test split table →
/model-validation. - Choosing an architecture →
/architecture-zoo. Building the repo →/model-scaffold. - Held-out metrics, calibration, subgroup results →
/model-evaluationthen/analyze-stats.
What ships with it
10 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.
- scripts/check_dataset_profile_challenge/expected/clean.txt 360 B
- scripts/check_dataset_profile_challenge/expected/defect.txt 1.6 KB
- scripts/check_dataset_profile_challenge/fixture/profile_clean.json 2.8 KB
- scripts/check_dataset_profile_challenge/fixture/profile_defect.json 4.4 KB
- scripts/check_dataset_profile_challenge/problem.md 1.4 KB
- scripts/check_dataset_profile_challenge/verify.sh 2.4 KB runs code
- scripts/check_dataset_profile.py 16 KB runs code
- scripts/profile_imaging_dataset.py 6.8 KB runs code
- skill.yml 3.9 KB
- tests/test_dataset_profile.sh 7.4 KB runs code
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 · 177 lines · 190 tokens per session scan A e66d9d34bf96
profile-imaging is a skill published in the GitHub repository Aperivue/medsci-skills (291 stars, last pushed 3d ago), licensed MIT. It adds 190 tokens to every session and 2,414 once invoked, about $0.0010 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
clinical-trials-search
Search ClinicalTrials.gov with natural language queries. Find clinical trials, enrollment, and outcomes using Valyu semantic search.
shidi
A Chinese-language research assistant role that turns a user’s ideas into literature reviews, experiment plans, figures and organised data.
clinical-research
Use when designing a prospective clinical study before submission — selecting and classifying endpoints (primary / key-secondary / exploratory, with surrogate-endpoint flagging), estimating sample size and power for two-arm designs (means / proportions / survival), or scoring a study plan for feasibility and a GO /…
sr-search-record
An automated literature-review search and screening workflow using OpenAlex, an open database and API for scholarly research, and Zotero, a reference manager.
critical-paper-reading
A paper-reading workflow for critically examining one research paper from a PDF or Zotero item. Zotero is a tool for organising research papers and references.
topic-hypothesis-testing
A Chinese-language academic research workflow for turning a research idea into testable hypotheses about cause-and-effect relationships.