One-click install
npx skills add https://github.com/calvingit/skills --skill url-to-markdown-calvingit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: url-to-markdown
Source: https://github.com/calvingit/skills/tree/main/skills/url-to-markdown
Command: npx skills add https://github.com/calvingit/skills --skill url-to-markdown-calvingit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts public web URLs into local Markdown files to enable offline reading, summarization, translation, archiving, and downstream processing.

Core Features & Use Cases

  • Fetches and converts one or more URLs to Markdown using multiple fallback services to ensure success.
  • Outputs a local .md file at a specified or auto-generated path for easy integration into workflows.
  • Useful for archiving articles, translating content, or feeding AI agents with clean, machine-readable content.

Quick Start

Run the fetch_markdown.sh script with a public URL and an optional output path to generate a local Markdown file.

Frequently Asked Questions about url-to-markdown

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

FAQPage Schema
How do I convert web page URLs to Markdown for offline reading and archiving?

You can convert web pages to Markdown by fetching public URLs through a script that uses multiple fallback services to ensure success, then saves the validated output as a local .md file for offline reading or archiving.

Can I fetch multiple URLs at once and save them as local Markdown files?

Yes, you can fetch and convert multiple URLs to Markdown in a single run. The script processes batch URLs, validates non-empty output, and creates local .md files at auto-generated or user-specified paths for downstream processing.

What is the best way to extract clean web content for AI agent processing?

The best way to extract clean web content for AI agents is converting public URLs into local Markdown files. This provides persistent, machine-readable text that simplifies summarization, translation, and feeding content to downstream algorithms.

Does the URL to Markdown conversion work if the primary fetch service fails?

Yes, URL to Markdown conversion works even if the primary fetch service fails. The script applies a resilient fetch workflow across multiple fallback services to ensure successful web content capture and non-empty output validation.

Do I need any external dependencies to save web content as Markdown?

No external dependencies are required to save web content as Markdown. You simply run the shell script with a public URL and an optional output path to generate the local .md file for your workflow.