kegg-database

Provides REST API access to the KEGG database for querying biological pathways and ID conversions.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill kegg-database-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kegg-database
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/database/kegg-database
Command: npx skills add https://github.com/hxk622/TokenDance --skill kegg-database-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kegg_api.py, and 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 academic research.

Core Features & Use Cases

  • Pathway Analysis: Retrieve detailed information and maps for biological pathways.
  • Gene/Compound Mapping: Find pathways associated with specific genes or compounds.
  • ID Conversion: Convert between KEGG identifiers and external database IDs (e.g., UniProt, NCBI Gene).
  • Drug Interactions: Check for drug-drug interactions.
  • Use Case: A researcher needs to find all human pathways associated with the gene TP53 and then retrieve the pathway map for visualization.

Quick Start

Use the kegg-database skill to find all pathways linked to the human gene hsa:7157.

Frequently Asked Questions about kegg-database

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

FAQPage Schema
How do I query biological pathways and gene mappings using the KEGG API?

You can query biological pathways and gene mappings using the KEGG API by sending direct REST requests to retrieve detailed pathway maps and associated gene data for academic research.

What is the best way to find human pathways associated with a specific gene like TP53?

To find human pathways associated with a specific gene like TP53, use the KEGG API to map the gene identifier, such as hsa:7157, directly to its relevant biological and metabolic pathways.

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

Yes, you can convert KEGG identifiers to external database IDs like UniProt or NCBI Gene using the ID conversion functionality provided through direct REST API access for biological data integration.

Does this KEGG database API support checking drug interactions and metabolic pathways?

Yes, the KEGG database API supports checking drug-drug interactions and retrieving metabolic pathways by sending targeted REST queries to access detailed biological data for academic research.

Do I need Python workflows to retrieve pathway maps and biological data from KEGG?

You need Python workflows to integrate and analyze the biological data retrieved from KEGG, as the skill supports Python workflows for detailed pathway analysis and data processing.