Armory
Source
Browse
Skills

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install kegg-database --cli claude

writes the skill into.claude/skills/kegg-database/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/kegg-database/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/scientific/kegg-database/SKILL.md -o .claude/skills/kegg-database/SKILL.md

Notes

Extracted from davila7/claude-code-templates, kegg-database category.