What problem does it solve? Gathering relevant information from web pages, blogs, news, and official documentation often means sifting through full articles, ads, and unrelated content. This Skill fetches only the information matching your specified viewpoint and returns it as a compact, structured summary, without touching any files or mixing in classification work. ## Core Features & Use Cases - Targeted Web Retrieval: Accepts a URL or search keywords plus a time range, viewpoint, and exclusion conditions, then uses WebFetch and WebSearch to pull only relevant content. - Primary-Source Priority: Prefers official documentation, release notes, and official blogs over secondary summaries, deduplicating overlapping pages. - Structured Output: Returns results in a consistent Markdown table with date, source, author, summary, link, and relevance, ready for downstream classification by other skills. - Graceful Failure Reporting: When content is inaccessible (login required, paywalled, unreadable page structure), it returns a clear reason and next steps instead of failing silently. - Use Case: Ask it to gather the latest release notes and known issues for a tool from its official docs over the past month, and receive a compact table of findings with links. ## Quick Start Use the fetch-web-materials skill to collect information about the latest API changes from the official documentation site, focusing on breaking changes from the last 30 days.