Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "pptx-author" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/financial-services/main/plugins/agent-plugins/pitch-agent/skills/pptx-author/SKILL.md 2. 保存为 ~/.claude/skills/pptx-author/SKILL.md 3. 装好后重载技能,告诉我可以用了
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_*.
./out/<name>.pptx. Create ./out/ if it does not exist.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")
pitch-deck skill)./out/model.xlsx, footnote the sheet and cell../templates/; otherwise default layouts.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.
分析投后公司月报/季报,生成偏差分析与董事会材料
快速搭建PE交易IRR/MOIC敏感性测算表
结合远期曲线、波动率和历史数据评估外汇套息交易机会
快速筛选CIM、teaser等来件并生成一页筛选备忘录
帮你发现目标公司、核查历史关系并起草创始人外联邮件。
用于搭建并购交易增厚摊薄模型,评估EPS影响、协同效应与交易结构敏感性