auto-proteomics
Public OpenClaw skill for low-token routing and downstream analysis of processed DDA LFQ proteomics inputs. Use when the user already has protein-level quantification tables such as MaxQuant-style `proteinGroups.txt` and needs a clear two-group downstream workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/billwanttobetop/auto-proteomicsAuto Proteomics
Author: Guo Xuan 郭轩
Contact: [email protected]
auto-proteomics is a public v0.x skill for processed proteomics downstream work.
The current public promise is intentionally narrow:
- one shipped runnable workflow:
dda-lfq-processed - one public input family: processed DDA LFQ protein-level tables
- one public comparison model:
group-avsgroup-b
Everything else in this repository should be read as routing context, internal prototype, or future scaffold unless a document explicitly marks it as part of the public promise.
Presence of a script, schema, or branch document does not mean the route is publicly supported.
In particular, dia-quant is intentionally exposed as an internal prototype route for correct routing and contract validation, not as a shipped public workflow.
Use this skill when
- the user already has processed protein-level quantification output
- the main table is MaxQuant-like
proteinGroups.txt - the goal is QC, normalized matrix generation, and two-group differential protein analysis
- the user wants a low-token, file-driven workflow instead of a long chat-only protocol
Do not use this skill when
- the user starts from raw spectra and needs search/identification
- the request is primarily DIA, phosphoproteomics, enrichment, or multi-omics execution
- the task requires more than one comparison design in the current release
- the user only wants generic statistics with no proteomics context
Public promise in v0.x
Shipped and supported now:
- route processed DDA LFQ downstream requests into
dda-lfq-processed - validate the expected processed-input shape
- generate matrix, QC, differential tables, report, and manifest outputs
Not promised yet:
- raw-spectrum search pipelines
- DIA public execution support
- phosphoproteomics execution
- enrichment execution
- multi-omics execution
- generalized study-design handling beyond the current two-group path
Internal prototype route available for routing only:
dia-quantmay be selected only when the request is explicitly about processed DIA quant tables that fit the checked-in DIA contract- selecting
dia-quantmeans internal prototype triage, never a publicv0.xexecution recommendation
Important boundary:
- non-shipped branches may contain scaffold or prototype execution files for internal framework development
- smaller models must not treat those files as public runnable recommendations unless a route is explicitly marked
shipped
Minimal workflow
- Read
references/WORKFLOW_INDEX.yaml - If the route is unclear, run
scripts/decision/route_proteomics.py - Check that the request fits the public
v0.xboundary - Run
scripts/workflows/dda_lfq_processed.sh - Use
references/for runtime, onboarding, and development rules
Public runnable entrypoint
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-billwanttobetop-auto-proteomics": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Automd Viz
Skill by billwanttobetop
Phylo Tree
Skill by billwanttobetop
protein-phylogeny
Comprehensive protein family phylogenetic analysis workflow with quality control, conservation analysis, coevolution network analysis, and publication-ready visualization. Use when: (1) analyzing protein family evolution, (2) building phylogenetic trees from sequences, (3) identifying conserved/coevolved residues, (4) generating publication-quality figures and reports, (5) quality-controlling sequence datasets, or (6) performing systematic evolutionary analysis of enzyme families, protein superfamilies, or any homologous protein groups.
automd-gromacs
AutoMD-GROMACS: Automated molecular dynamics simulation workflow - 13 Skills covering system setup, equilibration, production, analysis, free energy, ligand binding, membrane proteins, umbrella sampling, PCA, and workflows. Built-in auto-repair, 84.7% token savings. Part of the AutoMD series.
protein-qc-strict
Strictest protein sequence analysis quality control workflow (3365→456 sequences). Includes literature validation, CD-HIT redundancy removal, complexity check, motif verification, MSA quality assessment, and conservation/coevolution analysis. Based on real research experience with IRED enzyme family.