report-to-ppt

report-to-ppt is a skill for Claude Code, Codex from stophobia/deerflow2.0-enhanced. It costs 110 tokens per session (1,530 once invoked), scanned A, original, MIT.

A skill that turns an existing Markdown report into a PowerPoint presentation. It extracts headings, key points, data, tables, chart descriptions, and citations, then organizes them into slides.

In plain words
What is it for?
Use it for research reports, consulting documents, and market analyses when the source already exists as a Markdown file. It plans slides, shortens the content, and creates a presentation with charts or other visuals where appropriate.
Why use it?
It removes the manual work of copying a long report into presentation slides and deciding how to divide the content. It also helps keep the presentation structure consistent with the report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for research reports, consulting documents, and market analyses when the source already exists as a Markdown file. It plans slides, shortens the content, and creates a presentation with charts or other visuals where appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stophobia/deerflow2.0-enhanced/report-to-ppt
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 stophobia/deerflow2.0-enhanced --skill report-to-ppt
Clone the repo
git clone --depth 1 https://github.com/stophobia/deerflow2.0-enhanced

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 report-to-ppt

README.md
[![agentmods](https://agentmods.dev/badge/skills/stophobia/deerflow2.0-enhanced/report-to-ppt/github.svg)](https://agentmods.dev/skills/stophobia/deerflow2.0-enhanced/report-to-ppt)
Your own site
<a href="https://agentmods.dev/skills/stophobia/deerflow2.0-enhanced/report-to-ppt"><img src="https://agentmods.dev/badge/skills/stophobia/deerflow2.0-enhanced/report-to-ppt/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 report-to-ppt

Your own site · 80×15
<a href="https://agentmods.dev/skills/stophobia/deerflow2.0-enhanced/report-to-ppt"><img src="https://agentmods.dev/badge/skills/stophobia/deerflow2.0-enhanced/report-to-ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,530 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.00110 $0.01530
Opus 5 $0.00055 $0.00765
Sonnet 5 $0.00022 $0.00306
Haiku 4.5 $0.00011 $0.00153

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

Security

Grade A, and why

report-to-ppt 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.

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/public/report-to-ppt/SKILL.md · 214 lines

How it starts

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

报告转 PPT 技能 (Report to PPT)

将 Markdown 格式的专业报告转换为精美的 PPT 演示文稿。

概述

本技能将已有的 Markdown 报告智能转换为 PPT:

  • 自动提取标题层级结构
  • 提取关键信息和数据点
  • 识别图表并生成描述
  • 保持逻辑连贯性
  • 生成视觉精美的幻灯片

使用场景

当用户提及以下内容时激活:

  • "报告转PPT"
  • "Markdown转PPT"
  • "生成演示文稿"
  • "做成PPT"
  • "帮我做presentation"
  • "把报告整理成PPT"

前置条件:

  • 用户已有 Markdown 格式的报告文件
  • 文件位于 /mnt/user-data/outputs/ 或用户上传

核心能力

1. 文档结构解析

  • 识别多级标题(H1-H3)
  • 提取段落关键句
  • 识别列表内容
  • 提取表格数据
  • 识别图表引用

2. 幻灯片规划

  • 评估内容长度
  • 智能分页策略
  • 逻辑流程设计
  • 过渡动画设计

3. 内容提取

  • 核心观点提炼
  • 数据点提取
  • 关键词识别
  • 图表 alt 文本
  • 引用提取

4. PPT 生成

  • 调用 ppt-generation 技能
  • 自动配图建议
  • 专业排版设计
  • 品牌视觉一致

工作流程

Step 1: 确认报告文件

  1. 查找用户的 Markdown 报告文件
  2. 确认文件位置:/mnt/user-data/outputs/ 或用户上传
  3. 读取并理解报告结构

Step 2: 内容规划

基于报告结构规划幻灯片:

标题页 → 执行摘要 → 目录 → 
各章节要点 → 数据/图表 → 
总结 → 问答页

Step 3: 内容提取与精简

对每个部分提取:

  • 核心观点(每页1-3个)
  • 关键数据(可视化优先)
  • 支撑要点(每点1行)
  • 引用来源(如有)

Step 4: PPT 生成

使用 ppt-generation 技能生成 PPT:

  • 为每页生成描述性提示词
  • 选择合适的视觉风格
  • 调用图片生成
  • 合成 PPT 文件

Step 5: 输出与分享

  • 提供 PPT 文件下载
  • 询问是否需要调整

幻灯片设计原则

内容精简

  • 每页不超过 6 个要点
  • 每点不超过 1 行(15 字以内)
  • 核心数据优先展示
  • 复杂内容拆分多页

视觉层次

  • 标题:简洁有力
  • 副标题:补充说明
  • 正文:支撑要点
  • 脚注:数据来源

风格统一

  • 整份 PPT 风格一致
  • 配色方案统一
  • 字体层级清晰
  • 留白适当

报告类型适配

调研报告

封面 → 目录 → 调研背景 → 
调研方法 → 核心发现(多页)→ 
数据分析 → 结论建议 → 附录

咨询报告

封面 → 目录 → 执行摘要 → 
企业概况 → 分析框架 → 
核心洞察(多页)→ 
战略建议 → 实施路径 → 风险提示

市场分析

封面 → 目录 → 市场概览 → 
市场规模 → 竞争格局 → 
用户画像 → 趋势洞察 → 
机会与建议 → 附录

与 ppt-generation 的关系

本技能是 ppt-generation 的上层包装器

  • ppt-generation:通用的 PPT 生成
  • report-to-ppt:专门针对 Markdown 报告优化

使用方式:

# 间接调用(推荐)
用户请求 → report-to-ppt 解析报告 → 
  生成 PPT 提示词 → ppt-generation 生成 PPT

# 直接调用
用户直接请求特定风格PPT → ppt-generation

输入要求

必需的

  • Markdown 格式报告文件
  • 文件路径或内容

可选的

  • 目标受众(管理层/技术团队/投资人)
  • 演示时长(5/10/15/30分钟)
  • 特殊强调内容
  • 品牌/配色偏好

输出

PPT 文件

  • 格式:PPTX
  • 命名:原报告名_演示版.pptx
  • 位置:/mnt/user-data/outputs/

幻灯片数量

根据报告长度智能规划:

  • 短报告(<3000字):8-12页
  • 中等报告(3000-8000字):15-25页
  • 长报告(>8000字):30页以上

使用工具

  • read - 读取 Markdown 报告
  • ppt-generation - 生成 PPT(内部调用)
  • message - 分享文件给用户

Read the full file on GitHub · 214 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 · 214 lines · 110 tokens per session scan A 0ed4b96adbf2

Subscribe to this mod's changes

report-to-ppt is a skill published in the GitHub repository stophobia/deerflow2.0-enhanced (750 stars, last pushed 5mo ago), licensed MIT. It adds 110 tokens to every session and 1,530 once invoked, about $0.0006 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