db-kegg

Query KEGG pathways, gene mappings, and ID conversions via REST API.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-kegg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-kegg
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/db-kegg
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-kegg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to the KEGG database, enabling users to query biological pathways, gene-pathway mappings, metabolic pathways, drug interactions, and perform ID conversions for bioinformatics research.

Core Features & Use Cases

  • Pathway Analysis: Explore metabolic, genetic, cellular, and disease pathways.
  • Gene/Compound Mapping: Link genes to pathways, compounds to reactions, and drugs to interactions.
  • ID Conversion: Seamlessly convert between KEGG IDs and external database identifiers (e.g., UniProt, NCBI Gene).
  • Use Case: A researcher wants to find all human genes associated with the 'Glycolysis' pathway and then retrieve their protein sequences for further analysis.

Quick Start

Use the db-kegg skill to find all human pathways linked to the gene TP53.

Frequently Asked Questions about db-kegg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access KEGG biological pathways for bioinformatics analysis?

To access KEGG biological pathways, you can query the KEGG database via direct REST API operations using Python workflows. This allows you to explore metabolic, genetic, cellular, and disease pathways for academic research.

How do I map genes to KEGG metabolic pathways and retrieve related compounds?

Mapping genes to KEGG metabolic pathways involves querying the database to link genes to pathways and compounds to reactions. This enables you to identify all human genes associated with a specific pathway like Glycolysis.

Can I convert KEGG IDs to external database identifiers like UniProt or NCBI Gene?

Yes, you can convert KEGG IDs to external database identifiers like UniProt and NCBI Gene. This ID conversion feature seamlessly bridges KEGG pathway data with external protein sequences for further analysis.

What KEGG database features are available for querying drug interactions?

Querying drug interactions in the KEGG database allows you to link drugs to their biological interactions. This feature is part of the REST API access, supporting comprehensive bioinformatics research and compound mapping.

Does this KEGG API access support Python workflows for academic research?

Yes, this KEGG API access supports Python workflows for academic research. It utilizes scripts for API operations and provides markdown references, enabling researchers to integrate pathway analysis and gene mapping directly into their code.