OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add google-deepmind/science-skills --skill string-database
Query the STRING database for protein-protein interactions (PPIs), functional enrichment, and homology. Use when the user asks about interactions between specific proteins, interaction evidence, confidence scores, protein interaction partners, or pathway enrichments.
npx skills add google-deepmind/science-skills --skill string-database
This skill allows you to query the STRING database programmatically using a bundled Python CLI wrapper.
uv: Read the uv skill and follow its Setup instructions to ensure
uv is installed and on PATH.--output <file.tsv> is required.
Never read large outputs into context. Instead use jq, python or file
operations (grep, head) to process large output.map command for this.The CLI is at scripts/string_cli.py and should be run using uv run:
Read the following reference files based on the user's request:
To begin, read the reference file most appropriate to the current task to discover the correct CLI command.