OpenAIDevOps・インフラ⭐ リポ 0品質スコア 55/100
ppt-cli
WindowsでCLIを使用してMicrosoft PowerPointを自動化できます。スクリプト、CI/CD、またはコーディングエージェントからPowerPointプレゼンテーションを作成・読み取り・修正する際に利用します。スライド、シェイプ、テキスト、チャート、アニメーション、トランジションに対応しています。トリガー:PowerPoint、プレゼンテーション、pptx、pptcli、CLI自動化。
description の原文を見る
Automate Microsoft PowerPoint on Windows via CLI. Use when creating, reading, or modifying PowerPoint presentations from scripts, CI/CD, or coding agents. Supports Slides, Shapes, Text, Charts, Animations, Transitions. Triggers: PowerPoint, presentation, pptx, pptcli, CLI automation.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
PowerPoint Automation with pptcli
Preconditions
- Windows host with Microsoft PowerPoint installed (2016+)
- Uses COM interop — does NOT work on macOS or Linux
- Install:
dotnet tool install --global PptMcp.CLI
Workflow Checklist
| Step | Command | When |
|---|---|---|
| 1. Session | session create/open | Always first |
| 2. Slides | slide create/duplicate | If needed |
| 3. Add content | shape, text, chart | Add shapes, text, charts |
| 4. Save & close | session close --save | Always last |
10+ commands? Use
pptcli -q batch --input commands.json
...
詳細情報
- 作者
- tobiascm
- ライセンス
- 不明
- 最終更新
- 2026/4/25
Source: https://github.com/tobiascm/vobes-agent-vscode / ライセンス: 未指定