What problem does it solve?
Researchers querying the ENCODE portal often receive large, deeply nested JSON payloads that are hard to scan. This Skill submits compact ENCODE REST API requests and returns trimmed, readable summaries of experiments, biosamples, and other objects.
Core Features & Use Cases
- Object Lookups: Fetch individual ENCODE objects by accession path, such as biosamples/ENCBS000AAA/, with compact JSON summaries.
- Portal-Style Search: Run filtered searches (e.g., type=Experiment, assay_term_name=RNA-seq) with record extraction via record_path and item limits.
- Raw Payload Saving: Optionally save full API responses to disk with save_raw for downstream inspection.
- Use Case: A genomics researcher wants a quick list of RNA-seq experiments from ENCODE; the Skill queries the search endpoint, extracts the @graph records, and returns a concise markdown summary.
Quick Start
Ask the assistant to search ENCODE for RNA-seq experiments and summarize the first ten results.