markdown-convertConvert public web pages into clean Markdown with markdown.new for AI workflows. Use when tasks require URL-to-Markdown conversion for summarization, RAG ing...
Install via ClawdBot CLI:
clawdbot install joelchance/markdown-convertUse this skill to convert public URLs into LLM-ready Markdown via markdown.new.
scripts/... and references/... from the skill directory, not workspace root.python3 ~/.codex/skills/markdown-new/scripts/markdown_new_fetch.py 'https://example.com'
cd ~/.codex/skills/markdown-new
python3 scripts/markdown_new_fetch.py 'https://example.com'
Avoid this pattern from an arbitrary workspace root:
python3 scripts/markdown_new_fetch.py 'https://example.com'
http or https.scripts/markdown_new_fetch.py with --method auto first.--method browser if output misses JS-rendered content.--retain-images only when image links are required.x-markdown-tokens, x-rate-limit-remaining, and JSON metadata when present) for downstream planning.Commands below assume current directory is the skill root (~/.codex/skills/markdown-new).
python3 scripts/markdown_new_fetch.py 'https://example.com' > page.md
python3 scripts/markdown_new_fetch.py 'https://example.com' --method browser --retain-images --output page.md
python3 scripts/markdown_new_fetch.py 'https://example.com' --deliver-md
auto: default. Let markdown.new use its fastest successful pipeline.ai: force Workers AI HTML-to-Markdown conversion.browser: force headless browser rendering for JS-heavy pages.Use auto first, then retry with browser only when needed.
--deliver-md to force file output in .md format....markdown...--output is omitted, the script auto-generates a filename from the URL.https://markdown.new/https://example.com?method=browser&retain_images=truePOST https://markdown.new/{"url":"https://example.com","method":"auto","retain_images":false}Prefer POST mode for automation and explicit parameters.
429 as rate limiting (documented limit: 500 requests/day/IP).robots.txt, terms of service, and copyright constraints.references/markdown-new-api.mdGenerated Feb 23, 2026
News aggregators can use this skill to convert articles from various publishers into clean Markdown, enabling efficient summarization by AI models for daily briefings. It helps in standardizing content formats and reducing token usage for processing large volumes of news feeds.
Legal research platforms can convert court documents and legal articles from public URLs into Markdown for ingestion into retrieval-augmented generation (RAG) systems. This facilitates accurate querying and analysis of legal precedents while handling JavaScript-heavy pages with the browser method.
E-learning platforms can archive public educational web pages, such as tutorials and research papers, into Markdown for long-term storage and offline access. The skill ensures content preservation with image retention options and handles conversion failures for reliable archiving workflows.
Market intelligence firms can extract structured data from competitor websites and industry reports by converting them to Markdown for AI-driven analysis. Using the auto and browser methods ensures comprehensive extraction of dynamic content for insights on trends and pricing.
AI developers can use this skill to convert web content into Markdown to reduce token counts when training chatbots on diverse datasets. This optimizes model efficiency by cleaning HTML clutter and enabling selective image retention for visual context.
Offer a subscription-based service where content teams pay monthly for high-volume URL-to-Markdown conversions with priority support and advanced features like batch processing. Revenue is generated through tiered plans based on usage limits and conversion speeds.
License the skill's API to enterprises for embedding into their internal tools, such as document management systems or AI platforms, with custom SLAs and dedicated infrastructure. Revenue comes from annual licensing fees and pay-per-use charges for exceeding base quotas.
Provide a free tier with basic conversion limits (e.g., 100 requests/day) to attract individual users and small teams, then upsell premium features like browser method access, image retention, and higher rate limits. Revenue is driven by upgrades and add-on services.
๐ฌ Integration Tip
Always start with the auto method for efficiency and switch to browser only if content is missing; use POST mode for automation to ensure parameter consistency and error handling.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
็จ MinerU API ่งฃๆ PDF/Word/PPT/ๅพ็ไธบ Markdown๏ผๆฏๆๅ ฌๅผใ่กจๆ ผใOCRใ้็จไบ่ฎบๆ่งฃๆใๆๆกฃๆๅใ
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.