π¦ ClawHub
markdown-extract
by @aviclaw
Extract clean markdown from any URL using auto, AI, or browser methods via the markdown.new API with error handling and flexible extraction options.
TERMINAL
clawhub install markdown-extractπ About This Skill
markdown-extract Skill
Extract clean markdown from any URL using the markdown.new API.
Description
This skill converts web pages to clean markdown format using the markdown.new API. It supports multiple extraction methods and handles errors gracefully.
Usage
!markdown-extract [method]
Arguments
url (required): The URL to extract markdown frommethod (optional): Extraction method - auto, ai, or browser. Default: autoExamples
# Extract using default method (auto)
!markdown-extract https://example.comExtract using AI method
!markdown-extract https://example.com aiExtract using browser method
!markdown-extract https://example.com browser
API
https://markdown.new/ - Returns clean markdown (auto method){url: "...", method: "browser|ai"} - Specific extraction methodMethods
Accept: text/markdown header (fastest, default)toMarkdown() conversionError Handling
π‘ Examples
# Extract using default method (auto)
!markdown-extract https://example.comExtract using AI method
!markdown-extract https://example.com aiExtract using browser method
!markdown-extract https://example.com browser