← 返回
开发者工具 Key 中文

Tavily Search Skill

Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
使用Tavily API 进行网络搜索(Brave 替代方案),当用户请求搜索网页、查找来源或链接且 Brave web_search 不可用时使用。
jayegt002
开发者工具 clawhub v1.0.7 2 版本 99658.4 Key: 需要
★ 1
Stars
📥 5,232
下载
💾 587
安装
2
版本
#latest#security

概述

Tavily Search Skill

OpenClaw Skill for performing high quality web searches using the Tavily API.

Directory Structure

tavily-search-skill/
├── SKILL.md                    ← must stay at root
├── search.sh                   ← must stay at root (entry script)
├── apikey                      ← API Key file (user creates this)
├── _meta.json
└── blocklist/
    ├── blocklist.json         ← blacklist config
    └── filter_blocklist.py     ← filter script

Agent Workflow

When instructed to install this skill, follow these steps in order:

Step 1: Install the skill

git clone https://github.com/JayeGT002/Tavily-Search-Skill.git tavily-search-skill
cd tavily-search-skill

Step 2: Request API Key from user

Ask the user: "请提供你的 Tavily API Key,用于配置搜索功能。获取地址:https://app.tavily.com/api-keys"

Wait for the user's API Key reply before proceeding.

Step 3: Create apikey file

echo "USER_PROVIDED_API_KEY" > apikey
chmod 600 apikey

Step 4: Verify installation

./search.sh "test"

A successful response contains search results and quota info.


Blacklist Management

The blacklist filters out low quality or untrusted sources from search results.

View current blacklist

cat blocklist/blocklist.json

Add a domain to blacklist

When the user says "block [domain]", update blocklist/blocklist.json:

Root domains automatically match all subdomains. Example: adding csdn.net also blocks blog.csdn.net, download.csdn.net, etc.

Filter feedback

When results are filtered, a message is written to stderr (not visible in normal output). Check stderr if you suspect filtering is silently removing results.


Usage

Basic Search

./search.sh "search query"

Specify Result Count

./search.sh "query" 10

Include Images

./search.sh "query" 5 true

Dependencies

  • curl
  • jq

Install if missing:

  • Ubuntu/Debian: sudo apt-get install curl jq
  • macOS: brew install curl jq
  • Alpine: apk add curl jq

版本历史

共 2 个版本

  • v1.0.7 当前
    2026-04-30 06:54 安全 安全
  • v1.0.4
    2026-03-28 11:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,954
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,758
productivity

Nbnhhsh Skill

jayegt002
将汉语拼音缩写和网络缩写翻译为其可能的完整中文含义,支持同时处理多个词条。
★ 0 📥 545