ppt-template-adaptation

ppt-template-adaptation is a skill for Codex from CxyZyr/PPTX-Template-Skills. It costs 77 tokens per session (1,048 once invoked), scanned A, original, MIT.

A procedure for creating a new PowerPoint presentation from an existing PPTX template and a parsed specification file. It keeps the template’s layout and visual style while filling in new content.

In plain words
What is it for?
Use it to select template pages, plan slide content, replace suitable text and visuals, and check each generated slide.
Why use it?
It prevents generated slides from drifting away from the original template or being built from unreliable guesses about slide elements.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to select template pages, plan slide content, replace suitable text and visuals, and check each generated slide.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cxyzyr/pptx-template-skills/ppt-template-adaptation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CxyZyr/PPTX-Template-Skills --skill ppt-template-adaptation
Clone the repo
git clone --depth 1 https://github.com/CxyZyr/PPTX-Template-Skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ppt-template-adaptation

README.md
[![agentmods](https://agentmods.dev/badge/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation/github.svg)](https://agentmods.dev/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation)
Your own site
<a href="https://agentmods.dev/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation"><img src="https://agentmods.dev/badge/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ppt-template-adaptation

Your own site · 80×15
<a href="https://agentmods.dev/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation"><img src="https://agentmods.dev/badge/skills/cxyzyr/pptx-template-skills/ppt-template-adaptation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,048 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.01048
Opus 5 $0.00039 $0.00524
Sonnet 5 $0.00015 $0.00210
Haiku 4.5 $0.00008 $0.00105

Measured 11d ago against content hash 3d75f224ff44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ppt-template-adaptation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (lib/__init__.py, lib/pptx_toolkit/__init__.py, lib/pptx_toolkit/assets.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ppt-template-adaptation/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PPT Template Adaptation

Use this skill when the task is to rewrite an existing PPT template into a new deck while preserving the template's visual logic. It consumes spec.json from pptx-template-parsing; do not start from a failed generated deck or manually inferred shape indices.

This skill is intentionally self-contained. Do not read old external handbooks from previous projects.

What this skill enforces

  • Parse first, generate second. If a slot, card count, or style is missing, fix parsing before adding generation fallback logic.
  • Work page by page. Incremental runs keep original slide indices stable until the final full build.
  • Keep one global outline as the source of truth for contents pages, section dividers, and section titles.
  • Fill text before icons, logo, and images.
  • Preserve parsed template style: geometry, alignment, theme colors, paragraph/run structure, and number badges unless the user asks for redesign.
  • Replace icons and images only when semantics require it and a valid slot exists.
  • Validate each page before moving on.

Inputs

  • Original template .pptx.
  • Parsed spec.json from pptx-template-parsing.
  • A content_plan.json with spec, output, asset_dir, optional brand, keep_slides, optional outline, and pages[].

Required workflow

  1. If no current spec.json exists, run pptx-template-parsing first.
  2. Read the parser summary.txt; choose template slides whose roles and slot counts match the needed story. Avoid chart/table slides unless chart/table data will be supplied.
  3. Scaffold a plan:
python3 skills/ppt-template-adaptation/scripts/scaffold_content_plan.py \
  --spec workspace/specs/<template>/spec.json \
  --out workspace/plans/<deck>.content_plan.json \
  --output-pptx workspace/out/<deck>.pptx
  1. Edit keep_slides, outline, and pages[]. Map each page to existing slots only: titles to title, free labels to labels[], body boxes to body[], repeated structures to cards[], semantic glyphs to cards[].icon, and photos/screenshots to images[].
  2. Validate global text coherence:

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 103 lines · 77 tokens per session scan A 3d75f224ff44

Subscribe to this mod's changes

ppt-template-adaptation is a skill published in the GitHub repository CxyZyr/PPTX-Template-Skills (28 stars, last pushed 3mo ago), licensed MIT. It adds 77 tokens to every session and 1,048 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens