Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
将 Markdown 文档转换为美观、舒适、结构清晰、可直接打开的 HTML 长篇报告。适用于把 .md 文件转成 HTML、统一研究报告/行业报告/调研文档版式、生成可离线分享的单文件网页报告、嵌入或校验本地图片、修复 Markdown 表格分隔符导致的错列问题,或优化已有 HTML 报告的阅读留白、图片呈现、目录导航、表格响应式和打印样式。
生成“长篇研究报告阅读版”HTML:正文舒展、图片自然插入、表格清晰、目录可用、可离线打开。优先保持内容可信和阅读舒服,不做营销页、不做炫技页面。
优先使用内置脚本生成稳定结果:
python3 /path/to/sn-md-to-html-report/scripts/render_report.py input.md output.html
常用参数:
--embed-images:将本地图片嵌入 HTML,适合单文件分享。默认开启。--no-embed-images:保留相对图片路径,适合文件夹整体发布。--with-js:加入阅读进度、目录高亮、返回顶部等轻量交互。--keep-inline-toc:保留 Markdown 正文中已有的目录;默认会移除正文目录,避免和侧边栏目录重复。--mermaid-source auto|cdn|local|none:渲染 Markdown 中的 Mermaid 代码块。默认 auto,检测到 ```mermaid 代码块时使用 CDN;local 会引用输出 HTML 同目录下的 mermaid.min.js;none 保留为普通代码块。--title-style comfortable:默认舒适报告模板。生成后运行图片检查:
python3 /path/to/sn-md-to-html-report/scripts/check_image_refs.py output.html
当输出使用 --embed-images 时,检查结果中的本地图片引用数通常为 0,这是正常的。
.html。| 修正为半角 |,避免表格错列。-、* 或数字编号列表但中间缺空行的常见写法,转换前补空行,让分点输出渲染为真正列表。## 目录 且内容是章节锚点列表,默认从正文中移除;侧边栏目录已经提供导航,正文目录会重复占空间。npx skills add OpenSenseNova/SenseNova-Skills --skill sn-md-to-html-reportHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.