← 返回 Skills 市场
362
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mdgs-tavily-search-skill
功能描述
使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。
安全使用建议
This skill appears to do what it claims (a Tavily-based search/crawl client), but the package metadata omitted the required API credential. Before installing or running it: 1) Confirm the provenance of @tavily/core and tavily.com (verify official package/website and review the package source on the registry). 2) Expect to supply TAVILY_API_KEY — treat it as a secret and do not paste long-lived credentials into shared prompts or public places. 3) Inspect the @tavily/core package code (or vendor docs) to see exactly what data (URLs, page content, queries) will be sent to the Tavily service. 4) Run the skill in an isolated environment or container if you must test it, and avoid running it with credentials that grant broad access elsewhere. 5) If you will use crawling/extraction, ensure you respect robots.txt, privacy/legal constraints, and limit maxPages/depth to avoid large accidental data exfiltration. If the skill is published to a registry, ask the publisher to update the metadata to declare TAVILY_API_KEY as a required credential and include homepage/provenance details before wider use.
功能分析
Type: OpenClaw Skill
Name: mdgs-tavily-search-skill
Version: 1.0.0
The skill is a legitimate integration of the Tavily Search API, providing capabilities for web searching, crawling, and content extraction. The core logic in `scripts/tavily.js` uses the official `@tavily/core` library and follows standard practices for handling API keys via environment variables, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, SKILL.md and scripts/tavily.js consistently implement a Tavily search/extract/crawl/map/research client — that capability matches the stated purpose. However, the registry metadata declares no required environment variables or primary credential while the README and the script both require a TAVILY_API_KEY. The missing declared credential in metadata is an inconsistency.
Instruction Scope
SKILL.md and scripts only instruct the agent/user to call the Tavily API via the @tavily/core client, install that npm package, and set TAVILY_API_KEY. There are no instructions to read unrelated files, other env vars, or to send data to endpoints other than Tavily. The runtime script prints results to stdout (which may leak scraped content if run in shared environments).
Install Mechanism
No install spec is included for the skill bundle itself (instruction-only), but package.json lists @tavily/core as a dependency and SKILL.md instructs npm install @tavily/core. This is a normal, low-risk npm dependency pattern. There are no downloads from arbitrary URLs or archive extraction steps in the skill files.
Credentials
The code and SKILL.md require a TAVILY_API_KEY to function — that credential is proportionate to a web-search/crawl integration. However, the skill metadata does not list any required env vars nor a primary credential. That mismatch is problematic because automated permission or disclosure checks will not surface the need for an API key; the user may be unaware that secrets will be used by the skill.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It does not attempt to modify other skills or system-wide settings. It runs as a normal, user-invoked script or via the Tavily client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mdgs-tavily-search-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/mdgs-tavily-search-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
# 更新日志
## 开发者: 码道公社
## [1.0.0] - 2026-03-12
### Added
- 初始版本发布
- 支持 5 种 Tavily API 模式:
- 搜索 (search)
- 提取 (extract)
- 抓取 (crawl)
- 映射 (map)
- 研究 (research)
- 提供命令行脚本
- API Key 错误提示
- AI 自动选择模式
元数据
常见问题
mdgs-tavily-search-skill 是什么?
使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 362 次。
如何安装 mdgs-tavily-search-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mdgs-tavily-search-skill」即可一键安装,无需额外配置。
mdgs-tavily-search-skill 是免费的吗?
是的,mdgs-tavily-search-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mdgs-tavily-search-skill 支持哪些平台?
mdgs-tavily-search-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mdgs-tavily-search-skill?
由 343195246(@343195246)开发并维护,当前版本 v1.0.0。
推荐 Skills