← 返回
开发者工具 Key

联网搜索一键配置 · Tavily One-Step

联网搜索, 网页搜索, 实时联网, 一键配置。让 OpenClaw 用 Tavily 实现实时搜索(含免费额度)。One-step install + guided key setup. Guide: github.com/plabzzxx/openclaw-tavily-search
联网搜索, 网页搜索, 实时联网, 一键配置。让 OpenClaw 用 Tavily 实现实时搜索(含免费额度)。One-step install + guided key setup. Guide: github.com/plabzzxx/openclaw-tavily-search
plabzzxx
开发者工具 clawhub v1.0.3 1 版本 99840.6 Key: 需要
★ 2
Stars
📥 1,839
下载
💾 501
安装
1
版本
#cn#latest#onboarding#search#tavily

概述

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.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-30 08:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,831
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,386
productivity

Gold Price Report

plabzzxx
黄金/白银价格查询与行情简报。当用户查询查金价、黄金多少钱、今日金价、白银价格、品牌金价、老凤祥/周大福/周生生金价、沪金/沪银/COMEX黄金/COMEX白银,或想了解市场概况时使用。
★ 0 📥 754