← 返回 Skills 市场
bibaofeng

Tavily Search

作者 bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-aisa-api
功能描述
Advanced web search via Tavily through AIsa API. Supports search depth, topic filtering (general/news/finance), time ranges, domain inclusion/exclusion, and...
使用说明 (SKILL.md)

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-answer is 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.

安全使用建议
This skill appears safe for its stated purpose if you are comfortable using AIsa/Tavily as an external search provider. Before installing, make sure you trust the provider with your search queries, protect the AISA_API_KEY, and avoid sending sensitive private information unless intended.
功能分析
Type: OpenClaw Skill Name: tavily-search-aisa-api Version: 1.0.0 The skill is a legitimate search tool that interfaces with the AIsa API (api.aisa.one). The Python script `scripts/search_client.py` uses standard libraries to perform web searches and content extraction as described in `SKILL.md`, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated Tavily search purpose is coherent, but the bundled client also documents broader AIsa search modes such as web, scholar, smart, extract, sonar, and verity.
Instruction Scope
The skill provides normal user-invoked CLI usage for search and does not include prompt overrides, goal hijacking, or instructions to run automatically.
Install Mechanism
No install script is specified; the skill requires only python3 and the provided script.
Credentials
The AISA_API_KEY credential and outbound calls to api.aisa.one are expected for a hosted search API, but users should understand that their queries are sent to that provider and may consume account credits.
Persistence & Privilege
The provided artifacts show no persistence, background execution, privileged local changes, or file writes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-aisa-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-aisa-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Tavily Search skill via AIsa API: - Provides advanced web search with options for search depth, topic filtering (general, news, finance), time range, and domain filters. - Supports LLM-generated answer summaries alongside raw results. - Requires `AISA_API_KEY` environment variable for setup. - User-invocable with a command-line client supporting a wide range of query options. - Outputs structured search results including title, URL, date, excerpt, and optional answer.
元数据
Slug tavily-search-aisa-api
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论