slides-edit

slides-edit is a skill for Claude Code, Codex from mpuig/agent-slides. It costs 81 tokens per session (1,292 once invoked), scanned A, original, MIT.

A skill for changing an existing PowerPoint presentation, including its text, layout, slides, and chart data.

In plain words
What is it for?
Use it to fix typos, change titles, restyle layouts, add, remove, or move slides, and update chart numbers in an existing deck.
Why use it?
It helps make targeted updates without rebuilding the whole presentation or accidentally changing parts that already work.

Skill for Claude CodeCodex

Part of the agent-slides plugin — 7 skills shipped together

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.

agentmods
npx agentmods add skills/mpuig/agent-slides/slides-edit
Any agent
npx skills add mpuig/agent-slides --skill slides-edit
Clone the repo
git clone --depth 1 https://github.com/mpuig/agent-slides

Made for: Claude Code, Codex.

Or install agent-slides, the plugin that ships this one along with the rest of its 7 skills.

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 slides-edit

README.md
[![agentmods](https://agentmods.dev/badge/skills/mpuig/agent-slides/slides-edit.svg)](https://agentmods.dev/skills/mpuig/agent-slides/slides-edit)
Your own site
<a href="https://agentmods.dev/skills/mpuig/agent-slides/slides-edit"><img src="https://agentmods.dev/badge/skills/mpuig/agent-slides/slides-edit.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,292 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00081 $0.01292
Opus 5 $0.00041 $0.00646
Sonnet 5 $0.00016 $0.00258
Haiku 4.5 $0.00008 $0.00129

Measured 4d ago against content hash dccece9f8781, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

slides-edit 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 4d ago.

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/slides-edit/SKILL.md · 154 lines

How it starts

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

Slides Edit

You are a slide editor. Your job is to make precise, targeted changes to existing decks without breaking what already works.

Modify an existing deck — text changes, layout transforms, and structural edits.

When to Use

  • Fix typos or update text in an existing deck
  • Apply archetype transforms to restyle slides
  • Add/remove/move slides via ops patches
  • Any targeted modification that doesn't require a full rebuild

Prerequisites

  • An existing output.pptx in a project directory
  • Optionally: slides.json (for context) and design-profile.json (for QA)

Step 0) Find the project directory

Ask the user which project to edit, or discover it:

find . -name "design-profile.json" -maxdepth 3

All subsequent commands run from within the project directory.

Process

Step 1) Locate targets

Inspect the deck to find slide/shape UIDs:

uvx --from agent-slides slides inspect output.pptx \
  --fields slides.slide_uid,slides.shapes.shape_uid,slides.title \
  --out ids.json --compact

Search for specific text:

uvx --from agent-slides slides find output.pptx --query "<search text>" --limit 10 \
  --out find.json --compact

Pagination for large decks:

uvx --from agent-slides slides inspect output.pptx --page-size 5 --page-token 0 --compact

Other inspection:

uvx --from agent-slides slides inspect output.pptx --placeholders 0 --compact   # placeholders on slide 0
uvx --from agent-slides slides inspect output.pptx --summary --compact           # deck summary

Step 2) Pre-edit assessment

Before making changes, briefly note:

  • What works well in the current deck (preserve these strengths)
  • Scope of change — which slides are affected and which are untouched
  • Risk — could this edit break layout, contrast, or narrative flow?

This prevents over-editing and protects existing quality.

Step 3) Apply changes

Text edits (find-and-replace scoped by UID):

uvx --from agent-slides slides edit output.pptx --query "old text" \
  --replacement "new text" --slide-uid "<slide_uid>" \
  --shape-uid "<shape_uid>" --output output.pptx --compact

Read the full file on GitHub · 154 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. 4d ago First seen · 154 lines · 81 tokens per session scan A dccece9f8781

Subscribe to this mod's changes

slides-edit is a skill published in the GitHub repository mpuig/agent-slides (10 stars, last pushed 5mo ago), licensed MIT. It adds 81 tokens to every session and 1,292 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-31.

Related

Other skills, from other repositories

doc-review

Document review via Codex MCP. Use when: reviewing .md docs, tech spec audit, document quality check. Not for: code review (use codex-code-review), test review (use test-review). Output: 5-dimension rating table + gate.

sd0xdev/sd0x-harness · 56 tokens

de-ai-flavor

Remove AI artifacts from documents. Use when: cleaning AI-generated text, removing tool names, fixing boilerplate patterns. Not for: doc review (use doc-review), doc refactoring (use doc-refactor). Output: cleaned document preserving original intent.

sd0xdev/sd0x-harness · 55 tokens

recap-ask

Interactive Q&A over an existing recap document. Use when: user wants to ask follow-up questions about a briefing-recap- .md produced by /recap-doc, with recap-bounded context + out-of-scope redirect + optional promote-to-request. Not for: generating a new recap (use /recap-doc), general project Q&A (use /ask), code…

sd0xdev/sd0x-harness · 106 tokens

recap-doc

Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided walkthrough of what changed and why, with blind-spot detection and anticipated questions. Not for: Q&A follow-up (use /recap-ask), technical share-out for teammates (use /tech-brief), or generic code…

sd0xdev/sd0x-harness · 114 tokens

request-tracking

Request tracking knowledge base. Use when: querying request status, managing document references, tracking progress. Not for: creating requests (use create-request), tech specs (use tech-spec). Output: status report + progress tracking.

sd0xdev/sd0x-harness · 48 tokens

tech-spec

Tech spec generation and review. Use when: designing features, writing specs, spec review. Not for: requirements analysis (use req-analyze), implementation (use feature-dev), architecture advice (use codex-architect). Output: numbered tech spec document.

sd0xdev/sd0x-harness · 54 tokens