Overview
Best for: using Valyu yourself. Community-built skills that add domain-specific search to your AI coding agent.
Scientific Skills
Repository: yorkeccak/scientific-skills Natural language scientific literature search with semantic search over PubMed, arXiv, ChEMBL, PubChem, bioRxiv, medRxiv, clinical trials, and more.Why Scientific Skills Are Powerful
- No API Parameter Parsing: Pass natural language queries directly - no complex search syntax required
- Semantic Search: Understands meaning and context, not just keyword matching
- Full-Text Access: Returns complete article content, not just abstracts
- Image Links: Includes figures and images from papers
- Comprehensive Coverage: Access to all scientific literature across multiple databases
Supported Agents
- Antigravity
- Claude Code
- Clawdbot
- Codex
- Cursor
- Droid
- Gemini CLI
- GitHub Copilot
- Goose
- Kilo Code
- Kiro CLI
- OpenCode
- Roo Code
- Trae
- Windsurf
Available Skills
Individual Data Sources (9 skills)| Skill | Data Source | Coverage |
|---|---|---|
| pubmed-search | PubMed | Biomedical and life sciences literature |
| arxiv-search | arXiv | Physics, mathematics, computer science, quantitative biology preprints |
| biorxiv-search | bioRxiv | Biology preprints |
| medrxiv-search | medRxiv | Medical and health sciences preprints |
| chembl-search | ChEMBL | Bioactive molecules with drug-like properties |
| clinical-trials-search | ClinicalTrials.gov | Clinical trials registry |
| drug-labels-search | FDA Drug Labels | Official FDA drug information |
| open-targets-search | Open Targets | Drug targets and disease associations |
| patents-search | Patent Databases | Global patent filings |
| Skill | Combined Sources | Best For |
|---|---|---|
| literature-search | PubMed + arXiv + bioRxiv + medRxiv | General scientific literature review |
| biomedical-search | PubMed + bioRxiv + medRxiv + ClinicalTrials + Drug Labels | Medical and clinical research |
| drug-discovery-search | ChEMBL + PubChem + Drug Labels + Open Targets | Drug discovery and development |
Installation
Via skills.sh (Recommended)Setup
Get your API key from platform.valyu.ai with $10 free credits ($20 with a work email). First Use (Automatic) Just start using any skill - Claude will automatically detect that no API key is configured, ask for your key, save it, and run your search. Manual Setup (Optional)- macOS/Linux (Zsh)
- macOS/Linux (Bash)
- Windows
- Config File
Usage Examples
Literature Review Search across all scientific literature:Output format and processing
Output format and processing
All skills return consistent JSON:Pipe to
jq to extract fields, e.g. jq -r '.results[].title' or filter jq '.results[] | select(.relevance_score > 0.9)'.Contributing Your Skills
Have you built Valyu-powered skills that others would find useful? We’d love to feature them here. Requirements:- Open source (MIT, Apache, or similar license)
- Clear documentation with examples
- Maintained and actively supported
- Uses Valyu APIs for core functionality
Additional Resources
Scientific Skills Repository
View source code and documentation
Skills.sh Marketplace
Browse and install individual skills
Official Valyu Skills
See official Valyu agent skills
Join Discord
Get help from the community

