Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Pptx Export

ASecurity

Export a generated Google Slides deck to PowerPoint (.pptx) via the Drive API, preserving it exactly as generated. Invoked by the generation skills when the user chooses PPTX at intake, and runs standalone on any accessible deck URL. Use for: PPTX でも出力して, PowerPoint 形式でほしい, パワポで納品, export to PowerPoint. Not: authoring or editing PPTX files directly (document-skills:pptx); QA, which runs on the Slides deck via slide-qa before export.

2 stars
0 votes
0 copies
1 views
Added 9/19/2026
developmentpythongobashapi

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add wfukatsu/slide-forge --skill pptx-export --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pptx Export?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pptx Export
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/wfukatsu-pptx-export/badge)](https://www.skillsdirectory.com/skills/wfukatsu-pptx-export)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: pptx-export
description: >-
  Export a generated Google Slides deck to PowerPoint (.pptx) via the Drive
  API, preserving it exactly as generated. Invoked by the generation skills
  when the user chooses PPTX at intake, and runs standalone on any accessible
  deck URL.
  Use for: PPTX でも出力して, PowerPoint 形式でほしい, パワポで納品,
  export to PowerPoint.
  Not: authoring or editing PPTX files directly (document-skills:pptx); QA, which
  runs on the Slides deck via slide-qa before export.
---

*[日本語](SKILL.ja.md)*

# PPTX Export for Generated Decks

## Important

- **The export is a snapshot, not a linked copy.** It captures the deck as it
  is at export time. Always export **after** visual QA and any fix loop are
  finished — and re-export whenever the deck is regenerated, deleting the
  stale `.pptx` from the Drive folder first (same rule as superseded decks).
- **Fixes happen in the spec, never in the .pptx.** On any defect, return to
  the originating generation skill, fix the spec, regenerate, re-run QA if it
  was chosen, then export again. Editing the exported file forks it from the
  source of truth.
- **Run every command from the slide-forge root as cwd** — `${CLAUDE_PLUGIN_ROOT}`
  when running from an installed plugin, `/path/to/slide-forge` on a
  local clone. Auth and the venv are shared at the repo root (`config/`, `.venv`).
- **Whether to export PPTX is settled at generation time** via the output
  format question in intake (`references/interactive-intake.md` §2); the
  default is Google Slides only. Standalone runs on an existing deck URL need
  no intake.
- **`output: local` in `config/settings.json` makes the export automatic.**
  `build_deck.py` / `render_deck.py` export the deck to `localOutputDir` on
  every run, so don't ask the PPTX question and don't export a second time —
  report the path the generator printed. This skill still applies standalone,
  or to re-export after a manual edit (`references/settings.md`).
- **From-scratch PPTX authoring is a different job.** When the user wants a
  PPTX built or edited directly (no Google Slides involved), hand off to
  `document-skills:pptx` instead of this skill.

## Quick Reference

| Task | Command |
|------|---------|
| Export (saves to `localOutputDir`, default `out/pptx/<deck name>.pptx`) | `.venv/bin/python scripts/export_pptx.py <URL or ID>` |
| Export to an explicit path | `--out path/to/deck.pptx` |
| Also archive in the deck's Drive folder | `--folder <Drive folder URL/ID>` |

Decks over the 10MB `files.export` limit fall back to `exportLinks`
automatically — no flag needed.

## Workflow

1. **Confirm the deck is final.** When invoked from a generation skill,
   this means generation succeeded and — if QA was chosen — the `slide-qa`
   loop is done and clean. Standalone, ask nothing; export what the URL holds.
2. **Export**, passing the deck's Drive folder when one exists so the
   `.pptx` sits next to the spec and figure sources (Drive folder rule):

   ```bash
   .venv/bin/python scripts/export_pptx.py "<deck URL>" --folder "<folder URL>"
   ```

3. **Report** the local path, the file size, and (when uploaded) the Drive
   folder URL, alongside the deck URL in the generation report.

## Fidelity caveats (state them in the report when relevant)

The export is Google's own converter, so layout and geometry carry over
exactly — but the file opens in PowerPoint, a different rendering engine:

- **Fonts must exist on the viewer's machine.** Decks styled with Google
  Fonts (Noto Sans JP, etc.) fall back to a substitute font if not installed
  locally, which can shift line breaks. Mention the deck's font when it is
  not a system font.
- **Google-specific features degrade**: linked Sheets charts become static
  images; speaker-notes formatting may simplify; animations do not transfer
  (slide-forge decks don't use them, so this rarely matters).
- The exported file is not re-inspected — QA already ran on the Slides deck,
  and the converter is deterministic. If the user reports a rendering issue
  in PowerPoint, treat the font substitution above as the first suspect.

Attribution

wfukatsuwfukatsu
View sourceMore from wfukatsu →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284722 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →