pptx-author

โดย anthropic

สร้างไฟล์ .pptx บนดิสก์ (แบบไม่มีหน้าจอ) แทนการควบคุมเอกสาร PowerPoint แบบสด — สำหรับเซสชันเอเจนต์ที่จัดการแล้วซึ่งไม่มีแอป Office เปิดอยู่

npx skills add https://github.com/anthropics/financial-services --skill pptx-author

pptx-author

Use this skill when running headless (managed-agent / CMA mode) and you need to deliver a PowerPoint deck as a file artifact rather than editing a live document via mcp__office__powerpoint_*.

Output contract

  • Write to ./out/<name>.pptx. Create ./out/ if it does not exist.
  • Return the relative path in your final message so the orchestration layer can collect it.

How to build the deck

Write a short Python script and run it with Bash. Use python-pptx:

from pptx import Presentation
from pptx.util import Inches, Pt

prs = Presentation("./templates/firm-template.pptx")  # if a template is provided
# or: prs = Presentation()

slide = prs.slides.add_slide(prs.slide_layouts[5])    # title-only
slide.shapes.title.text = "Valuation Summary"
# ... add tables / charts / text boxes ...

prs.save("./out/pitch-<target>.pptx")

Conventions (mirror the live-Office pitch-deck skill)

  • One idea per slide. Title states the takeaway; body supports it.
  • Every number traces to the model. If a figure comes from ./out/model.xlsx, footnote the sheet and cell.
  • Use the firm template when one is mounted at ./templates/; otherwise default layouts.
  • Charts: prefer embedding a PNG rendered from the model over native pptx charts when fidelity matters.
  • No external sends. This skill writes a file; it never emails or uploads.

When NOT to use

If mcp__office__powerpoint_* tools are available (Cowork plugin mode), use those instead — they drive the user's live document with review checkpoints. This skill is the file-producing fallback for headless runs.

Skills เพิ่มเติมจาก anthropic

access
anthropic
จัดการการเข้าถึงช่อง Discord — อนุมัติการจับคู่ แก้ไขรายการที่อนุญาต ตั้งค่านโยบาย DM/กลุ่ม ใช้เมื่อผู้ใช้ขอจับคู่ อนุมัติใครบางคน ตรวจสอบว่าใครได้รับอนุญาต…
official
session-report
anthropic
สร้างรายงาน HTML ที่สามารถสำรวจได้เกี่ยวกับการใช้งานเซสชันของ Claude Code (โทเค็น, แคช, ตัวแทนย่อย, ทักษะ, พรอมพ์ที่มีค่าใช้จ่ายสูง) จากบันทึกการสนทนาใน ~/.claude/projects
official
action-creator
anthropic
Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for…
official
docx
anthropic
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude…
official
pdf
anthropic
ชุดเครื่องมือจัดการ PDF ครบวงจรสำหรับการแยกข้อความและตาราง สร้าง PDF ใหม่ รวม/แยกเอกสาร และจัดการฟอร์ม เมื่อ Claude จำเป็นต้อง...
official
listener-creator
anthropic
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute…
official
xlsx
anthropic
การสร้าง แก้ไข และวิเคราะห์สเปรดชีตอย่างครอบคลุม พร้อมรองรับสูตร การจัดรูปแบบ การวิเคราะห์ข้อมูล และการแสดงผลเป็นภาพ เมื่อ Claude จำเป็นต้องทำงาน…
official
claude-opus-4-5-migration
anthropic
ย้ายพรอมต์และโค้ดจาก Claude Sonnet 4.0, Sonnet 4.5 หรือ Opus 4.1 ไปยัง Opus 4.5 ใช้เมื่อผู้ใช้ต้องการอัปเดตโค้ดเบส พรอมต์ หรือการเรียก API…
official