pptx
このスキルは、.pptxファイルが入出力を含むあらゆる場面で活用できます。スライドデック、ピッチデック、プレゼンテーションの作成、.pptxファイルからのテキスト読み込み・解析・抽出(抽出内容をメールや要約などほかの用途で使用する場合も含む)、既存プレゼンテーションの編集・修正・更新、スライドファイルの結合・分割、テンプレート・レイアウト・スピーカーノート・コメントの操作に対応しています。ユーザーが「deck」「slides」「presentation」と言及するか、.pptxファイル名を参照した場合、またはその後の内容の用途にかかわらず、このスキルが動作します。.pptxファイルを開く、作成する、または変更する必要がある場合は、このスキルを使用してください。
description の原文を見る
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
SKILL.md 本文
PPTX スキル
クイックリファレンス
| タスク | ガイド |
|---|---|
| コンテンツの読み取り/分析 | python -m markitdown presentation.pptx |
| テンプレートから編集または作成 | editing.md を読む |
| ゼロから作成 | pptxgenjs.md を読む |
コンテンツの読み取り
# テキスト抽出
python -m markitdown presentation.pptx
# ビジュアル概要
python scripts/thumbnail.py presentation.pptx
# 生 XML
python scripts/office/unpack.py presentation.pptx unpacked/
編集ワークフロー
詳細については editing.md を参照してください。
thumbnail.pyでテンプレートを分析- アンパック → スライドを操作 → コンテンツを編集 → クリーンアップ → パック
ゼロから作成
**詳細については [ppt
...
詳細情報
- 作者
- anthropics
- リポジトリ
- anthropics/skills
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/anthropics/skills / ライセンス: 未指定