/install tavily-search-aisa-api
AIsa Tavily Search
Advanced web search powered by Tavily through the AIsa API. Offers fine-grained control over search depth, topic categories, time ranges, domain filtering, and optional LLM-generated answer summaries.
Setup
This skill requires the AISA_API_KEY environment variable. When installed as a Claude plugin, the key is configured via the plugin's userConfig.
Usage
Run the search client with the tavily subcommand:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tavily-search/scripts/search_client.py tavily --query "\x3Csearch query>" [options]
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query / -q |
Yes | — | Search query |
--count / -c |
No | 5 | Maximum results (1–20) |
--depth |
No | basic | Search depth: basic, advanced, fast, ultra-fast |
--topic |
No | — | Topic filter: general, news, finance |
--time-range |
No | — | Time range filter |
--include-answer |
No | false | Include an LLM-generated answer summary |
Examples
# Basic search
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tavily-search/scripts/search_client.py tavily --query "OpenAI latest announcements" --count 10
# Advanced news search with answer
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tavily-search/scripts/search_client.py tavily --query "AI regulation 2026" --depth advanced --topic news --include-answer
# Finance-focused search
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tavily-search/scripts/search_client.py tavily --query "NVIDIA earnings Q1 2026" --topic finance --include-answer
Output
The script prints structured results including:
- Title — Page title
- URL — Direct link
- Date — Publication date (when available)
- Content — Relevant excerpt
- Answer — LLM-generated summary (when
--include-answeris used)
When to Use
Use this skill when the user needs advanced search with specific filtering requirements: news-only results, finance-focused results, time-bounded searches, or when they want an AI-generated answer alongside raw results. This is the most feature-rich search tool in the plugin.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tavily-search-aisa-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/tavily-search-aisa-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Tavily Search 是什么?
Advanced web search via Tavily through AIsa API. Supports search depth, topic filtering (general/news/finance), time ranges, domain inclusion/exclusion, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Tavily Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-aisa-api」即可一键安装,无需额外配置。
Tavily Search 是免费的吗?
是的,Tavily Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tavily Search 支持哪些平台?
Tavily Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tavily Search?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。