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 TianGzlab/OmicsClaw --skill proteomics-ms-qcgit clone --depth 1 https://github.com/TianGzlab/OmicsClawWrote 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/tiangzlab/omicsclaw/proteomics-ms-qc)<a href="https://agentmods.dev/skills/tiangzlab/omicsclaw/proteomics-ms-qc"><img src="https://agentmods.dev/badge/skills/tiangzlab/omicsclaw/proteomics-ms-qc/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/tiangzlab/omicsclaw/proteomics-ms-qc"><img src="https://agentmods.dev/badge/skills/tiangzlab/omicsclaw/proteomics-ms-qc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Rogue Agent · line 3 Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
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.00077 | $0.01052 |
| Opus 5 | $0.00039 | $0.00526 |
| Sonnet 5 | $0.00015 | $0.00210 |
| Haiku 4.5 | $0.00008 | $0.00105 |
Grade A, and why
proteomics-ms-qc 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 5d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
proteomics-ms-qc
When to use
The user has a protein-quantification CSV (typically the output of
proteomics-data-import, with rows = proteins and columns =
samples + metadata) and wants QC summary statistics: protein count,
sample count, fraction of missing intensities, per-protein
coefficient of variation (CV) — median and mean. Auto-detects
intensity columns by select_dtypes(include=[np.number]).
This skill does NOT process raw spectra. For peptide / PSM-level
identification stats use proteomics-identification.
Inputs & Outputs
Inputs
- Modalities: ms
- File types:
.csv
Outputs
tables/qc_metrics.csvreport.mdresult.json
Flow
- Load CSV (
--input <file.csv>) or generate a demo atoutput_dir/demo_proteomics.csv(proteomics_ms_qc.py:223). - Detect numeric (intensity) columns via
select_dtypes(include=[np.number])(proteomics_ms_qc.py:47); raiseValueError("No intensity/sample columns detected in input data")at:74if none found. - Compute n_proteins / n_samples / missing_rate / per-protein CV.
- Write
tables/qc_metrics.csv(proteomics_ms_qc.py:241) +report.md+result.json.
Gotchas
- Sample columns must be NUMERIC. Intensity-column auto-detection (
proteomics_ms_qc.py:47) usesselect_dtypes(include=[np.number]). String-typed intensities (e.g. quoted numbers in some Spectronaut exports) are silently treated as metadata, not samples — yourn_sampleswill be 0 and the run raisesValueErrorat:74. - No intensity columns ⇒ hard fail.
proteomics_ms_qc.py:74raisesValueError("No intensity/sample columns detected in input data")— there is no auto-detection ofintensity_*prefixes; only dtype-based. --inputREQUIRED unless--demo.proteomics_ms_qc.py:228raisesValueError("--input required when not using --demo").- Both
NaNand0.0count as missing.proteomics_ms_qc.py:80computesmissing_mask = np.isnan(intensities) | (intensities == 0)— zero is treated as "not detected" (the proteomics convention). If your search engine writes a small placeholder (e.g.1.0) for undetected proteins, the missing rate is artificially LOW; pre-impute placeholders to0orNaNfirst. - CV is per-protein across samples. Reported
median_cv/mean_cvare aggregations across the per-protein CV distribution — interpret as "typical protein-level reproducibility", not "sample-level reproducibility".
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.
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.
- 5d ago First seen · 86 lines · 77 tokens per session scan A 4a803ffc1a42
proteomics-ms-qc is a skill published in the GitHub repository TianGzlab/OmicsClaw (160 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 77 tokens to every session and 1,052 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
protein-design-qc
Protein design quality control, filtering thresholds, and ranking guidance. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating…
bio-agent-skills-hub
Discover and invoke 1,676 deduplicated biomedical AI agent skills from the Awesome Bio Agent Skills repository (20 source repos, 15 categories). Use this skill as a router whenever a user needs a bioinformatics/biomedical task (genomics, transcriptomics, single-cell, proteomics, protein design, clinical, epigenomics…
protein-qc
Quality control metrics and filtering thresholds for protein design. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating multi-stage…
protein-design-qc
Protein design quality control, filtering thresholds, and ranking guidance. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating…
pkpd-modeling
Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…
neuropixels-analysis
Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when…