markdown-new

Convert public URLs, files, and web sections into Markdown format.

37|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/jpcaparas/skills --skill markdown-new-jpcaparas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-new
Source: https://github.com/jpcaparas/skills/tree/main/skills/markdown-new
Command: npx skills add https://github.com/jpcaparas/skills --skill markdown-new-jpcaparas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a streamlined process for converting public URLs, files, and web sections into Markdown, making it easier to create documentation, reports, and shareable content.

Core Features & Use Cases

  • URL Conversion: Convert web pages into clean Markdown.
  • File Conversion: Convert PDFs, CSVs, and other files into Markdown.
  • Crawl and Convert: Crawl multiple pages from a site and convert them into a single Markdown document.
  • Hosted Editor: Use the hosted Markdown editor for live editing and previewing.
  • Use Case: If you need to convert a long documentation page from a website into Markdown, this Skill can automatically crawl the page and generate a Markdown file.

Quick Start

Use the markdown-new skill to convert the webpage 'https://example.com' into Markdown.

Frequently Asked Questions about markdown-new

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

FAQPage Schema
How do I convert a web page to Markdown?

To convert a web page to Markdown, you provide the public URL to the tool, which fetches the HTML content and transforms the page into clean Markdown format for documentation or sharing.

Can I convert a PDF file into Markdown?

Yes, you can convert a PDF file into Markdown. The tool processes file uploads, extracting text and structural content to generate a Markdown document from the PDF.

How do I crawl multiple pages from a website into a single Markdown document?

You crawl multiple pages into a single Markdown document by initiating a crawl job for web sections. The tool fetches the specified site pages and combines the converted content into one Markdown file.

Do I need curl to convert URLs to Markdown?

Yes, you need curl installed. The tool requires curl to execute API requests for fetching public URLs and processing file conversions into Markdown format.

What is the best way to convert web sections into shareable Markdown?

The best way to convert web sections into shareable Markdown is using the tool's hosted editor. It handles page conversion and provides live editing and previewing of the generated Markdown content.