Toolverse
All skills

kegg-database

by davila7

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Backend
Views
1

About this skill

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 use

  1. Zainstaluj umiejętność w swoim środowisku Claude, upewniając się, że masz dostęp do biblioteki scripts/kegg_api.py zawierającej funkcje pomocnicze. 2. Zaimportuj potrzebną funkcję z modułu — na przykład from scripts.kegg_api import kegg_info do pobrania metadanych bazy lub from scripts.kegg_api import kegg_list do wyliczenia wpisów. 3. Określ, jakie dane potrzebujesz: informacje o bazie danych (struktura, wersja), listę szlaków dla organizmu, geny, związki chemiczne czy enzymy. 4. Wywołaj odpowiednią funkcję z parametrem bazy — przykładowo kegg_info('pathway') dla informacji o szlakach lub kegg_list('hsa') dla ludzkiego genomu. 5. Przetwórz zwrócone dane JSON w swoim skrypcie — wyniki zawierają identyfikatory wpisów, nazwy i metadane potrzebne do dalszej analizy. 6. Pamiętaj, że API KEGG dostępne jest wyłącznie do użytku akademickiego — upewnij się, że Twoje zastosowanie spełnia wymogi licencji akademickiej.

Related skills

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128