web-fetch

Installation
SKILL.md

Web Fetch

Makes HTTP requests and returns response content.

Usage

python ~/.copilot/skills/web-fetch/web_fetch.py <url> [options]

Options

Option Description Default
--method HTTP method: GET, POST, PUT, DELETE, PATCH, HEAD GET
-H Add header (repeatable) -
--data JSON body for POST/PUT -
--timeout Request timeout in seconds 30
--pretty Format JSON output nicely false
Installs
Repository
smithery/ai
First Seen
web-fetch — smithery/ai