スキル一覧に戻る
mshafei721

pptx

by mshafei721

Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway - Phase 3: Skills & MCP Integration Complete

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: pptx description: "Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks"

PPTX Presentation Skill

Core Capabilities

Reading & Analysis: Extract presentation text via markdown conversion or access raw XML for detailed content like speaker notes, comments, and design elements.

Creating Presentations: Two approaches:

  • Building from scratch using HTML-to-PowerPoint conversion
  • Using existing templates by duplicating, reordering, and replacing content

Editing Existing Files: Modify by unpacking OOXML structure, editing XML, validating, and repacking.

Key Workflows

Text Extraction

pandoc presentation.pptx -o output.md

Creating from HTML

  1. Design slides in HTML with proper dimensions
  2. Convert to PowerPoint format
  3. Apply design principles and color palettes

Template-Based Development

  1. Analyze existing template inventory
  2. Duplicate and rearrange slides
  3. Replace content while preserving formatting

Editing Existing Files

  1. Unpack: python unpack.py presentation.pptx output_dir/
  2. Edit XML files in ppt/slides/
  3. Validate: python validate.py output_dir/
  4. Pack: python pack.py output_dir/ new_presentation.pptx

Color Palettes

Example palettes available:

  • Classic Blue
  • Teal & Coral
  • Bold Red
  • Modern Minimalist
  • Earth Tones
  • And 13 more...

Technical Tools

  • unpack.py - Decompress PPTX
  • validate.py - Check XML validity
  • pack.py - Recompress to PPTX
  • thumbnail.py - Generate visual grids
  • rearrange.py - Slide ordering
  • inventory.py - Text extraction
  • replace.py - Content updates

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です