一键导入
md2pdf
Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check for vulnerabilities with an audit command and raise a PR to fix them. Use when the user asks to "fix vulnerabilities", "fix vulns", "audit dependencies", or "fix security issues".
Update the ai-resources snapshot in the current repo to the latest version from GitHub. Use when the user asks to "update ai-resources", "pull latest ai-resources", or "refresh ai-resources".
Link all skills from the ai-resources directory into .claude/skills/. Use when the user asks to "link skills", "set up skills from ai-resources", or "link to all skills in the ai-resources directory".
| name | md2pdf |
| description | Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf. |
| argument-hint | <input.md> |
| allowed-tools | Bash |
Convert a Markdown file to PDF using npx md-to-pdf with the config bundled in this skill directory.
The user invoked this with: $ARGUMENTS
$ARGUMENTS. If a relative path is given, resolve it relative to the current working directory.zsh -i -c "npx puppeteer browsers install chrome"
md-to-pdf.config.js.zsh -i -c "npx md-to-pdf --config-file '<skill-dir>/md-to-pdf.config.js' <input-file>"
.pdf extension).Generated: <timestamp>, a centre-aligned filename, and a right-aligned Page X of Y.zsh -i -c "..." wrapper ensures the correct Node version from .nvmrc is active.