Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw can use Tavily in two ways:
web_searchtavily_searchtavily_extractTavily is a search API designed for AI applications, returning structured results optimized for LLM consumption. It supports configurable search depth, topic filtering, domain filters, AI-generated answer summaries, and content extraction from URLs (including JavaScript-rendered pages).
TAVILY_API_KEYjson5{ plugins: { entries: { tavily: { enabled: true, config: { webSearch: { apiKey: "tvly-...", // optional if TAVILY_API_KEY is set baseUrl: "https://api.tavily.com", }, }, }, }, }, tools: { web: { search: { provider: "tavily", }, }, }, }
Notes:
openclaw configure --section webplugins.entries.tavily.config.webSearch.*web_searchquerycountsearch_depthtopicinclude_answertavily_searchtavily_searchUse this when you want Tavily-specific search controls instead of generic
web_search| Parameter | Description |
|---|---|
text query | Search query string (keep under 400 characters) |
text search_depth | text basictext advanced |
text topic | text generaltext newstext finance |
text max_results | Number of results, 1-20 (default: 5) |
text include_answer | Include an AI-generated answer summary (default: false) |
text time_range | Filter by recency: text daytext weektext monthtext year |
text include_domains | Array of domains to restrict results to |
text exclude_domains | Array of domains to exclude from results |
Search depth:
| Depth | Speed | Relevance | Best for |
|---|---|---|---|
text basic | Faster | High | General-purpose queries (default) |
text advanced | Slower | Highest | Precision, specific facts, research |
tavily_extractUse this to extract clean content from one or more URLs. Handles JavaScript-rendered pages and supports query-focused chunking for targeted extraction.
| Parameter | Description |
|---|---|
text urls | Array of URLs to extract (1-20 per request) |
text query | Rerank extracted chunks by relevance to this query |
text extract_depth | text basictext advanced |
text chunks_per_source | Chunks per URL, 1-5 (requires text query |
text include_images | Include image URLs in results (default: false) |
Extract depth:
| Depth | When to use |
|---|---|
text basic | Simple pages - try this first |
text advanced | JS-rendered SPAs, dynamic content, tables |
Tips:
querychunks_per_sourcebasicadvanced| Need | Tool |
|---|---|
| Quick web search, no special options | text web_search |
| Search with depth, topic, AI answers | text tavily_search |
| Extract content from specific URLs | text tavily_extract |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine