md-to-pptx

md-to-pptx is a skill for Claude Code from echoleesong/claude-skills-plugin. It costs 77 tokens per session (1,613 once invoked), scanned A, original, MIT.

A tool for turning Markdown text into PowerPoint presentations or creating presentations from scratch. Markdown is plain text formatted with simple symbols, while PowerPoint is Microsoft's slide format.

In plain words
What is it for?
Creating or converting slide decks, selecting themes, defining slide count and audience, and producing PPTX files.
Why use it?
It provides a defined process for shaping content into slides, choosing a visual theme, and saving a presentation file.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the claude-skills-plugin plugin — 21 skills, 37 agents shipped together

Good fit Creating or converting slide decks, selecting themes, defining slide count and audience, and producing PPTX files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/echoleesong/claude-skills-plugin/md-to-pptx
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 echoleesong/claude-skills-plugin --skill md-to-pptx
Clone the repo
git clone --depth 1 https://github.com/echoleesong/claude-skills-plugin

Made for: Claude Code.

Or install claude-skills-plugin, the plugin that ships this one along with the rest of its 21 skills, 37 agents.

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 md-to-pptx

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/echoleesong/claude-skills-plugin/md-to-pptx"><img src="https://agentmods.dev/badge/skills/echoleesong/claude-skills-plugin/md-to-pptx.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,613 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.01613
Opus 5 $0.00039 $0.00807
Sonnet 5 $0.00015 $0.00323
Haiku 4.5 $0.00008 $0.00161

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

Security

Grade A, and why

md-to-pptx 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 10d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/generate_templates.py, scripts/md_parser.py, scripts/md_to_pptx.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/md-to-pptx/SKILL.md · 201 lines

How it starts

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

md-to-pptx

Convert Markdown to PowerPoint or generate presentations with AI assistance.

Dependencies

Install required packages before use:

pip install python-pptx Pillow

Note: Use python3 instead of python on systems where Python 3 is not the default.

Workflow

Step 1: Gather Requirements

IMPORTANT: Before generating any content, you MUST ask the user the following questions using the AskUserQuestion tool:

  1. PPT页数 (Slide Count): 您希望PPT包含多少页?

    • Options: 5-10页, 10-15页, 15-20页, 20页以上
  2. 面向用户群体 (Target Audience): 这个PPT的目标受众是谁?

    • Options: 企业高管/决策者, 技术团队/开发者, 学生/教育场景, 普通大众/客户
  3. PPT演示场景 (Presentation Context): 这个PPT将在什么场景下使用?

    • Options: 商务汇报/会议, 产品发布/路演, 培训/教学, 学术报告/研究分享
  4. PPT模板选择 (Template Selection): 是否使用已有的PPT模板?

    • Options:
      • business (商务风格 - 白色背景,深蓝标题)
      • tech_dark (科技风格 - 深色背景,绿色点缀)
      • education (教育风格 - 暖色背景,橙色点缀)
      • neumorphism (新拟态风格 - 蓝黄色现代风格)
      • 不使用模板/自定义

Additional questions to ask:

  1. Source: Do you have an existing Markdown file, or should I generate content?
  2. Save location: Where to save the PPT? (default: user's current working directory)

Use the answers to guide content generation:

  • Slide Count: Determines the depth and detail of content
  • Target Audience: Affects language complexity, terminology, and examples
  • Presentation Context: Influences tone, structure, and visual style
  • Template: Sets the visual theme for the presentation

Step 2: Determine Approach

If converting existing Markdown:

  1. Read the Markdown file
  2. Parse content into slides (H1/H2 headings create new slides)
  3. Generate PPTX with appropriate layouts

If generating new content:

  1. Create an outline based on user's topic
  2. Present outline for user approval
  3. Generate full Markdown content
  4. Convert to PPTX

Step 3: Generate Presentation

Run the conversion script:

python scripts/md_to_pptx.py input.md -o output.pptx --theme business

Read the full file on GitHub · 201 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. 10d ago First seen · 201 lines · 77 tokens per session scan A dc8b60f56261

Subscribe to this mod's changes

md-to-pptx is a skill published in the GitHub repository echoleesong/claude-skills-plugin (4 stars, last pushed 3mo ago), licensed MIT. It adds 77 tokens to every session and 1,613 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