brenda-database
Query enzyme data from BRENDA database
Also available from: davila7
Access comprehensive enzyme kinetic data from the worlds largest enzyme database. Find Km values, reaction equations, organism-specific parameters, and substrate specificity data for biochemical research and metabolic engineering.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "brenda-database". Get Km values for alcohol dehydrogenase (EC 1.1.1.1) for human and yeast
Expected outcome:
- Alcohol Dehydrogenase (EC 1.1.1.1) Kinetic Data:
- Homo sapiens:
- - Average Km: 0.34 mM (ethanol)
- - Optimal pH: 8.0-9.0
- - Temperature: 25C (data points: 15)
- Saccharomyces cerevisiae:
- - Average Km: 1.2 mM (ethanol)
- - Optimal pH: 7.0-8.0
- - Temperature: 30C (data points: 8)
- Cofactors: NAD+ required for both organisms
Security Audit
Low RiskThe brenda-database skill is a legitimate scientific tool for accessing enzyme data from the BRENDA database. All 436 static findings are false positives triggered by documentation formatting (backtick characters for code blocks), legitimate BRENDA API authentication (SHA-256 password hashing), and biochemical terminology (NAD+, ATP as cofactors, not C2 commands). The codebase performs authorized SOAP API queries to a public scientific database and exports research data. No malicious behavior, data exfiltration, or unauthorized access patterns were found.
Risk Factors
🌐 Network access (1)
📁 Filesystem access (1)
⚡ Contains scripts (1)
Quality Score
What You Can Build
Enzyme kinetic analysis
Retrieve Km and kcat values to characterize enzyme behavior and compare across organisms.
Pathway design
Find enzymes for specific reactions and optimize conditions for metabolic pathway construction.
Literature data extraction
Extract enzyme parameters from published BRENDA data for computational modeling and analysis.
Try These Prompts
Get Km values for alcohol dehydrogenase (EC 1.1.1.1) from BRENDA.
Find Km values for EC 1.1.1.1 in Escherichia coli and Homo sapiens.
Find all reactions involving glucose and their enzyme EC numbers.
Find the enzymatic pathway to produce lactate from pyruvate including all required cofactors.
Best Practices
- Store BRENDA credentials in environment variables for secure authentication
- Add rate limiting delays (0.5-1 second) between API calls to avoid rate limits
- Use specific EC numbers and organism filters to reduce data volume and improve response times
Avoid
- Making concurrent API requests without delays will trigger rate limiting
- Using wildcards for broad searches without limiting results can return massive datasets
- Not caching results for repeated queries wastes API quota and slows performance
Frequently Asked Questions
Do I need a BRENDA account?
What is an EC number?
What does Km represent?
How many requests can I make?
What data formats are supported?
Can I search by organism?
Developer Details
Author
K-Dense-AILicense
MIT
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/brenda-databaseRef
main
File structure