wget-reader

Installation
SKILL.md

Wget URL Reader

Overview

Fetches content from URLs using wget command-line tool. Supports downloading files, reading web pages, and retrieving API responses.

Instructions

  1. When user provides a URL to read or fetch:

    • Validate the URL format
    • Use wget with appropriate flags based on content type
  2. For reading content to stdout (display):

    wget -qO- "<URL>"
    
Installs
20
GitHub Stars
3
First Seen
Feb 1, 2026
wget-reader — beshkenadze/claude-skills-marketplace