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-date data not in training data. Run the bundled script via bash — do NOT construct HTTP requests manually.

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 "turing-tavily-web-search" with this command: npx skills add capreaaa/turing-tavily-web-search

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)

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.

Research

Kirk Content Pipeline

Create KSVC-validated Twitter content from research PDFs. Content types: long threads, quick takes, breaking news, shitposts, personal commentary, victory la...

Registry SourceRecently Updated
Research

It Searching

Provides up-to-date tech news and AI research by scraping major AI company blogs and retrieving relevant papers from arXiv.

Registry SourceRecently Updated
5800Profile unavailable
Research

TradingView Signal Parser

Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis.

Registry SourceRecently Updated
3690Profile unavailable
Research

Supermemory Free

Cloud knowledge backup and retrieval using Supermemory.ai free tier. Store high-value insights to the cloud and search them back when local memory is insuffi...

Registry SourceRecently Updated
7990Profile unavailable