fetch-web-materials

Extracts and summarizes information from web pages, blogs, and official documentation using WebFetch and WebSearch.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill fetch-web-materials-dodonki1223
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fetch-web-materials
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/fetch-web-materials
Command: npx skills add https://github.com/dodonki1223/vault --skill fetch-web-materials-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about fetch-web-materials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch information from a web page with an AI agent?▼

Provide the target URL, a time range, the viewpoint you care about, and any exclusion conditions. The skill uses WebFetch to retrieve the page and extracts only content matching your viewpoint, returning a compact Markdown table with sources and links.

How to search the web and summarize results without a specific URL?▼

Pass keywords or a topic instead of a URL. The skill runs WebSearch to find candidates, then uses WebFetch to dig into only the results matching your stated viewpoint, prioritizing official documentation and release notes over secondary articles.

Can this skill access login-required or paywalled pages?▼

No. Pages requiring login, paid membership, or internal VPN access are reported as inaccessible, and the skill never performs proxy logins or requests credentials. Authentication remains a user action, after which the same target can be retried.

When should I use a dedicated fetch skill instead of web fetching?▼

For sources like GitHub, Notion, Linear, Slack, Google Meet, or Google Sheets, dedicated fetch skills are preferred because they handle those connectors directly. The web skill flags such targets and defers to the dedicated skill unless you explicitly request web-based retrieval.

Does web fetching modify files or classify the collected information?▼

No. The skill only retrieves and lightly filters information. It does not edit files or classify results into categories like facts or open questions; that classification is delegated to a downstream skill such as classify-fetched-materials.