← 返回 Skills 市场
0xjordansg-yolo

Web Search Tavily

作者 0xjordansg-yolo · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1292
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw
功能描述
Performs AI-optimized web searches via Tavily API, returning concise and relevant results with options for depth, topic, and result count.
使用说明 (SKILL.md)

AIsa Tavily Search

AI-optimized web search using Tavily API through AIsa's unified gateway. Designed for AI agents - returns clean, relevant content.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news

Options

  • -n \x3Ccount>: Number of results (default: 5, max: 20)
  • --deep: Use advanced search for deeper research (slower, more comprehensive)
  • --topic \x3Ctopic>: Search topic - general (default) or news
  • --days \x3Cn>: For news topic, limit to last n days

Extract content from URL

node {baseDir}/scripts/extract.mjs "https://example.com/article"

Notes:

安全使用建议
This skill appears to do what it claims: the included scripts POST your query/URLs to AIsa's Tavily endpoints (https://api.aisa.one). Before installing, consider: (1) Any queries or URLs you send will be transmitted to a third-party API — avoid sending PII or sensitive tokens. (2) Use a least-privilege/monitored API key from AIsa if possible and review its usage logs and rate limits. (3) Verify the publisher/homepage (aisa.one) and the owner identity if provenance matters — there is a small ownerId mismatch in the package metadata that you may want to confirm. If those points are acceptable, the skill is internally consistent and proportionate.
功能分析
Type: OpenClaw Skill Name: ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw Version: 1.0.0 The skill bundle provides web search and content extraction functionality via the AIsa Tavily API. All scripts (`scripts/extract.mjs`, `scripts/search.mjs`) make HTTPS POST requests to `https://api.aisa.one`, authenticating with an `AISA_API_KEY` retrieved from environment variables, as declared in `SKILL.md`. Input parameters (queries, URLs) are safely incorporated into JSON request bodies using `JSON.stringify`, preventing injection vulnerabilities at the API call level. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in `SKILL.md`. The code adheres to its stated purpose and uses standard, secure practices.
能力评估
Purpose & Capability
Name/description, required binaries (node), and required env var (AISA_API_KEY) are coherent with a web-search gateway proxy. Minor metadata inconsistency: the _meta.json ownerId differs slightly from the registry Owner ID shown in the package metadata — likely benign but worth verifying the publisher if provenance matters.
Instruction Scope
SKILL.md instructs running the included Node scripts (search.mjs and extract.mjs) with clearly scoped arguments. The instructions reference only AISA_API_KEY and the included scripts, and do not instruct reading unrelated files, credentials, or system state.
Install Mechanism
No install spec; this is primarily instruction-only plus small included scripts. No packages or external download/install steps are performed by the skill itself, so nothing is written to disk beyond the provided files.
Credentials
Only AISA_API_KEY is required (declared as primary credential). The scripts use that key to call https://api.aisa.one endpoints; no other secrets, config paths, or unrelated credentials are requested or accessed.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI-optimized web search for AI agents using Tavily API via AIsa. - Provides concise, relevant web search results through a unified API gateway. - Supports flexible search options: result count, advanced/deep search, topic selection, and date range for news. - Includes URL content extraction. - Requires AISA_API_KEY for authentication. - Simple CLI usage for all features.
元数据
Slug ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw
版本 1.0.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Web Search Tavily 是什么?

Performs AI-optimized web searches via Tavily API, returning concise and relevant results with options for depth, topic, and result count. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1292 次。

如何安装 Web Search Tavily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-native-websearch-via-tavily-api-returns-concise-relevant-results-for-openclaw」即可一键安装,无需额外配置。

Web Search Tavily 是免费的吗?

是的,Web Search Tavily 完全免费(开源免费),可自由下载、安装和使用。

Web Search Tavily 支持哪些平台?

Web Search Tavily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Search Tavily?

由 0xjordansg-yolo(@0xjordansg-yolo)开发并维护,当前版本 v1.0.0。

💬 留言讨论