在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build
星标18
分支5
更新时间2026年7月11日 07:57
スライドビルド - Marpスライドを `--no-stdin` 付きで HTML/PDF 出力する
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
スライドビルド - Marpスライドを `--no-stdin` 付きで HTML/PDF 出力する
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
スライドレビュー - Marpプレゼンテーションを聴衆起点・構成・容量・配色・視覚装飾・ファクト・表現の7観点で総合評価
構成チェック - プレゼンテーションの骨格(全体構成・目次整合・Why→What→How順序・繋ぎスライド)を評価する
ファクトチェック - スライド内の数値・引用・技術仕様・人名・年号の事実関係をWebSearch/WebFetchで検証
| name | build |
| description | スライドビルド - Marpスライドを `--no-stdin` 付きで HTML/PDF 出力する |
| argument-hint | <slide-file.md> |
| allowed-tools | Bash(npx *) Bash(rm *) Bash(ls *) Read Glob |
Marpスライドのビルドとプレビューを行います。
/build <ファイル名> でスライドをビルドします。
重要:
--no-stdin を付けないとstdin待ちでハングします。必ず付与してください。# 対象Markdownを確認
ls <slide-file.md>
rm -f <output.html>
npx marp <slide-file.md> --html --allow-local-files -o <output.html> --no-stdin
rm -f <output.pdf>
npx marp <slide-file.md> --pdf --allow-local-files -o <output.pdf> --no-stdin
rm -f <output.html> <output.pdf>
npx marp <slide-file.md> --html --allow-local-files -o <output.html> --no-stdin
npx marp <slide-file.md> --pdf --allow-local-files -o <output.pdf> --no-stdin
npx marp <slide-file.md> --html --allow-local-files --watch --no-stdin
ビルドが完了したら、出力ファイルの存在を確認してください。
ls -la <output.html> <output.pdf>
エラーが発生した場合の対処:
--no-stdin の付け忘れ → stdin待ちでハング(Ctrl+Cで中断し再実行)--allow-local-files の付け忘れ → ローカル画像が表示されないopen しない| 形式 | 用途 |
|---|---|
| HTML | ローカルプレビュー、ブラウザで確認 |
| 配布用、印刷用 |