跳至主要内容
小龙虾小龙虾AI
🤖

Valyu Search

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

下载1.5k
星标2
版本1.0.0
搜索研究
安全通过
⚙️脚本

技能说明


name: valyu-search description: "Use Valyu (valyu.ai) to search the web, extract content from web pages, answer with sources, and do deepresearch." metadata: {"openclaw":{"emoji":"🔎","requires":{"bins":["node"],"env":["VALYU_API_KEY"]},"primaryEnv":"VALYU_API_KEY","homepage":"https://docs.valyu.ai"}}

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

如何使用「Valyu Search」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Valyu Search」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能