โ† All skills
Tencent SkillHub ยท Developer Tools

Valyu Search

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/valyu.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

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

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)

Available Proprietary Sources

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.

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

ParameterTypeDescriptionurlsstring[]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

ParameterTypeDescriptionquerystringQuestion 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 Casefast~5 minQuick answers, lightweight researchstandard~10-20 minBalanced research with deeper insightsheavy~90 minIn-depth, complex analysis

Usage

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

Parameters

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

Choosing the Right API

NeedAPIQuick facts, current events, citationsSearchRead/parse a specific URLContentsAI-synthesized answer with sourcesAnswerIn-depth analysis or reportDeepResearch

References

Valyu Docs Search API Reference Contents API Reference Answer API Reference DeepResearch Guide

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/valyu.mjs Scripts