What problem does it solve?
Researchers querying the ProteomeXchange PROXI API often receive large, deeply nested JSON payloads that are hard to scan. This Skill submits narrow PROXI requests and returns compact, truncated summaries of datasets, libraries, peptidoforms, proteins, PSMs, spectra, and USI examples.
Core Features & Use Cases
- Compact PROXI Queries: Calls ProteomeXchange PROXI endpoints such as datasets, libraries, peptidoforms, proteins, psms, spectra, and usi_examples with configurable item and depth limits.
- Targeted Identifier Lookups: Fetches single records by identifier, for example datasets/PXD000001, without needing max_items truncation.
- Raw Payload Archiving: Optionally saves the full JSON response to a file via save_raw and reports the saved path.
- Use Case: A proteomics researcher asks for the ten most recent public datasets; the Skill queries the datasets endpoint with max_items=10 and returns a concise markdown summary instead of the full API payload.
Quick Start
Ask the assistant to list the latest 10 ProteomeXchange datasets or to fetch the PROXI record for dataset PXD000001.