tavily-search

联网搜索, 网页搜索, 实时联网, 一键配置。让 OpenClaw 用 Tavily 实现实时搜索(含免费额度)。One-step install + guided key setup. Guide: github.com/plabzzxx/openclaw-tavily-search

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 "tavily-search" with this command: npx skills add plabzzxx/tavily-one-step-search

Tavily Search Toolkit (V2)

This skill provides a single Node CLI with subcommands:

  • search — web search with filters and multiple output formats
  • extract — fetch clean content from one or more URLs
  • crawl — crawl a site with extraction controls
  • map — discover and map site URLs

Requirements

Set TAVILY_API_KEY via one of:

  • env var: TAVILY_API_KEY=...
  • ~/.openclaw/.env line: TAVILY_API_KEY=...

Quick examples

# 1) Search (Brave-like structure)
node {baseDir}/scripts/tavily_search.mjs search \
  --query "OpenClaw multi-agent" --max-results 5 --format brave

# 2) Search with domain filters
node {baseDir}/scripts/tavily_search.mjs search \
  --query "周大福" \
  --include-domains ctf.com.cn,ctfmall.com,chowtaifook.com \
  --format brave

# 3) Extract specific URLs
node {baseDir}/scripts/tavily_search.mjs extract \
  --urls https://docs.openclaw.ai,https://docs.tavily.com \
  --content-format markdown --format md

# 4) Crawl docs site
node {baseDir}/scripts/tavily_search.mjs crawl \
  --url docs.tavily.com --max-depth 2 --limit 30 --format md

# 5) Map a site structure
node {baseDir}/scripts/tavily_search.mjs map \
  --url docs.openclaw.ai --max-depth 2 --limit 40 --format md

Proxy controls

  • Inherit system proxy env by default (HTTP_PROXY / HTTPS_PROXY)
  • Force proxy: --proxy http://127.0.0.1:7890
  • Disable proxy: --no-proxy

Notes

  • Keep max-results small (3–5) for chat tasks.
  • Use search --format brave for stable downstream parsing.
  • Use extract/crawl/map only when search snippets are insufficient.

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.

General

多搜索聚合器

多搜索聚合器 - 一次搜索调用多个引擎(Tavily、Brave、Perplexity),结果统一返回

Registry SourceRecently Updated
1240Profile unavailable
Automation

Travel Information and News

Search and aggregate travel news, information, and reviews from multiple sources. Designed for travel planning professionals, travel agents, tour operators,...

Registry SourceRecently Updated
2810Profile unavailable
General

Tavily Search

Search the web using Tavily's Search API. Returns relevant, accurate results with content snippets, scores, and metadata. Use when the user asks to search th...

Registry SourceRecently Updated
6681Profile unavailable
Research

🔍 惠迈智能搜索

Web search and content extraction using Tavily Search/Extract/Research APIs (Bearer auth). Use when you need web results (general/news/finance), date/topic/d...

Registry SourceRecently Updated
420Profile unavailable