kegg-database
Direct REST API access to KEGG (academic use only). Pathway analysis, gene-pathway mapping, metabolic pathways, drug interactions, ID conversion. For Python workflows with multiple databases, prefer bioservices. Use this for direct HTTP/REST work or KEGG-specific control.
Content Preview
---
name: kegg-database
description: Direct REST API access to KEGG (academic use only). Pathway analysis, gene-pathway mapping, metabolic pathways, drug interactions, ID conversion. For Python workflows with multiple databases, prefer bioservices. Use this for direct HTTP/REST work or KEGG-specific control.
license: Non-academic use of KEGG requires a commercial license
metadata:
skill-author: K-Dense Inc.
---
# KEGG Database
## Overview
KEGG (Kyoto Encyclopedia of Genes and Genomes) is How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/kegg-database.md \
https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/kegg-database/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/K-Dense-AI/claude-scientific-skillsThen reference at scientific-skills/kegg-database/SKILL.md