Markdown New Skill — DevOps skill for Claude Code
Single-skill repository for markdown-new - official Cloudflare URL-to-Markdown service (markdown.new) converted into a skill.
How to install Markdown New Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open DenisSergeevitch/markdown-new-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Markdown New Skill does
Single-skill repository for markdown-new - official Cloudflare URL-to-Markdown service (markdown.new) converted into a skill.
Alternatives in DevOps
- Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
- Claude Code GitHub Actions — by Anthropic - Official GitHub Actions integration for Claude Code with examples and documentation for automat 6.4k ★
- Azure Service Bus .net — Enterprise messaging with queues and topics 1.8k ★
README
Markdown.new Skill
Single-skill repository for `markdown-new` - official Cloudflare URL-to-Markdown service ([markdown.new](https://markdown.new/)) converted into a skill.
Skill entrypoint:
markdown-new/SKILL.md
TL;DR
- Convert public URLs to clean Markdown via
markdown.new. - Supports method selection:
auto,ai,browser. - Supports standard output, file output, and wrapped delivery mode.
What This Means
Method selection (`--method`)
auto: use the fastest successful conversion path. Start here for most URLs.ai: prefer the Workers AI conversion path.browser: force browser rendering for JS-heavy pages where plain fetch may miss content.
Output modes
- standard output: print markdown directly to terminal/stdout (good for pipes).
- file output:
--outputwrites markdown to a file. - wrapped delivery mode:
--deliver-mdwrites markdown wrapped in pseudo-XML tags, which is useful for reasoning LLMs on long reads and reduces format confusion:
...markdown...
If `--deliver-md` is used and `--output` is omitted, a `.md` filename is auto-generated from the URL.
How It Works
- Validate that the provided URL is a public
http/httpsURL. - Send a
POST https://markdown.new/request withurl,method, andretain_images. - Accept either response shape: raw markdown (
text/markdown) or JSON payload with markdown incontent. - Normalize response metadata (for example conversion method and timing).
- Emit markdown via stdout, file output, or wrapped delivery mode.
Install on macOS/Linux (single command)
Codex
git clone https://github.com/DenisSergeevitch/markdown-new-skill.git /tmp/markdown-new-skill && mkdir -p ~/.codex/skills && rm -rf ~/.codex/skills/markdown-new && cp -R /tmp/markdown-new-skill/markdown-new ~/.codex/skills/
Claude Code
git clone https://github.com/DenisSergeevitch/markdown-new-skill.git /tmp/markdown-new-skill && mkdir -p ~
Related Skills
Skill
Web extraction engine with antibot bypass. Scrape, crawl, extract, summarize, search, map, diff, monitor, rese
Sitemd
Build websites from Markdown via MCP. 22 tools for creating pages, generating content, configuring settings, r
Claude Code Nexus
Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streami
Pre Deploy 3gate
Use right before a production deploy or when you're about to claim work is "shipped". Runs the 3-gate verifica
Deepwiki Skill
AI agent skills for claude code that generates comprehensive wiki-style markdown document for codebase, with C
Forge CLI
Assemble, validate, and deploy markdown content across AI coding providers
Related Agents
Cursor Spec Reviewer
Use this agent when you need to verify that converted Cursor rule files (.mdc) produced by Caruso strictly con
DevOps Triage
Triages a production error alert (service name, error sample, optional deploy sha) into a bounded root-cause v
Omd UX Researcher
Reads the resolved oh-my-design reference catalog, researches competing services, validates Tier-1 official de