# Web Fetch Tool

> Fetch content from URLs - web pages, APIs, and online resources

- Skill: `foxl-ai/web-fetch-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foxl-ai/web-fetch-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foxl-ai/web-fetch-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: foxl-ai (https://skillmd.com/u/foxl-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foxl-ai/web-fetch-tool

---


# Web Fetch Tool Skill

Provides the `web_fetch` tool for HTTP requests.

## Provided Tool
- `web_fetch` - Fetch content from URLs with configurable options

## When to use
- User needs to fetch web page content
- User wants to call REST APIs
- User needs to download or check online resources

## Features
- Supports GET requests
- Domain filtering (whitelist/blacklist) for security
- Configurable timeout
- Content extraction from HTML

