Access bioDBnet REST services for biological identifier conversion, pathway retrieval, and ortholog mapping. Use when you need to convert gene/protein IDs, find pathways, or retrieve biological annotations via bioDBnet.
58
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/biodbnet-api/SKILL.mdThis skill provides access to bioDBnet (biological Database network) REST web services. It allows for integrating biological data from multiple databases, converting identifiers, and retrieving pathway or ortholog information.
scripts/biodbnet_client.py.references/ for task-specific guidance.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.See ## Usage above for related details.
cd "20260316/scientific-skills/Others/biodbnet-api"
python -m py_compile scripts/biodbnet_client.py
python scripts/biodbnet_client.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/biodbnet_client.py with the validated inputs.scripts/biodbnet_client.py.references/ contains supporting rules, prompts, or checklists.The core functionality is provided by the scripts/biodbnet_client.py script. This script handles the HTTP requests to the bioDBnet API.
To use the API, execute the python script with the appropriate method and parameters.
python scripts/biodbnet_client.py --method <method_name> --params <json_params>See references/api_methods.md for a complete list of supported methods and their parameters.
biodbnet_api_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/biodbnet_client.py --helpExpected output format:
Result file: biodbnet_api_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if anyf5ef65b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.