pptx-author Skill
Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app. Published by anthropics in financial-services.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
1 month ago · Apache-2.0 license
No specific cautions were detected. Review the source and requested permissions before installing.
What is pptx-author Skill?
Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app. Published by anthropics in financial-services. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Source file: plugins/agent-plugins/pitch-agent/skills/pptx-author/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use pptx-author Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/financial-services
- Skill file: plugins/agent-plugins/pitch-agent/skills/pptx-author/SKILL.md
What it does
Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app.
Skill instructions
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 mcpofficepowerpoint. 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: python 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.addslide(prs.slidelayouts[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 ./
Verified compatibility and discovery
Frequently asked questions
What is pptx-author?
pptx-author is a open-source AI agent skill with Copy skill directory. Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app.
Who is pptx-author best for?
pptx-author is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install pptx-author?
Install or run pptx-author using Copy skill directory. Check pptx-author for the latest setup command.
Is pptx-author actively maintained?
pptx-author may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.