tavily-search-via-proxy

Query Tavily through an HTTP proxy at 127.0.0.1:7890.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/photonics-dhl/Hermes --skill tavily-search-via-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-search-via-proxy
Source: https://github.com/photonics-dhl/Hermes/tree/main/hermes-home/skills/mlops/tavily-search
Command: npx skills add https://github.com/photonics-dhl/Hermes --skill tavily-search-via-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

服务器网络受限时,无法直接访问 Tavily API,需要通过本地代理实现网络访问,以确保搜索能力可用。

Core Features & Use Cases

  • 通过 HTTP 代理调用 Tavily API 进行快速云端搜索。
  • 支持自定义查询、返回结果聚合与日志追踪。
  • 使用场景包括在需要穿透公司网络的服务器环境中执行技术资料检索与学术研究。

Quick Start

通过本地代理发送 Tavily 搜索请求并输出结果。

Frequently Asked Questions about tavily-search-via-proxy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call the Tavily API through an HTTP proxy on a restricted server network?

To call the Tavily API through an HTTP proxy on a restricted server network, you route your search requests via a local proxy at 127.0.0.1:7890 using Python, mcporter, or curl to bypass outbound network restrictions.

Can I use curl to search Tavily via a local proxy?

Yes, you can use curl to search Tavily via a local proxy by configuring the command-line tool to route your API key authenticated requests through the local HTTP proxy.

What do I need to set up before querying Tavily through a proxy?

Before querying Tavily through a proxy, you need a valid Tavily API key, a running local HTTP proxy at 127.0.0.1:7890, and a client script or command-line tool to send the search request.

Why does my Tavily API search fail on a server with outbound network restrictions?

Your Tavily API search fails on a server with outbound network restrictions because direct external API access is blocked, requiring you to tunnel requests through a local HTTP proxy.

What is the best way to perform a web search on a restricted corporate network?

The best way to perform a web search on a restricted corporate network is to query Tavily through a local HTTP proxy, which ensures outbound search requests successfully bypass server network limitations.

Does the Tavily proxy search approach support Python and command-line tools?

Yes, the Tavily proxy search approach supports Python, mcporter, and curl, allowing you to choose your preferred deployment method to send search requests through the local proxy.