AgentSkillsCN

export-presentation

将 Google Slides 演示文稿导出为 PDF。适用于用户输入“导出幻灯片”、“下载为 PDF”或“将演示文稿保存为 PDF”时使用。

SKILL.md
--- frontmatter
name: export-presentation
description: Export a Google Slides presentation to PDF. Use when user says "export slides", "download as PDF", or "save presentation as PDF".

Export Presentation

Export a Google Slides presentation to PDF format.

Inputs

InputTypeDefaultPurpose
presentation_idstringrequiredPresentation ID to export
output_pathstring-Output file path (default: uses title)

Workflow

1. Export

  • google_slides_export_pdf(presentation_id=id, output_path=output_path or "")

2. Post-Action

  • memory_session_log("Exported presentation to PDF", "ID: {presentation_id}")

Output

markdown
## 📄 Presentation Exported

{export_result}

### Next Steps
- Share the PDF file
- Upload to document storage
- Attach to Jira issue or Slack message

Key Details

  • Depends on: create_slide_deck or edit_slide_deck
  • Default path: Uses presentation title if output_path not specified