{
  "schemaVersion": "1.0",
  "item": {
    "slug": "valyu-search",
    "name": "Valyu Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/unicodeveloper/valyu-search",
    "canonicalUrl": "https://clawhub.ai/unicodeveloper/valyu-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/valyu-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=valyu-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/valyu.mjs"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/valyu-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/valyu-search",
    "agentPageUrl": "https://openagent3.xyz/skills/valyu-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/valyu-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/valyu-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Valyu Search",
        "body": "Search across the world's knowledge."
      },
      {
        "title": "When to Use",
        "body": "Trigger this skill when the user asks for:\n\n\"search the web\", \"web search\", \"look up\", \"find online\", \"find papers on...\"\n\"current news about...\", \"latest updates on...\"\n\"research [topic]\", \"what's happening with...\", \"deep research on...\"\n\"extract content from [URL]\", \"scrape this page\", \"get the text from...\"\n\"answer this with sources\", \"what does the research say about...\"\nFact-checking with citations needed\nAcademic, medical, financial, or patent research\nStructured data extraction from web pages"
      },
      {
        "title": "Prerequisites",
        "body": "Get an API key at valyu.ai\nSet VALYU_API_KEY in the Gateway environment (recommended) or in ~/.openclaw/.env."
      },
      {
        "title": "Commands",
        "body": "Run a search across the web:\n\nnode {baseDir}/scripts/valyu.mjs search web \"<query>\"\n\nSearch across news, academic papers, financial data, patents and more\n\nnode {baseDir}/scripts/valyu.mjs search news \"<query>\""
      },
      {
        "title": "Parameters",
        "body": "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)"
      },
      {
        "title": "Available Proprietary Sources",
        "body": "SourceDescriptionvalyu/valyu-arxivAcademic papers from arXivvalyu/valyu-pubmedMedical and life science literaturevalyu/valyu-stocksGlobal stock market data\n\nAdditional 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."
      },
      {
        "title": "2. Contents API",
        "body": "Extract clean, structured content from any URL. Converts web pages to markdown or structured data."
      },
      {
        "title": "Usage",
        "body": "node {baseDir}/scripts/valyu.mjs contents \"https://example.com\" --summary"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeDescriptionurlsstring[]Array of URLs to extract (required)responseLengthstringOutput length: \"short\", \"medium\", \"large\", \"max\"extractEffortstring\"auto\", \"lightweight\", \"moderate\", \"heavy\"jsonSchemaobjectJSON Schema for structured extraction"
      },
      {
        "title": "3. Answer API",
        "body": "Get AI-generated answers grounded in real-time search results with citations."
      },
      {
        "title": "Usage",
        "body": "node {baseDir}/scripts/valyu.mjs answer \"What is quantum computing?\" --fast"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeDescriptionquerystringQuestion or query (required)searchTypestringSearch scope: \"web\", \"proprietary\", \"news\", \"all\"outputSchemaobjectJSON Schema for structured responses"
      },
      {
        "title": "4. DeepResearch API",
        "body": "Launch async, multi-step research tasks that produce detailed reports with citations."
      },
      {
        "title": "Modes",
        "body": "ModeDurationUse Casefast~5 minQuick answers, lightweight researchstandard~10-20 minBalanced research with deeper insightsheavy~90 minIn-depth, complex analysis"
      },
      {
        "title": "Usage",
        "body": "node {baseDir}/scripts/valyu.mjs deepresearch create \"AI market trends\" --mode heavy --pdf"
      },
      {
        "title": "Parameters",
        "body": "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"
      },
      {
        "title": "Choosing the Right API",
        "body": "NeedAPIQuick facts, current events, citationsSearchRead/parse a specific URLContentsAI-synthesized answer with sourcesAnswerIn-depth analysis or reportDeepResearch"
      },
      {
        "title": "References",
        "body": "Valyu Docs\nSearch API Reference\nContents API Reference\nAnswer API Reference\nDeepResearch Guide"
      }
    ],
    "body": "Valyu Search\n\nSearch across the world's knowledge.\n\nWhen to Use\n\nTrigger this skill when the user asks for:\n\n\"search the web\", \"web search\", \"look up\", \"find online\", \"find papers on...\"\n\"current news about...\", \"latest updates on...\"\n\"research [topic]\", \"what's happening with...\", \"deep research on...\"\n\"extract content from [URL]\", \"scrape this page\", \"get the text from...\"\n\"answer this with sources\", \"what does the research say about...\"\nFact-checking with citations needed\nAcademic, medical, financial, or patent research\nStructured data extraction from web pages\nPrerequisites\nGet an API key at valyu.ai\nSet VALYU_API_KEY in the Gateway environment (recommended) or in ~/.openclaw/.env.\nCommands\n\nRun a search across the web:\n\nnode {baseDir}/scripts/valyu.mjs search web \"<query>\"\n\n\nSearch across news, academic papers, financial data, patents and more\n\nnode {baseDir}/scripts/valyu.mjs search news \"<query>\"\n\nParameters\nParameter\tType\tDescription\nquery\tstring\tSearch query (required)\nsearchType\tstring\t\"web\", \"proprietary\", \"news\", or \"all\" (default: \"all\")\nmaxNumResults\tnumber\t1-20 (default: 10)\nincludedSources\tstring[]\tLimit to specific sources (e.g., [\"valyu/valyu-arxiv\"])\nexcludedSources\tstring[]\tExclude specific sources\nstartDate\tstring\tFilter from date (YYYY-MM-DD)\nendDate\tstring\tFilter to date (YYYY-MM-DD)\ncountryCode\tstring\tISO 3166-1 alpha-2 (e.g., \"US\", \"GB\")\nresponseLength\tstring\t\"short\", \"medium\", \"large\", \"max\"\nfastMode\tboolean\tReduced latency mode\ncategory\tstring\tNatural language category (e.g., \"academic research\")\nrelevanceThreshold\tnumber\t0.0-1.0 (default: 0.5)\nAvailable Proprietary Sources\nSource\tDescription\nvalyu/valyu-arxiv\tAcademic papers from arXiv\nvalyu/valyu-pubmed\tMedical and life science literature\nvalyu/valyu-stocks\tGlobal stock market data\n\nAdditional 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.\n\n2. Contents API\n\nExtract clean, structured content from any URL. Converts web pages to markdown or structured data.\n\nUsage\nnode {baseDir}/scripts/valyu.mjs contents \"https://example.com\" --summary\n\nParameters\nParameter\tType\tDescription\nurls\tstring[]\tArray of URLs to extract (required)\nresponseLength\tstring\tOutput length: \"short\", \"medium\", \"large\", \"max\"\nextractEffort\tstring\t\"auto\", \"lightweight\", \"moderate\", \"heavy\"\njsonSchema\tobject\tJSON Schema for structured extraction\n3. Answer API\n\nGet AI-generated answers grounded in real-time search results with citations.\n\nUsage\nnode {baseDir}/scripts/valyu.mjs answer \"What is quantum computing?\" --fast\n\nParameters\nParameter\tType\tDescription\nquery\tstring\tQuestion or query (required)\nsearchType\tstring\tSearch scope: \"web\", \"proprietary\", \"news\", \"all\"\noutputSchema\tobject\tJSON Schema for structured responses\n4. DeepResearch API\n\nLaunch async, multi-step research tasks that produce detailed reports with citations.\n\nModes\nMode\tDuration\tUse Case\nfast\t~5 min\tQuick answers, lightweight research\nstandard\t~10-20 min\tBalanced research with deeper insights\nheavy\t~90 min\tIn-depth, complex analysis\nUsage\nnode {baseDir}/scripts/valyu.mjs deepresearch create \"AI market trends\" --mode heavy --pdf\n\nParameters\nParameter\tType\tDescription\nquery\tstring\tResearch query (required)\nmode\tstring\t\"fast\", \"standard\", \"heavy\"\noutputFormats\tarray\t[\"markdown\"], [\"pdf\"], or JSON Schema object\nfiles\tarray\tFile attachments (base64 encoded, max 10)\nurls\tstring[]\tURLs to analyze (max 10)\nwebhookUrl\tstring\tHTTPS URL for completion notification\nChoosing the Right API\nNeed\tAPI\nQuick facts, current events, citations\tSearch\nRead/parse a specific URL\tContents\nAI-synthesized answer with sources\tAnswer\nIn-depth analysis or report\tDeepResearch\nReferences\nValyu Docs\nSearch API Reference\nContents API Reference\nAnswer API Reference\nDeepResearch Guide"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/unicodeveloper/valyu-search",
    "publisherUrl": "https://clawhub.ai/unicodeveloper/valyu-search",
    "owner": "unicodeveloper",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/valyu-search",
    "downloadUrl": "https://openagent3.xyz/downloads/valyu-search",
    "agentUrl": "https://openagent3.xyz/skills/valyu-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/valyu-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/valyu-search/agent.md"
  }
}