Quick web scraping when you need clean article content without wrestling with BeautifulSoup or parsing HTML yourself. Point it at a URL and get back the title, main content as HTML, plain text, and publication time if available. Works through the z-ai-web-dev-sdk's page_reader function, which handles the extraction automatically. The CLI option is handy for one-off scrapes or testing URLs before you write any code. Backend only, obviously. Good for building news aggregators, content archives, or anything that needs to pull text from web pages programmatically. Caches results if you're hitting the same URLs repeatedly.
npx skills add https://github.com/answerzhao/agent-skills --skill web-reader