Agens gget
skill_id: gget
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/gget/skill.yamlsource content
skill_id: gget name: gget description: 'Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices.' version: 1.0.0 author: K-Dense Inc. license: BSD-2-Clause license tags:
- scientific-agent-skills
- gget 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: gget upstream_path: scientific-skills/gget/SKILL.md upstream_frontmatter: name: gget description: 'Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices.' license: BSD-2-Clause license metadata: skill-author: K-Dense Inc.