Agent skill · Databases

kegg-database

KEGG REST API (academic only). Pathways, genes, compounds, enzymes, diseases, drugs via 7 ops (info/list/find/get/conv/link/ddi). ID conversion (NCBI/UniProt/PubChem). Use bioservices for multi-DB Python.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill kegg-database --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/sciagent/kegg-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# KEGG Database — Biological Pathway & Molecular Network Queries ## Overview KEGG (Kyoto Encyclopedia of Genes and Genomes) is a comprehensive bioinformatics resource for biological pathway analysis, molecular interaction networks, and cross-database ID conversion. Access is via a direct REST API with no authentication — all operations use simple HTTP GET requests returning tab-delimited text. ## When to Use - Mapping genes to biological pathways (e.g., "which pathways involve TP53?") - Retrieving metabolic pathway details, gene lists, or compound structures - Converting identifiers between KEGG, NCBI Gene, UniProt, and PubChem - Checking drug-drug interactions from KEGG's pharmacological database - Building pathway enrichment context (all genes per pathway for an organism) - Cross-referencing compounds, reactions, enzymes, and pathways - For **Python-native multi-database queries** (KEGG + UniProt + Ensembl in one script), prefer `bioservices` instead - For **pathway visualization**, use KEGG Mapper (https://www.kegg.jp/kegg/mapper/) directly ## Prerequisites ```bash pip install requests ``` **API constraints**: - **Academic use only** — commercial use requires a separate KEGG lic

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. 1. Database Information — kegginfo
  7. 2. Listing Entries — kegglist
  8. 3. Keyword Search — keggfind
  9. 4. Entry Retrieval — keggget
  10. 5. ID Conversion — keggconv
  11. 6. Cross-Referencing — kegglink
  12. 7. Drug-Drug Interactions — keggddi
  13. Key Concepts
  14. Identifier Formats
Commands it runs
pip install requests
More from awesome-bio-agent-skills
All skills →
About this skill
What does the kegg-database skill do?

KEGG REST API (academic only). Pathways, genes, compounds, enzymes, diseases, drugs via 7 ops (info/list/find/get/conv/link/ddi). ID conversion (NCBI/UniProt/PubChem). Use bioservices for multi-DB Python.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill kegg-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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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