一键导入
html-to-md
Convert HTML documents to clean Markdown via pandoc
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert HTML documents to clean Markdown via pandoc
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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.