Unibind Database
88TrustedShips scriptsAccess experimentally validated transcription factor binding site datasets
What it does
Unibind Database integrates your environment with a collection of direct transcription factor and DNA interaction data. By using this skill, your assistant gains the ability to programmatically retrieve curated binding site information across multiple species, effectively turning your workspace into a bridge for molecular interaction research.
The skill provides a direct interface for exploring datasets, cell lines, and specific transcription factors. It ensures that data retrieval remains stable by managing rate limits through a specialized script, allowing you to fetch structured information in JSON format or download raw coordinate files like BED and FASTA for downstream tasks.
When it earns its place
Reach for it when…
Apply this when your work requires precise, experimentally validated transcription factor binding coordinates or when you need to audit available datasets by species, cell line, or specific experimental identifiers.
Look elsewhere when…
Do not use this to analyze expression levels, predict de novo motifs, or retrieve general genomic interval data that lacks a transcription factor binding context, as this skill is strictly for known TF-DNA interaction archives.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- find all CTCF binding datasets for Homo sapiens
- download the BED file for this specific binding experiment
- what cell lines are available for this transcription factor in the database
- list the datasets associated with the GSE60130 identifier
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch main https://github.com/google-deepmind/science-skills.git /tmp/science-skills
mkdir -p ~/.claude/skills
cp -r /tmp/science-skills/skills/unibind_database ~/.claude/skills/unibind-databaseInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/science-skills/skills/unibind_database .claude/skills/unibind-databaseIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
Unibind Database changes how the work is done. These servers change what Claude can reach while doing it.
- Supabase MCP Server100The skill knows how the analysis should be done; Supabase MCP Server is what gets Claude to the rows it needs to do it.
- Power BI Modeling MCP Server38Pair with Power BI Modeling MCP Server when the conclusion is meant to end up on a dashboard others will read.
- Gsc MCP Server30Gsc MCP Server provides the traffic and product figures; the skill decides what they mean.