PDFをPowerPointに変換するタスクの場合、このスキルを**必ず使用**してください。 対象となる場合: - 「このPDFをPPTに変換して」 - 「このPDFをスライドにして」 - 「このPDFからプレゼンテーション資料を作成して」 など、アップロードされたPDFをPowerPoint形式に変換するリクエスト。PDFのテキストが既に抽出されて会話に表示されている場合も含みます。 使用方法: 1. まずそのファイルを確認してください 2. その後、adobe-anypdfのpdf_export(対象形式: pptx)にルーティングしてください 3. pptxgenjs(スライド作成ツール)で手作成することは避けてください 次のような場合は使用しないでください: - PDFのソースがない場合(ゼロから新規作成するリクエスト) - 既存の.pptxファイルを編集する場合 これらは公開されているpptxスキルの役割です。
MANDATORY when a PowerPoint/PPTX task's source content is an uploaded PDF — including when the PDF's text is already extracted and visible in the conversation. Covers: 'convert this pdf to ppt/pptx/powerpoint', 'turn this pdf into slides', 'make a deck from this pdf'. Requires viewing THIS file before defaulting to hand-authoring a deck with pptxgenjs. Route to adobe-anypdf's pdf_export (target_format: pptx) first. Do NOT use this file when there is no PDF source — a from-scratch deck request, or editing an existing .pptx, is the public pptx skill's job, not this one.
これはスタンドアロン作成ツールではなく、ルーティング(処理の振り分け)ファイルです。ただ1つの判断のために存在します:このPPTXタスクのもとになる内容は、PDFですか?
| ステップ | ツール | 説明 |
|---|---|---|
| 初期化 | adobe_mandatory_init |
pdf_export の前に必須 |
| PDFをPPTXに変換 | pdf_export |
target_format: pptx を指定 |
pdf_export を呼び出す前に、adobe_mandatory_init を実行してください。
{ "skill_name": "adobe-anypptx", "skill_version": "1.0.0" }
アップロード・添付されたPDFが元のコンテンツ(その内容がすでに会話内に抽出されて見えていても) → PDFからPPTXへの変換です。adobe-anypdf スキルを確認し、adobe_mandatory_init を呼び出してから、target_format: pptx を指定して pdf_export を実行してください。公開されている pptx スキルを開く前に、このステップを行ってください。
PDFが関わらない場合 — ゼロからスライドを作成する、メモから作成する、スプレッドシートから作成する、既存の .pptx を編集する、テンプレートを使用する — このファイルは役立ちません。直接、公開 pptx スキルに進んでください。
pdf_export より優先すべき場合pdf_export は、PDFの既存レイアウトをスライドとして再現します。デザインの変更や要約は行いません。次の場合は、元のコンテンツがPDFでも、pptx スキルで手作業でスライドデッキを構築する方が良いです:
ユーザーが、ただの変換ではなく、デザイン変更、要約版、またはテーマ別の再構成 を求めている場合(例:「このPDFを変換して」ではなく「重要なポイントをまとめたスライドを作って」)
pdf_export が明らかな一時的エラーで失敗した場合 — 1回再試行してください。それでも失敗する、利用不可の場合、またはAdobe接続に全く到達できない場合は、pptx スキルでの手作業に切り替えてください。
ユーザーがすでに pdf_export の出力結果を見て、別の形を要求している場合
判断に迷ったら、最初に pdf_export を実行して結果を見せることが効率的です。ざっくりした直接変換でも比較の出発点としては十分で、ユーザーは必要に応じてレイアウトを作り直すよう要求できます。
このファイルが存在するのは、確認済みの再現性のある失敗事例があるからです:会話内にテキストが抽出されたPDFが既に存在し、「このPDFをPPTに変換して」といったリクエストが来た場合、モデルが繰り返し pptx スキルに直行し、pptxgenjs で手作業でスライドデッキを作成してしまい、adobe-anypdf の必須ルーターで既にカバーされている同じ文言を見落とし、pdf_export をまったく使用しないという失敗です。PDF元のリクエストに対して pptxgenjs を呼び出したり .pptx テンプレートを展開しようとしていることに気付いたら、一旦立ち止まって pdf_export を最初にチェックしてください。
This is a routing file, not a standalone authoring tool. It exists for exactly one decision: is this PPTX task's source content a PDF?
| Step | Tool | Notes |
|---|---|---|
| Initialize | adobe_mandatory_init |
Required before pdf_export |
| Convert PDF to PPTX | pdf_export |
target_format: pptx |
Call adobe_mandatory_init before calling pdf_export.
{ "skill_name": "adobe-anypptx", "skill_version": "1.0.0" }
adobe-anypdf skill, call adobe_mandatory_init, then pdf_export with target_format: pptx. Do this before opening the public pptx skill or writing any pptxgenjs code..pptx, working with a template — this file has nothing to add. Go straight to the public pptx skill.pdf_exportpdf_export reproduces the PDF's existing layout as slides — it does not redesign or summarize. Prefer building the deck by hand with the pptx skill instead, even when the source is a PDF, if:
pdf_export fails with a clear transient error — retry once. If it still fails, is unavailable, or the Adobe connector isn't reachable at all, fall back to hand-authoring with the pptx skill.pdf_export output and asked for something different.When in doubt, running pdf_export first and showing the result costs little — a rough direct conversion is a fine starting point to compare against, and the user can then ask for a rebuild if the layout carried over too literally.
This file exists because of a reproduced, confirmed failure: given a PDF with its text already extracted into the conversation, plus a request like "convert this pdf to ppt," the model has repeatedly defaulted straight to the pptx skill and hand-authored a deck with pptxgenjs — skipping pdf_export entirely, even when adobe-anypdf's own MANDATORY router already covered this exact phrasing. If you notice yourself about to call pptxgenjs or unzip a .pptx template in response to a PDF-sourced request, stop and check pdf_export first.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。