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 qfoldit/Protein-Design-MCP --skill prospectinggit clone --depth 1 https://github.com/qfoldit/Protein-Design-MCPWrote 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/qfoldit/protein-design-mcp/prospecting)<a href="https://agentmods.dev/skills/qfoldit/protein-design-mcp/prospecting"><img src="https://agentmods.dev/badge/skills/qfoldit/protein-design-mcp/prospecting/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/qfoldit/protein-design-mcp/prospecting"><img src="https://agentmods.dev/badge/skills/qfoldit/protein-design-mcp/prospecting.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.00208 | $0.01365 |
| Opus 5 | $0.00104 | $0.00682 |
| Sonnet 5 | $0.00042 | $0.00273 |
| Haiku 4.5 | $0.00021 | $0.00136 |
Grade A, and why
qfoldit-prospecting 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 9d 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 — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
qfoldit-prospecting
Statistical analysis layer for microbial-community-based mineral exploration ("biogeochemical prospecting"). Given an abundance table (samples x taxa) with group labels, this skill computes diversity indices, screens for candidate indicator taxa, scores new samples, and critically, checks whether the indicator signal is actually distinguishable from chance -- because the source literature this is based on found that it often isn't, for a meaningful fraction of candidates.
Read references/model_documentation.md before answering -- it
covers the real scientific basis (a 2023 peer-reviewed kimberlite study),
exactly how far that evidence generalizes (one mineral system, one
climate/soil setting), and the specific numbers from that study that
should calibrate expectations (e.g. only 19 of 59 candidate indicators
replicated from lab to field).
Two-part pipeline -- know which part you're in
- Raw reads -> abundance table: demultiplexing, quality filtering, OTU clustering or ASV denoising (DADA2), taxonomic classification against a reference database (e.g. SILVA). This requires QIIME2 or Mothur and real FASTQ files. This skill does not do this step. If the user only has raw sequencing files and no abundance table yet, say so plainly and explain this is a separate bioinformatics pipeline they need to run first (or ask if they have QIIME2/Mothur output already).
- Abundance table -> exploration signal (
scripts/prospecting_stats.py): everything this skill actually does. Needs a samples x taxa count matrix and group labels (e.g. "on_deposit" vs "background") as input.
How to handle a request
- Check what data the user actually has. If they describe raw sequencing/FASTQ files only, this skill can't proceed until there's an abundance table -- don't pretend otherwise.
- Always require an explicit
target_groupwhen callingindicator_taxa_analysis-- never infer which group is "on-deposit" from label ordering. This is not a minor style point: this exact ambiguity produced a real, verified bug during this skill's own development (alphabetical sort silently swapped increaser/decreaser labels for every taxon). Always ask the user to confirm which group label means "on deposit" / "target" if it isn't obvious from the data. - Run indicator discovery, then always run
permutation_validity_teston the resulting indicator set before presenting it as meaningful -- do not skip this step even if the p-values fromindicator_taxa_analysislook individually convincing. Report the empirical p-value plainly. If it's not significant (typically > 0.05), say so directly: this specific indicator set does not clearly separate the groups better than chance, for this dataset. - Apply multiple-testing correction context:
indicator_taxa_analysisdoes NOT auto-correct for multiple comparisons. If dozens or hundreds of taxa were tested, mention that some fraction of "significant" hits are expected by chance alone, and suggest FDR correction (e.g. Benjamini-Hochberg) before finalizing a list for field use. - Never claim generalization beyond kimberlites without saying so. The published validation is for one mineral system (diamondiferous kimberlite) in one setting (Canadian subarctic till/tundra). If the user is exploring for gold, copper, lithium, or REE, or in a different climate/soil type, say explicitly that this is an extrapolation of the method to an untested system, not a validated application.
- Report diversity/anomaly numbers with their caveats attached, not as bare figures -- e.g. Chao1 estimates have their own uncertainty from rare-taxon undersampling; anomaly scores here are a simple, transparent scoring rule chosen for interpretability, not the source paper's exact spatial-heatmap statistic.
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.
- 9d ago First seen · 97 lines · 208 tokens per session scan A aed35a971471
qfoldit-prospecting is a skill published in the GitHub repository qfoldit/Protein-Design-MCP (1 stars, last pushed 13d ago), licensed Apache-2.0. It adds 208 tokens to every session and 1,365 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-31.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…