web-fetch

star 67

Fetch a web page and extract readable text content. Use when user needs to retrieve or read a web page.

telagod By telagod schedule Updated 2/15/2026

name: web-fetch description: Fetch a web page and extract readable text content. Use when user needs to retrieve or read a web page.

web-fetch

Fetch a web page and extract readable text content.

Usage

{baseDir}/fetch.js <url> [--raw]
  • <url> — URL to fetch
  • --raw — Output raw HTML instead of extracted text

Examples

{baseDir}/fetch.js https://example.com
{baseDir}/fetch.js https://example.com --raw
Install via CLI
npx skills add https://github.com/telagod/pi-agent-colony --skill web-fetch
Repository Details
star Stars 67
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator