Agent skill · Databases

interpro-database

Query InterPro for protein family, domain, and functional site annotations. Integrates Pfam, PANTHER, PRINTS, SMART, SUPERFAMILY, and 11 other member databases. Use for protein function prediction, domain architecture analysis, evolutionary classification, and GO term mapping.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill interpro-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/08-蛋白质工程与结构生物学/interpro-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# InterPro Database ## Overview InterPro (https://www.ebi.ac.uk/interpro/) is a comprehensive resource for protein family and domain classification maintained by EMBL-EBI. It integrates signatures from 13 member databases including Pfam, PANTHER, PRINTS, ProSite, SMART, TIGRFAM, SUPERFAMILY, CDD, and others, providing a unified view of protein functional annotations for over 100 million protein sequences. InterPro classifies proteins into: - **Families**: Groups of proteins sharing common ancestry and function - **Domains**: Independently folding structural/functional units - **Homologous superfamilies**: Structurally similar protein regions - **Repeats**: Short tandem sequences - **Sites**: Functional sites (active, binding, PTM) **Key resources:** - InterPro website: https://www.ebi.ac.uk/interpro/ - REST API: https://www.ebi.ac.uk/interpro/api/ - API documentation: https://github.com/ProteinsWebTeam/interpro7-api/blob/master/docs/ - Python client: via `requests` ## When to Use This Skill Use InterPro when: - **Protein function prediction**: What function(s) does an uncharacterized protein likely have? - **Domain architecture**: What domains make up a protein, and in what order?

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. InterPro REST API
  5. 2. Look Up a Protein
  6. 3. Get Specific InterPro Entry
  7. 4. Search Proteins by InterPro Entry
  8. 5. Domain Architecture
  9. 6. GO Term Mapping
  10. 7. Batch Protein Lookup
  11. 8. Search by Text or Taxonomy
  12. Query Workflows
  13. Workflow 1: Characterize an Unknown Protein
  14. Workflow 2: Find All Members of a Protein Family
Ships with 1 file
  • references/domain_analysis.md
More from qinyan-academic-skills
All skills →
About this skill
What does the interpro-database skill do?

Query InterPro for protein family, domain, and functional site annotations. Integrates Pfam, PANTHER, PRINTS, SMART, SUPERFAMILY, and 11 other member databases. Use for protein function prediction, domain architecture analysis, evolutionary classification, and GO term mapping.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill interpro-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going