Skip to main content

Overview

Best for: using Valyu yourself. Community-built skills that add domain-specific search to your AI coding agent.
The Valyu community has built powerful skills that extend AI coding agents with specialized capabilities. These community-maintained integrations provide domain-specific search and research functionality.

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) Aggregated Skills (3 skills)

Installation

Via skills.sh (Recommended)
Or browse individual skills at skills.sh - search for “yorkeccak” Example: skills.sh/yorkeccak/scientific-skills/biomedical-search Via Claude Plugin
Manual Installation

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)

Usage Examples

Literature Review Search across all scientific literature:
Drug Discovery Find compounds and targets:
Clinical Research Find trials and patient outcomes:
Patent Research Search for prior art:
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
Submit your integration via GitHub or reach out on Discord.

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