AgentSkillsCN

slides-export

导出 Google Slides 幻灯片。“将 Slides 导出为 PDF”、“导出演示文稿”、“下载 Slides”、“以 PowerPoint 格式保存”、“将演示文稿转为 PDF”等指令均可触发。

SKILL.md
--- frontmatter
name: slides-export
description: Google Slides をエクスポートする。「Slides を PDF で」「プレゼンをエクスポート」「Slides をダウンロード」「PowerPoint で保存」「プレゼンを PDF に」などで起動。
allowed-tools: [Read, Bash]

Slides Export

Google Slides をファイルにエクスポートします。

引数

  • プレゼンテーションID (必須): エクスポートするプレゼンテーションのID

オプション

  • --output <path> (必須): 出力ファイルパス
  • --type <format>: 出力形式(pdf, pptx, odp, txt)デフォルト: pdf

実行方法

bash
python plugins/shiiman-google/skills/slides-list/scripts/google_slides.py export --presentation-id <presentation-id> --output ~/Downloads/presentation.pdf

PowerPoint形式でエクスポート

bash
python plugins/shiiman-google/skills/slides-list/scripts/google_slides.py export --presentation-id <presentation-id> --output ~/Downloads/presentation.pptx --type pptx