tavily-web-seeker

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

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 "tavily-web-seeker" with this command: npx skills add fundou1081/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

ToolDescription
tavily_searchStandard Tavily search
web_seekerEnhanced search with all features

Configuration

API Keys

{
  "apiKey": { "key1": "tvly-xxx1", "key2": "tvly-xxx2" }
}

Or env: TAVILY_API_KEY, TAVILY_API_KEY_2

Source Preferences

// 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

ParameterTypeDefaultDescription
querystring-Search query
modestring"quick"quick/research/compare
max_resultsnumber5Results 1-20
domainsarrayautoPreferred domains
time_rangestringautoday/week/month/year
operatorsstring-Raw operators
strict_modebooleanfalseRequire preferred sources only
export_docbooleanfalseGenerate report

Response Format

{
  "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

{
  "results_found": false,
  "not_found_conclusion": "在指定的核心信源中未搜索到...",
  "suggestions": ["扩展搜索词", "放宽信源限制", "手动访问目标网站"]
}

Usage

# 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

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.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated