← Back to Skills Marketplace
362
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mdgs-tavily-search-skill
Description
使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mdgs-tavily-search-skill - After installation, invoke the skill by name or use
/mdgs-tavily-search-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
# 更新日志
## 开发者: 码道公社
## [1.0.0] - 2026-03-12
### Added
- 初始版本发布
- 支持 5 种 Tavily API 模式:
- 搜索 (search)
- 提取 (extract)
- 抓取 (crawl)
- 映射 (map)
- 研究 (research)
- 提供命令行脚本
- API Key 错误提示
- AI 自动选择模式
Metadata
Frequently Asked Questions
What is mdgs-tavily-search-skill?
使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.
How do I install mdgs-tavily-search-skill?
Run "/install mdgs-tavily-search-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mdgs-tavily-search-skill free?
Yes, mdgs-tavily-search-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mdgs-tavily-search-skill support?
mdgs-tavily-search-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mdgs-tavily-search-skill?
It is built and maintained by 343195246 (@343195246); the current version is v1.0.0.
More Skills