query-kegg

Query the KEGG REST API for biological pathways and gene details.

30|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/IDEA-XL/MolClaw --skill query-kegg-idea-xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-kegg
Source: https://github.com/IDEA-XL/MolClaw/tree/main/.claude/skills/query-kegg
Command: npx skills add https://github.com/IDEA-XL/MolClaw --skill query-kegg-idea-xl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast retrieval of KEGG pathway data, gene details, and pathway information from the KEGG REST API for biological inquiries.

Core Features & Use Cases

  • Find pathways by keyword: locate relevant pathways using keywords like apoptosis or metabolism.
  • Retrieve pathway details: fetch full pathway descriptions and related information.
  • List and explore genes: obtain genes linked to a pathway and pull gene-specific data.

Quick Start

Ask me to fetch the apoptosis pathway details from KEGG.

Frequently Asked Questions about query-kegg

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

FAQPage Schema
How do I retrieve biological pathway details from the KEGG REST API?

You can retrieve KEGG pathway details by querying the KEGG REST API using specific pathway identifiers or keywords. The tool handles endpoint conventions, robust parsing, and error checking to fetch full pathway descriptions and related biological information.

Can I find KEGG pathways by keyword like apoptosis or metabolism?

Yes, you can locate relevant KEGG pathways by supplying keywords such as apoptosis or metabolism. The query functionality searches the KEGG REST API to identify and return matching biological pathways for your research inquiries.

How do I list genes linked to a specific KEGG pathway?

To list genes in a KEGG pathway, query the KEGG REST API with the target pathway identifier. The tool retrieves and parses the associated gene lists, allowing you to explore and pull gene-specific data from the database.

Does querying the KEGG REST API require any specific dependencies?

Querying the KEGG REST API through this tool requires no specific dependencies. It directly interacts with the KEGG REST API endpoints, handling input conventions and error checking internally to provide pathway and gene data.

What is the best way to obtain organism-specific pathways from KEGG?

The best way to obtain organism-specific pathways is to query the KEGG REST API with the appropriate organism code. The tool lists available pathways for the specified organism and retrieves related gene information.

Why does my KEGG pathway query fail to return gene information?

KEGG pathway queries may fail to return gene information due to incorrect input formatting or API endpoint errors. The tool requires robust parsing and error checking to successfully retrieve genes linked to a pathway or specific gene details.