fetching-and-converting-urls

Convert live URLs into Markdown with preprocessing and JSON output.

26|2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/xberg-io/plugins --skill fetching-and-converting-urls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetching-and-converting-urls
Source: https://github.com/xberg-io/plugins/tree/main/plugins/html-to-markdown/.cursor-plugin/skills/fetching-and-converting-urls
Command: npx skills add https://github.com/xberg-io/plugins --skill fetching-and-converting-urls

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The need to convert live URLs into Markdown for use in documentation or direct consumption.

Core Features & Use Cases

  • Single URL Conversion: Converts any live URL into Markdown content.
  • Custom User-Agent Support: Allows the use of a custom user-agent string to mimic different browser environments.
  • Preprocessing Options: Offers preprocessing to handle noisy pages with options like removing navigation, ads, and forms.
  • JSON Output: Provides a JSON shape output for the full conversion result, useful for automation and detailed information.
  • Use Case: Quick conversion of web pages to Markdown format for documentation purposes.

Quick Start

Fetch and convert a URL to Markdown:

html-to-markdown --url https://example.com

Frequently Asked Questions about fetching-and-converting-urls

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

FAQPage Schema
How do I convert a live web URL to Markdown?

To convert a live web URL to Markdown, you can execute the script by passing the target link. The tool fetches the web page content and translates the HTML structure into clean Markdown format.

Can I remove ads and navigation menus before converting HTML to Markdown?

Yes, you can remove ads and navigation menus before converting HTML to Markdown by using the preprocessing options. This feature strips out noisy page elements like forms and navigation to ensure a clean document output.

Does the URL to Markdown conversion support custom user-agent strings?

Yes, the URL to Markdown conversion supports custom user-agent strings. This allows you to mimic different browser environments during the web content fetching process to bypass access restrictions or test server responses.

What is the JSON output format used for when converting web content to Markdown?

The JSON output format provides a structured shape for the full web content to Markdown conversion result. It is useful for automation workflows and detailed information extraction where you need programmatic access to the converted data.

Is there a way to automate web content aggregation into Markdown for documentation?

Automating web content aggregation into Markdown for documentation is supported by providing a JSON shape output for the full conversion result. This allows you to programmatically fetch multiple URLs and pipe the results into your document preparation workflows.