Favicon of pptx-author

pptx-author Skill

AI Agent SkillDocument SkillsPythonOpen source

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?

Best for

Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

1 month ago · Apache-2.0 license

Considerations

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

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/market-researcher/skills/pptx-author/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use pptx-author Skill

  • Use it for writing.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: anthropics
  • Repository: anthropics/financial-services
  • Skill file: plugins/agent-plugins/market-researcher/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.

Share:

Stars
34,310
Forks
5,108
Last commit
1 month ago
Last verified
Aug 20, 2026
Metadata fetched
Aug 20, 2026
Repository age
7 months
License
Apache-2.0

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.

Alternatives to pptx-author