felo-web-fetch

Fetch webpage content from a URL and convert it to HTML, Markdown, or plain text.

252|52|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/duotify/GitHubClawToolkit --skill felo-web-fetch-duotify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: felo-web-fetch
Source: https://github.com/duotify/GitHubClawToolkit/tree/main/templates/copilot-felo/.agents/skills/felo-web-fetch
Command: npx skills add https://github.com/duotify/GitHubClawToolkit --skill felo-web-fetch-duotify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Extract webpage content from a URL and convert it into clean HTML, Markdown, or plain text, enabling easy content reuse.

Core Features & Use Cases

  • Extract full webpage content or specific blocks using CSS selectors
  • Output as HTML, Markdown, or plain text with optional readability mode
  • Supports cookies, custom user-agent, and timeouts for robust fetches Use cases include archiving articles, content aggregation, and preparing summaries for downstream workflows.

Quick Start

Fetch the webpage content from a URL and return it in the requested format (HTML, Markdown, or plain text) with optional CSS selector targeting and readability options.

Frequently Asked Questions about felo-web-fetch

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

FAQPage Schema
How do I convert a webpage URL to clean Markdown or plain text?

To convert a webpage URL to Markdown or plain text, fetch the content and specify your desired output format. The tool extracts the webpage content and returns it as clean HTML, Markdown, or plain text for easy reuse.

Can I extract a specific content block from a URL using a CSS selector?

Yes, you can extract a specific content block from a URL using a CSS selector. By providing a target selector, the extraction targets only the chosen HTML element instead of the full webpage content.

What is readability mode when extracting web content?

Readability mode is an optional feature that extracts the main readable content from a webpage while stripping out clutter like navigation and ads. It provides cleaner text or Markdown output for articles and blog posts.

Do I need an API key to fetch webpage content?

Yes, you need a valid FELO_API_KEY to fetch webpage content. The tool operates by sending a POST request to the Felo Web Extract API, which requires this key for authentication and processing.

How do I handle web extraction for pages that require cookies or custom user-agents?

To handle web extraction for pages requiring cookies or custom user-agents, use the built-in controls for cookies, user-agent, and timeouts. These flags tailor the fetch request to ensure robust extraction from restricted or protected webpages.