Proxy Web Fetch

Fetch web page content through configured HTTP or HTTPS proxy environment variables.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill proxy-web-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Proxy Web Fetch
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/armory/proxy-web-fetch
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill proxy-web-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill allows you to fetch the content of a specified URL, with the added capability of automatically routing the request through a proxy server if environment variables are configured.

Core Features & Use Cases

  • URL Content Fetching: Retrieves the HTML content of any given web address.
  • Automatic Proxy Detection: Seamlessly uses HTTPS_PROXY or HTTP_PROXY environment variables for requests.
  • Use Case: Accessing a website that is geo-restricted or requires a specific network path by leveraging a pre-configured proxy.

Quick Start

Fetch the content of https://example.com using the fetch command.

Frequently Asked Questions about Proxy Web Fetch

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

FAQPage Schema
How do I fetch web content through a proxy server?

This skill fetches web page content from a specified URL and automatically routes requests through configured HTTPS_PROXY or HTTP_PROXY environment variables to access external web resources.

Can I use HTTP_PROXY environment variables to retrieve external web resources?

Yes, you can use HTTP_PROXY or HTTPS_PROXY environment variables to retrieve external web resources. The skill automatically detects these settings and ensures requests are routed correctly based on your system proxy configuration.

How does automatic proxy detection work when fetching a URL?

Automatic proxy detection works by checking for HTTPS_PROXY and HTTP_PROXY environment variables before fetching a URL. If configured, the request is seamlessly routed through the specified proxy server to retrieve the web page content.

What is the best way to access geo-restricted websites using a pre-configured proxy?

The best way to access geo-restricted websites is to fetch their URLs using this skill, which leverages your pre-configured proxy environment variables to ensure network requests follow the required specific network path.

Do I need to manually configure proxy settings in the script to fetch web pages?

No, you do not need to manually configure proxy settings in the script. The skill automatically detects and utilizes your system's HTTP_PROXY or HTTPS_PROXY environment variables to fetch web pages.

Why does my network request fail to fetch external web content in a restricted environment?

Your network request might fail if the required HTTPS_PROXY or HTTP_PROXY environment variables are not configured. This skill needs those variables set to properly route requests and fetch external web content through a proxy.