← 返回
效率工具 Key 中文

Turing Tavily Web Search

Search the web via the Turing Tavily proxy. Use when the user asks to search the web, look up real-time information, research current events, or needs up-to-...
通过Turing Tavily代理搜索网络。当用户需要搜索网页、查询实时信息、研究时事或获取最新资讯时使用。
capreaaa
效率工具 clawhub v1.0.0 1 版本 99851.2 Key: 需要
★ 0
Stars
📥 671
下载
💾 39
安装
1
版本
#latest

概述

Tavily Web Search

Search the web via the Turing Tavily proxy API.

Usage

python3 ~/.openclaw/skills/turing-tavily-web-search/scripts.py '<JSON>'

Request Parameters

ParamTypeRequiredDefaultDescription
---------------
querystr or list[str]yesSearch query, or list of queries for batch search
max_resultsintno10Max results per query (1–20)
max_tokens_per_pageintno1024Max tokens extracted per result page
search_domain_filterlist[str]noRestrict results to specific domains (max 20)

Response Fields

FieldTypeDescription
---------
answerstrAI-generated summary (if available)
results[].titlestrPage title
results[].urlstrPage URL
results[].contentstrContent snippet
results[].publishedDatestrPublication date (if available)

Examples

# Basic search
python3 ~/.openclaw/skills/turing-tavily-web-search/scripts.py '{"query": "latest AI news"}'

# Limit results
python3 ~/.openclaw/skills/turing-tavily-web-search/scripts.py '{"query": "latest AI news", "max_results": 5}'

# Domain filter
python3 ~/.openclaw/skills/turing-tavily-web-search/scripts.py '{"query": "transformer architecture", "search_domain_filter": ["arxiv.org", "github.com"]}'

Configuration

Set in openclaw.json under skills.entries.turing-skills.env:

VariableRequiredDescription
---------
TURING_API_KEYyesBearer token (sk-...)
TURING_CLIENTyesClient identifier
TURING_ENVIRONMENTyesEnvironment name
TURING_API_BASEnoAPI base URL (default: https://live-turing.cn.llm.tcljd.com)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 16:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,803
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,333
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,870