markdown-new for Openclaw

Transform public web content into clean, LLM-ready Markdown for efficient AI data ingestion and processing.

joelchance
v1.0.0
Feb 20, 2026
41
19k
37

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install markdown-convert

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install markdown-convert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is markdown-new?

The markdown-new skill provides a robust bridge between the raw web and AI-native workflows. By integrating with the markdown.new service, this Openclaw Skills extension enables developers to convert complex, JavaScript-heavy web pages into structured Markdown text. This process is essential for reducing token costs in large language model prompts and improving the accuracy of Retrieval-Augmented Generation (RAG) systems by stripping away unnecessary HTML noise and boilerplate.

Built for speed and flexibility, the skill handles everything from simple blog posts to complex single-page applications. It provides fine-grained control over rendering methods, allowing developers to choose between standard conversion, AI-enhanced extraction, or full headless browser rendering. This ensures that the resulting data is always high-quality and ready for immediate use in Openclaw Skills automation pipelines.

markdown-new Use Cases

  • Preparing web documentation for ingestion into local vector databases and RAG pipelines.
  • Automating the summarization of industry news and technical articles for research agents.
  • Reducing token usage for LLM prompts by converting bloated HTML to dense Markdown.
  • Scraping content from JS-rendered websites that standard crawlers often fail to capture.

How markdown-new Works

  1. The user provides a public URL to be processed by the skill via the command line or script.
  2. The system validates the URL and determines the best conversion method, starting with the default auto setting.
  3. If JavaScript rendering is required for the content to appear, the skill re-runs using the browser method for a full headless render.
  4. Optional parameters like image retention are applied based on whether visual context is needed for the AI task.
  5. The skill fetches the content and returns a standardized Markdown output along with critical metadata like token counts and rate limit status.

markdown-new Setup

To get started with this Openclaw Skills extension, ensure you have Python 3 installed and navigate to the skill directory to execute the fetcher.

# Navigate to the skill root to ensure proper path resolution
cd ~/.codex/skills/markdown-new

# Test a basic fetch to verify the installation and connectivity
python3 scripts/markdown_new_fetch.py 'https://example.com'

markdown-new Data Schema & Taxonomy

The skill organizes its output into clean Markdown files and captures response metadata to assist in planning downstream AI tasks.

Attribute Description
x-markdown-tokens Provides an estimate of the tokens used, helping manage AI context windows.
x-rate-limit-remaining Tracks daily API usage (500 requests/day) to prevent workflow interruptions.
method Indicates whether auto, ai, or browser rendering was utilized for the conversion.
--deliver-md Wraps content in custom XML-style tags for structured parsing by coding agents.

markdown-new Advanced Features

  • Multi-method rendering logic (auto, ai, or browser) to optimize for speed, extraction quality, or JS rendering.
  • Intelligent rate limit tracking with 429 error handling to ensure stable Openclaw Skills operations.
  • Automated filename generation from target URLs to simplify file management in large-scale scraping tasks.
  • Support for POST mode API integration for secure and highly customizable automation scripts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*