audit-biomedical-paper-evidence

audit-biomedical-paper-evidence is a skill for Claude Code, Codex from xuzhougeng/wisp-science. It costs 102 tokens per session (1,705 once invoked), scanned A, original, AGPL-3.0.

A reviewer for life-science and biomedical papers, PDFs, figures, captions, and screenshots. It examines the scientific question, experiments, evidence, causality, and limitations.

In plain words
What is it for?
Use it to explain figures, trace the evidence chain, assess biological mechanisms, and flag methodological limits. It does not provide medical advice or executable laboratory procedures.
Why use it?
It helps identify whether a paper’s evidence really supports its claims, including gaps in controls, rescue experiments, and independent checks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to explain figures, trace the evidence chain, assess biological mechanisms, and flag methodological limits. It does not provide medical advice or executable laboratory procedures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence
About the project

xuzhougeng/wisp-science is a local-first desktop workbench for scientific research that combines AI assistants with Python and R computing, literature search, scientific databases, and remote runtimes. Researchers use it to run analyses, manage project artifacts, and preserve evidence and decisions on their own machines. Its catalogue skills and instruction extend the workbench’s reusable agent workflows.

xuzhougeng/wisp-science · 1,127 stars · on GitHub · wispscience.com

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 xuzhougeng/wisp-science --skill audit-biomedical-paper-evidence
Clone the repo
git clone --depth 1 https://github.com/xuzhougeng/wisp-science

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 audit-biomedical-paper-evidence

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence/github.svg)](https://agentmods.dev/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence)
Your own site
<a href="https://agentmods.dev/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence/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 audit-biomedical-paper-evidence

Your own site · 80×15
<a href="https://agentmods.dev/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/audit-biomedical-paper-evidence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,705 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00102 $0.01705
Opus 5 $0.00051 $0.00852
Sonnet 5 $0.00020 $0.00341
Haiku 4.5 $0.00010 $0.00170

Measured 13d ago against content hash 1f9b9dd61feb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

audit-biomedical-paper-evidence 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 13d 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.

skills/audit-biomedical-paper-evidence/SKILL.md · 96 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 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.

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. 13d ago First seen · 96 lines · 102 tokens per session scan A 1f9b9dd61feb

Subscribe to this mod's changes

audit-biomedical-paper-evidence is a skill published in the GitHub repository xuzhougeng/wisp-science (1,127 stars, last pushed today), licensed AGPL-3.0. It adds 102 tokens to every session and 1,705 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

academic-paper-reviewer

Multi-perspective academic paper review with dynamic reviewer personas. Runs a 5-seat, role-separated review panel (Journal-Fit Reviewer + 3 peer-review roles + Devil's Advocate) with field-specific expertise; role separation is not a claim of independent error processes. Supports full review, re-review…

FridrichMethod/awesome-skills · 205 tokens

bio-comparative-genomics-ancestral-reconstruction

Reconstruct ancestral states at internal phylogenetic nodes for sequences (PAML codeml, IQ-TREE --ancestral, GRASP, FastML), discrete traits (corHMM hidden-rate Markov, ape::ace, phytools::make.simmap stochastic mapping, BayesTraits), and continuous traits (phytools::fastAnc, geiger Brownian/OU, RPANDA). Use when…

FridrichMethod/awesome-skills · 149 tokens

bio-clinical-databases-acmg-classification

Applies ACMG/AMP 2015 framework with ClinGen SVI specifications, Tavtigian 2018/2020 Bayesian point system, Abou Tayoun 2018 PVS1 decision tree, Pejaver 2022 and Bergquist 2025 calibrated PP3/BP4 thresholds for REVEL/BayesDel/AlphaMissense, Brnich 2020 PS3/BS3 OddsPath, Walker 2023 SpliceAI splicing framework, and…

FridrichMethod/awesome-skills · 167 tokens

bio-clinical-biostatistics-adaptive-designs

Designs adaptive clinical trials including group-sequential (O'Brien-Fleming, Pocock, Lan-DeMets spending), sample-size re-estimation (blinded Friede-Kieser, unblinded Cui-Hung-Wang, Mehta-Pocock promising zone), seamless Phase 2/3 with treatment-arm selection, population enrichment, and response-adaptive…

FridrichMethod/awesome-skills · 147 tokens

bio-epidemiological-genomics-amr-surveillance

Detects acquired antimicrobial-resistance determinants and chromosomal point-mutation resistance in bacterial assemblies using AMRFinderPlus, ResFinder 4.0 (acquired + PointFinder), CARD-RGI, abritAMR, staramr, and species-specific callers (TB-Profiler, Mykrobe). Harmonises cross-tool output via hAMRonization…

FridrichMethod/awesome-skills · 234 tokens

archs4-database

Query ARCHS4 REST API for uniformly processed RNA-seq expression, tissue patterns, co-expression across 1M+ human/mouse samples. Retrieve z-scores, co-expressed genes, samples by metadata, HDF5 matrices. For variant population genetics use gnomad-database; for pathway enrichment use gget-genomic-databases (Enrichr).

FridrichMethod/awesome-skills · 81 tokens