web-browse
Installation
SKILL.md
Web Browse
Fetch web pages and extract readable text content.
Quick fetch (raw HTML)
curl -sL "https://example.com" | head -200
Fetch web pages and extract readable text content.
curl -sL "https://example.com" | head -200