Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use Valyu (valyu.ai) to search the web, extract content from web pages, answer with sources, and do deepresearch.
Use Valyu (valyu.ai) to search the web, extract content from web pages, answer with sources, and do deepresearch.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search across the world's knowledge.
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
Get an API key at valyu.ai Set VALYU_API_KEY in the Gateway environment (recommended) or in ~/.openclaw/.env.
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>"
ParameterTypeDescriptionquerystringSearch 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 sourcesstartDatestringFilter 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 modecategorystringNatural language category (e.g., "academic research")relevanceThresholdnumber0.0-1.0 (default: 0.5)
SourceDescriptionvalyu/valyu-arxivAcademic papers from arXivvalyu/valyu-pubmedMedical and life science literaturevalyu/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.
Extract clean, structured content from any URL. Converts web pages to markdown or structured data.
node {baseDir}/scripts/valyu.mjs contents "https://example.com" --summary
ParameterTypeDescriptionurlsstring[]Array of URLs to extract (required)responseLengthstringOutput length: "short", "medium", "large", "max"extractEffortstring"auto", "lightweight", "moderate", "heavy"jsonSchemaobjectJSON Schema for structured extraction
Get AI-generated answers grounded in real-time search results with citations.
node {baseDir}/scripts/valyu.mjs answer "What is quantum computing?" --fast
ParameterTypeDescriptionquerystringQuestion or query (required)searchTypestringSearch scope: "web", "proprietary", "news", "all"outputSchemaobjectJSON Schema for structured responses
Launch async, multi-step research tasks that produce detailed reports with citations.
ModeDurationUse Casefast~5 minQuick answers, lightweight researchstandard~10-20 minBalanced research with deeper insightsheavy~90 minIn-depth, complex analysis
node {baseDir}/scripts/valyu.mjs deepresearch create "AI market trends" --mode heavy --pdf
ParameterTypeDescriptionquerystringResearch query (required)modestring"fast", "standard", "heavy"outputFormatsarray["markdown"], ["pdf"], or JSON Schema objectfilesarrayFile attachments (base64 encoded, max 10)urlsstring[]URLs to analyze (max 10)webhookUrlstringHTTPS URL for completion notification
NeedAPIQuick facts, current events, citationsSearchRead/parse a specific URLContentsAI-synthesized answer with sourcesAnswerIn-depth analysis or reportDeepResearch
Valyu Docs Search API Reference Contents API Reference Answer API Reference DeepResearch Guide
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.