返回顶部
t

tavily-web-seeker

Enhanced Tavily search with intelligent intent recognition, source preferences, critical source validation, and offline report generation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
58
下载量
0
收藏
概述
安装方式
版本历史

tavily-web-seeker

# tavily-web-seeker Enhanced web search skill built on Tavily API with intelligent search strategies, user source preferences, and critical source handling. ## Features 1. **Intent Recognition** - Auto-classify queries (factual, news, research, comparison, how-to, academic) 2. **Source Preferences** - Topic-based domain routing (tech→GitHub, news→Reuters, finance→WSJ) 3. **Search Operators** - Support OR, site:, -, exact phrase, time filters 4. **Critical Source Check** - Validate results against preferred sources, return not-found conclusions 5. **Multi-API Key Rotation** - Auto-failover on rate limits (429) 6. **Offline Report** - Markdown export with source coverage analysis ## Tools | Tool | Description | |------|-------------| | `tavily_search` | Standard Tavily search | | `web_seeker` | Enhanced search with all features | ## Configuration ### API Keys ```json { "apiKey": { "key1": "tvly-xxx1", "key2": "tvly-xxx2" } } ``` Or env: `TAVILY_API_KEY`, `TAVILY_API_KEY_2` ### Source Preferences ```javascript // User preferences const PREFERENCES = { default_sites: ["wikipedia.org", "github.com"], preferred_topics: { tech: ["wikipedia.org", "github.com", "stackoverflow.com"], news: ["reuters.com", "apnews.com", "bbc.com"], finance: ["wsj.com", "bloomberg.com", "ft.com"], academic: ["scholar.google.com", "arxiv.org"] }, critical_sources: { "官方": ["gov.cn", "moe.gov.cn"], "财经": ["wsj.com", "bloomberg.com"], "技术": ["github.com", "stackoverflow.com"] } }; ``` ## web_seeker Parameters | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `query` | string | - | Search query | | `mode` | string | "quick" | quick/research/compare | | `max_results` | number | 5 | Results 1-20 | | `domains` | array | auto | Preferred domains | | `time_range` | string | auto | day/week/month/year | | `operators` | string | - | Raw operators | | `strict_mode` | boolean | false | Require preferred sources only | | `export_doc` | boolean | false | Generate report | ## Response Format ```json { "original_query": "Iran oil news", "intent": "news", "domains_used": ["reuters.com", "bbc.com"], "search_operator_applied": "site:reuters.com OR site:bbc.com", "results_found": true, "source_coverage": { "preferred": 3, "total": 10 }, "results": [...], "summary": "..." } ``` ### Not Found Response ```json { "results_found": false, "not_found_conclusion": "在指定的核心信源中未搜索到...", "suggestions": ["扩展搜索词", "放宽信源限制", "手动访问目标网站"] } ``` ## Usage ```bash # Basic search node seeker.js "AI news" # Research mode with report node seeker.js "machine learning" --mode research --export # Strict mode (require preferred sources) node seeker.js "python tutorial" --strict ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tavily-web-seeker-1775886129 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tavily-web-seeker-1775886129 技能

通过命令行安装

skillhub install tavily-web-seeker-1775886129

下载 Zip 包

⬇ 下载 tavily-web-seeker v1.1.0

文件大小: 4.75 KB | 发布时间: 2026-4-12 11:37

v1.1.0 最新 2026-4-12 11:37
- Bumped version to 1.1.0.
- Documentation updated in SKILL.md; no feature or code changes present.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部