Fetch and read any web page as clean text. Use when you receive a URL and need to read its content — job postings, articles, documentation, etc. Extracts readable text using Mozilla Readability with multiple fallback strategies.
Read any web page and extract clean text content.
node skills/web-reader/scripts/readpage.mjs "https://example.com/job-posting"
Options:
--max-chars N — Limit output length (default: 50000)Some sites require JavaScript or login. If the script fails, tell the user:
"I couldn't read that page — could you paste the job description text here?"
Do NOT proceed to create a resume without reading the job description first.