Agens bioservices
skill_id: bioservices
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/bioservices/skill.yamlsource content
skill_id: bioservices name: bioservices description: Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython. version: 1.0.0 author: K-Dense Inc. license: GPLv3 license tags:
- scientific-agent-skills
- bioservices tools: [] permissions: network: true filesystem: false shell: false agents:
- bio_code_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: bioservices upstream_path: scientific-skills/bioservices/SKILL.md upstream_frontmatter: name: bioservices description: Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython. license: GPLv3 license metadata: skill-author: K-Dense Inc.