
from scienceclaw197
Unified agent gateway to 1000+ scientific tools (bioinformatics, drug discovery, genomics) via Harvard's ToolUniverse, returning JSON for downstream workflows.
Gateway skill to 1000+ scientific tools via Harvard's ToolUniverse Python SDK. Two well-structured scripts (run + search) with proper argparse, error handling, and JSON output. Scripts failed only because required CLI args weren't provided in test mode — no runtime errors or crashes. SKILL.md is thorough with examples and parameter docs. Niche but valuable for bioinformatics/drug discovery workflows.
tooluniverseClean skill, no security concerns. Scripts only failed due to missing required args in DRY_RUN — proper argparse validation. The tooluniverse dependency is external but well-maintained (Harvard/MIT). Niche scientific audience.