valyu-search

Use Valyu (valyu.ai) to search the web, extract content from web pages, answer with sources, and do deepresearch.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "valyu-search" with this command: npx skills add unicodeveloper/valyu-search

Valyu Search

Search across the world's knowledge.

When to Use

Trigger this skill when the user asks for:

  • "search the web", "web search", "look up", "find online", "find papers on..."
  • "current news about...", "latest updates on..."
  • "research [topic]", "what's happening with...", "deep research on..."
  • "extract content from [URL]", "scrape this page", "get the text from..."
  • "answer this with sources", "what does the research say about..."
  • Fact-checking with citations needed
  • Academic, medical, financial, or patent research
  • Structured data extraction from web pages

Prerequisites

  • Get an API key at valyu.ai
  • Set VALYU_API_KEY in the Gateway environment (recommended) or in ~/.openclaw/.env.

Commands

Run a search across the web:

node {baseDir}/scripts/valyu.mjs search web "<query>"

Search across news, academic papers, financial data, patents and more

node {baseDir}/scripts/valyu.mjs search news "<query>"

Parameters

ParameterTypeDescription
querystringSearch query (required)
searchTypestring"web", "proprietary", "news", or "all" (default: "all")
maxNumResultsnumber1-20 (default: 10)
includedSourcesstring[]Limit to specific sources (e.g., ["valyu/valyu-arxiv"])
excludedSourcesstring[]Exclude specific sources
startDatestringFilter from date (YYYY-MM-DD)
endDatestringFilter to date (YYYY-MM-DD)
countryCodestringISO 3166-1 alpha-2 (e.g., "US", "GB")
responseLengthstring"short", "medium", "large", "max"
fastModebooleanReduced latency mode
categorystringNatural language category (e.g., "academic research")
relevanceThresholdnumber0.0-1.0 (default: 0.5)

Available Proprietary Sources

SourceDescription
valyu/valyu-arxivAcademic papers from arXiv
valyu/valyu-pubmedMedical and life science literature
valyu/valyu-stocksGlobal stock market data

Additional sources: BioRxiv, MedRxiv, clinical trials, FDA drug labels, WHO health data, SEC filings, USPTO patents, Wikipedia, UK Parliament, UK National Rail, maritime vessel tracking, and more.

2. Contents API

Extract clean, structured content from any URL. Converts web pages to markdown or structured data.

Usage

node {baseDir}/scripts/valyu.mjs contents "https://example.com" --summary

Parameters

ParameterTypeDescription
urlsstring[]Array of URLs to extract (required)
responseLengthstringOutput length: "short", "medium", "large", "max"
extractEffortstring"auto", "lightweight", "moderate", "heavy"
jsonSchemaobjectJSON Schema for structured extraction

3. Answer API

Get AI-generated answers grounded in real-time search results with citations.

Usage

node {baseDir}/scripts/valyu.mjs answer "What is quantum computing?" --fast

Parameters

ParameterTypeDescription
querystringQuestion or query (required)
searchTypestringSearch scope: "web", "proprietary", "news", "all"
outputSchemaobjectJSON Schema for structured responses

4. DeepResearch API

Launch async, multi-step research tasks that produce detailed reports with citations.

Modes

ModeDurationUse Case
fast~5 minQuick answers, lightweight research
standard~10-20 minBalanced research with deeper insights
heavy~90 minIn-depth, complex analysis

Usage

node {baseDir}/scripts/valyu.mjs deepresearch create "AI market trends" --mode heavy --pdf

Parameters

ParameterTypeDescription
querystringResearch query (required)
modestring"fast", "standard", "heavy"
outputFormatsarray["markdown"], ["pdf"], or JSON Schema object
filesarrayFile attachments (base64 encoded, max 10)
urlsstring[]URLs to analyze (max 10)
webhookUrlstringHTTPS URL for completion notification

Choosing the Right API

NeedAPI
Quick facts, current events, citationsSearch
Read/parse a specific URLContents
AI-synthesized answer with sourcesAnswer
In-depth analysis or reportDeepResearch

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Ai Task Hub

AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, points balance/ledger lookup, and async execute/poll...

Registry SourceRecently Updated
Research

paper-review

Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages (.tar.gz/.z...

Registry SourceRecently Updated
Research

ScraperAPI MCP

Knowledge base for the 22 ScraperAPI MCP tools. Covers scrape, Google (search, news, jobs, shopping, maps), Amazon (product, search, offers), Walmart (search...

Registry SourceRecently Updated
00Profile unavailable
Research

defense lawyer

AI-powered criminal defense assistant for Chinese legal system - provides case analysis, defense strategy formulation, evidence assessment, and legal documen...

Registry SourceRecently Updated
00Profile unavailable