Install
openclaw skills install markdown-extractExtract clean markdown from any URL using auto, AI, or browser methods via the markdown.new API with error handling and flexible extraction options.
openclaw skills install markdown-extractExtract clean markdown from any URL using the markdown.new API.
This skill converts web pages to clean markdown format using the markdown.new API. It supports multiple extraction methods and handles errors gracefully.
!markdown-extract <url> [method]
url (required): The URL to extract markdown frommethod (optional): Extraction method - auto, ai, or browser. Default: auto# Extract using default method (auto)
!markdown-extract https://example.com
# Extract using AI method
!markdown-extract https://example.com ai
# Extract using browser method
!markdown-extract https://example.com browser
https://markdown.new/<url> - Returns clean markdown (auto method){url: "...", method: "browser|ai"} - Specific extraction methodAccept: text/markdown header (fastest, default)toMarkdown() conversion