Web Fetch

Fetch web pages and convert them into cached Markdown files.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill web-fetch-pthahnix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Web Fetch
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/sop/web-fetch
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill web-fetch-pthahnix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch web pages and convert them into Markdown while caching locally for offline access and consistent archival records.

Core Features & Use Cases

  • Convert any web page to Markdown and store it with its metadata for easy retrieval.
  • Cache the resulting Markdown locally to enable fast offline access and reproducibility.
  • Support optional page labeling with a title for clear organization in references.

Quick Start

Fetch the given URL and save the page as cached Markdown with an optional title.

Frequently Asked Questions about Web Fetch

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

FAQPage Schema
How do I save web pages as markdown for offline access?

You can convert web pages to markdown by providing a URL to this skill, which fetches the content, formats it as markdown, and saves it locally. The process returns a metadata object containing the url, markdownPath, and optional title for your research or archival needs.

Can I fetch a web page and cache it locally to avoid re-fetching?

Yes, this skill caches converted markdown locally to avoid re-fetching the same web page. By storing the markdown file and its metadata on your system, it enables quick offline access and ensures consistent formatting for archival without repeated network requests.

How do I organize archived web pages with a custom title?

To organize archived web pages with a custom title, you can pass an optional title parameter when fetching the URL. The skill includes this label in the returned metadata object alongside the url and markdownPath, helping you maintain clear organization in references and knowledge bases.

Does web to markdown conversion require any external dependencies?

No external dependencies are required for this web to markdown conversion. The skill functions independently to fetch URLs and cache the resulting markdown locally, providing a self-contained solution for offline access and archival tasks.

What is the best way to archive web pages for research workflows?

The best way to archive web pages for research workflows is to convert them into markdown and cache them locally. This approach guarantees offline access and consistent formatting, returning a metadata object with the file path for easy retrieval and reproducibility.