This source did not publish a separate summary. Review SKILL.md before using the skill.
SKILL.md
Drug Discovery Search
Search across all major drug discovery databases (ChEMBL, DrugBank, FDA drug labels, Open Targets) simultaneously using natural language queries powered by Valyu's semantic search API.
Why This Skill is Powerful
No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters
Semantic Search: Understands the meaning of your query, not just keyword matching
Full-Text Access: Returns complete compound, target, and drug information
Image Links: Includes molecular structures and data visualizations
Comprehensive Coverage: Search across ChEMBL, DrugBank, drug labels, and Open Targets simultaneously
Unified Results: Get results from all drug discovery sources in a single query
The scripts/search commands in this documentation are relative to this skill's installation directory.
Before running any command, locate the script using:
DRUG_DISCOVERY_SCRIPT=$(find ~/.claude/plugins/cache -name "search" -path "*/drug-discovery-search/*/scripts/*" -type f 2>/dev/null | head -1)
Then use the full path for all commands:
$DRUG_DISCOVERY_SCRIPT "JAK2 inhibitors" 20
API Key Setup Flow
When you run a search and receive "setup_required": true, follow this flow:
Ask the user for their API key:
"To search drug discovery databases, I need your Valyu API key. Get one free ($10 credits) at https://platform.valyu.ai"