pptx-encoder

pptx-encoder is a skill for Claude Code, Codex from BingHanOfUESTC/open_agent_team. It costs 0 tokens per session (770 once invoked), scanned A, original, MIT.

A renderer that turns slide and style specifications into an editable PowerPoint file. It supports text, bullets, tables, images, charts, video links, notes, and source notes.

In plain words
What is it for?
Use it to generate the final deck from JSON specifications and produce an encoding report.
Why use it?
It converts structured presentation content into a real PPTX that can be opened and edited.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to generate the final deck from JSON specifications and produce an encoding report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/binghanofuestc/open_agent_team/pptx-encoder
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 BingHanOfUESTC/open_agent_team --skill pptx-encoder
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

Made for: Claude Code, 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 pptx-encoder

README.md
[![agentmods](https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/pptx-encoder/github.svg)](https://agentmods.dev/skills/binghanofuestc/open_agent_team/pptx-encoder)
Your own site
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/pptx-encoder"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/pptx-encoder/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 pptx-encoder

Your own site · 80×15
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/pptx-encoder"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/pptx-encoder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00770
Opus 5 $0.00000 $0.00385
Sonnet 5 $0.00000 $0.00154
Haiku 4.5 $0.00000 $0.00077

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

Security

Grade A, and why

pptx-encoder 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/render_deck.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.

teams/ppt_writer_team/skills/pptx-encoder/SKILL.md · 117 lines

How it starts

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

PPTX Encoder

Use this skill when the team must render deck_spec.json and style_spec.json into a real editable .pptx.

Tool

Use:

python .opencode/skills/pptx-encoder/scripts/render_deck.py \
  --deck-spec deck_spec/deck_spec.json \
  --style-spec deck_spec/style_spec.json \
  --output delivery/final_deck.pptx \
  --report encoding/encoding_report.md

or from the repository:

python teams/ppt_writer_team/skills/pptx-encoder/scripts/render_deck.py \
  --deck-spec deck_spec/deck_spec.json \
  --style-spec deck_spec/style_spec.json \
  --output delivery/final_deck.pptx \
  --report encoding/encoding_report.md

Supported Elements

text
bullets
callout
table
image_placeholder
image
video_link
chart_placeholder
divider
footer/source note
speaker notes

Style Spec Support

The renderer reads these optional fields from style_spec.json:

typography: title/subtitle/body/caption sizes and minimum readable sizes.
layout_tokens: margins, gutters, header height and footer height.
template_patterns: reusable header/footer behavior and deck-specific header/footer text.
theme_colors: background, text, primary, secondary, accent, muted and surface.
template_pptx: optional path to Boss-provided template. When present, renderer uses it as the base presentation where possible.
template_fidelity: preserve_background/preserve_master/header_footer flags.

The renderer dynamically reduces text size within configured minimums and distributes multiple elements across the available content area. If a slide still needs unreadably small text, revise deck_spec.json by splitting content across slides instead of forcing more text into one slide.

Image Elements

Use prepared local image assets:

{
  "type": "image",
  "image_path": "materials/images/processed/hero-product-1600x900.jpg",
  "caption": "Optional short caption"
}

image_placeholder can also include image_path; if the file exists, the renderer inserts the image. If the path is missing, it renders a placeholder and records a warning.

Read the full file on GitHub · 117 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 117 lines · 0 tokens per session scan A ae659c10925e

Subscribe to this mod's changes

pptx-encoder is a skill published in the GitHub repository BingHanOfUESTC/open_agent_team (106 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 770 tokens. 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-09-03.

Related

Other skills, from other repositories

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.

bytedance/deer-flow · 44 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

pptx

A guide for turning a paper, outline, or structured text into a PowerPoint presentation. It covers an 8–12-slide structure, concise slide points, and generation of a .pptx file.

bojieli/ai-agent-book · 84 tokens

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

agentscope-ai/QwenPaw · 152 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

iOfficeAI/OfficeCLI · 37 tokens

sn-ppt-entry

Entry point for PPT generation. Asks the user to choose a mode (fast, standard, or creative), then collects role / audience / scene / pagecount as needed. For standard mode, also asks how images should be sourced (AI generation, web search, or none), whether charts should use AI-generated infographics or ECharts, and…

OpenSenseNova/SenseNova-Skills · 204 tokens