com um clique
html-to-md
Convert HTML documents to clean Markdown via pandoc
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Convert HTML documents to clean Markdown via pandoc
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.
Detect, create, and manage the AI-Memory fleet communication channel. Fires on bootstrap, session start (announcements), and feedback writes.
Generate on-brand Alex — ACT Edition SVG banners for documents (READMEs, plans, notes, release artifacts)
Patterns for fiction, narrative structure, character development, dialogue, and storytelling craft.
Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
Baseado na classificação ocupacional SOC
| type | skill |
| lifecycle | stable |
| name | html-to-md |
| description | Convert HTML documents to clean Markdown via pandoc |
| tier | standard |
| applyTo | **/*html-to-md*,**/*.html |
| muscle | .github/muscles/html-to-md.cjs |
| inheritance | inheritable |
| currency | "2026-04-30T00:00:00.000Z" |
| lastReviewed | "2026-04-30T00:00:00.000Z" |
Convert HTML documents to clean Markdown. Strips inline styles, scripts, and tracking pixels while preserving semantic structure.
node .github/muscles/html-to-md.cjs page.html page.md
style attributes<script> and <style> blocks<div>/<span> wrappers (semantic content preserved)| Flag | Effect |
|---|---|
--download-images | Fetch referenced images to a local images/ folder |
--wrap N | Line wrap width (default: 80) |
<h1> tags; Markdown wants exactly one.