wget
Installation
SKILL.md
wget
Retrieve files and site content non-interactively with controlled local writes.
Quick Start
- Verify
wgetis available:wget --version - Establish the command surface:
wget --helporman wget - Start with a read-only check:
wget --spider https://example.com/file.tar.gz
Intent Router
Load only the reference file needed for the active request.
references/install-and-setup.md— Installing wget and verifying runtime behaviorreferences/cheatsheet.md— Common download flags, naming, resume, timestamping, and rate controlreferences/advanced-usage.md— Recursive download, mirroring, accept and reject patterns, domain limits, and politeness controlsreferences/troubleshooting.md— Permission failures, partial downloads, TLS, auth, cookies, and runaway recursion recovery