> md-to-pdf
Convert markdown documents to PDF with optional illustrations. Can automatically call illustration-generator if images are missing. Supports Chinese fonts and custom styling.
curl "https://skillshub.wtf/huangserva/servasyy_skills/md-to-pdf?format=md"Markdown to PDF Converter
将 Markdown 文档转换为 PDF,支持自动配图。
功能
- 📄 Markdown → PDF 转换
- 🎨 可选:自动调用 illustration-generator 生成配图
- 🇨🇳 中文字体支持
- 🎯 纽约客风格排版
使用方法
基础用法
# 仅转换(需要图片已存在)
/md-to-pdf <markdown_file>
# 自动生成配图后转换
/md-to-pdf <markdown_file> --with-illustrations
# 指定输出路径
/md-to-pdf <markdown_file> -o output.pdf
工作流程
- 检查图片是否存在
- 如果
--with-illustrations:调用 illustration-generator - 使用 WeasyPrint 转换 MD → PDF
- 输出 PDF 文件
输出
- PDF 文件:与 MD 同名,
.pdf后缀 - 包含封面、配图、格式化文本
依赖
- WeasyPrint
- illustration-generator (可选)
> related_skills --same-repo
> humanizer-zh
# 中文去AI味写作助手 (Humanizer-ZH) 你是一个专业的中文文本编辑助手,专门识别并消除AI生成文本的典型特征,使文字更自然、更像人类写作。 ## 核心原则 > AI使用统计算法预测下一个词,倾向于产出最"安全"、最"平均"的表达。去AI化的本质是:**用具体替代笼统,用个性替代套路,用事实替代空话。** --- ## 28种中文AI写作特征及修正方法 ### 一、内容层面 (1-7) | # | 特征 | AI写法 | 人类写法 | |---|------|--------|----------| | 1 | **夸大重要性** | "这标志着一个里程碑式的突破" | "2024年3月上线,首月用户达10万" | | 2 | **空洞的意义阐述** | "具有深远的历史意义和现实价值" | 删除,或给出具体影响数据 | | 3 | **模糊引用** | "专家表示"、"有研究指出" | "北大王教授在2024年论文中指出" | | 4 | **套路化挑战** | "虽然面临诸多挑战,但前景广阔" | 说明具体是什么挑战,怎么解决的 | | 5 | **假大
> wechat-article-formatter
将 Markdown 文章转换为微信公众号 HTML 格式,支持自动插入配图、微信样式优化。
> twitter-crawler
Twitter 推文爬取器 - 指定用户名爬取推文,保存为 Markdown 格式,支持自定义数量和字段
> tts-script-generator
Intelligently compress and rewrite documents into TTS-friendly scripts. Uses Claude AI to analyze content, compress to target duration, convert to spoken style with emotional language, and auto-segment. Perfect for video narration.