markdown-fetch

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

7 stars

Best use case

markdown-fetch is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

Teams using markdown-fetch should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/markdown-fetch/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/howtimeschange/markdown-fetch/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/markdown-fetch/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How markdown-fetch Compares

Feature / Agentmarkdown-fetchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# markdown-fetch

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

## Install

```
npx clawhub@latest install markdown-fetch
```

Related Skills

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

url-fetcher

7
from Demerzels-lab/elsamultiskillagent

Simple web content fetching without API keys or external dependencies.

markdown-to-social

7
from Demerzels-lab/elsamultiskillagent

Convert markdown articles/text into platform-optimized social media posts.

x-tweet-fetcher

7
from Demerzels-lab/elsamultiskillagent

Fetch tweets from X/Twitter without login or API keys.

feishu_file_fetch

7
from Demerzels-lab/elsamultiskillagent

Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.

scrapling-fetcher

7
from Demerzels-lab/elsamultiskillagent

Web scraping using Scrapling — a Python framework with anti-bot bypass (Cloudflare Turnstile, fingerprint.

markdown-to-html

7
from Demerzels-lab/elsamultiskillagent

Convert Markdown text to beautifully styled, self-contained HTML with embedded CSS.

smart-fetch

7
from Demerzels-lab/elsamultiskillagent

Fetch web pages for LLM use with markdown-first negotiation, strict output limits, cache/revalidation, and robust.

markdown-exporter

7
from Demerzels-lab/elsamultiskillagent

Convert Markdown text to DOCX, PPTX, XLSX, PDF, PNG, HTML, IPYNB, MD, CSV, JSON, JSONL, XML files, and extract code.

paper-fetcher

7
from Demerzels-lab/elsamultiskillagent

Fetch academic papers from Sci-Hub given a DOI.

file-to-markdown

7
from Demerzels-lab/elsamultiskillagent

Convert files into **clean, structured, AI-ready Markdown** using the `markdown.new` API powered by **Cloudflare.

markdown-browser

7
from Demerzels-lab/elsamultiskillagent

Wrapper skill for OpenClaw web_fetch results.