What problem does it solve? Retrieving protein-protein interaction networks, pathway enrichment results, and homology scores from the STRING database normally requires manual API calls and response parsing. This Skill wraps the STRING API v12 in a Python CLI so an AI assistant can run structured queries and save results directly to TSV or image files. ## Core Features & Use Cases - Interaction Networks & Partners: Retrieve interaction networks, top interaction partners, confidence scores, and network images (PNG/SVG) for a set of proteins. - Functional Enrichment: Run GO, KEGG, Pfam, and InterPro enrichment, PPI significance tests, and term-based protein searches (e.g., all proteins linked to Melanoma). - Homology & Rank-Based Analysis: Compute Smith-Waterman homology scores, cross-species best hits, and submit full ranked datasets (logFC, p-values) to the asynchronous Values/Ranks enrichment API. - Use Case: A researcher studying the p53 pathway in mouse can map gene names like Trp53 and Mdm2 to STRING IDs, pull the extended interaction network with 10 added nodes, and generate a high-resolution network image in one workflow. ## Quick Start Ask the assistant to find the interaction partners of BRCA1 in human (NCBI Taxon ID 9606) using the STRING database and save the results to a file.