Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

md-to-pptxMD TO PPTX 搜索

Agent Skill

md-to-pptx 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

25

GitHub Stars

2

下载量

198
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:md-to-pptx(MD TO PPTX 搜索)
来源仓库:https://github.com/echoleesong/claude-skills-plugin
仓库路径:skills/md-to-pptx
安装命令:
npx skills add https://github.com/echoleesong/claude-skills-plugin --skill md-to-pptx
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/echoleesong/claude-skills-plugin --skill md-to-pptx

简介

将 Markdown 转换为 PowerPoint 或借助 AI 辅助生成演示文稿,支持自定义页数与受众类型。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的文档转制与内容展示场景。
  • 需先安装 python-pptx 和 Pillow 依赖,并通过 npx 命令从指定仓库安装技能。
  • 涉及文件读写与外部库调用,使用前应确认运行环境、权限及潜在的文件操作风险。
  • md-to-pptx 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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页以上

  1. 面向用户群体 (Target Audience): 这个PPT的目标受众是谁?

- Options: 企业高管/决策者, 技术团队/开发者, 学生/教育场景, 普通大众/客户

  1. PPT演示场景 (Presentation Context): 这个PPT将在什么场景下使用?

- Options: 商务汇报/会议, 产品发布/路演, 培训/教学, 学术报告/研究分享

  1. 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

Command Line Options

python scripts/md_to_pptx.py <input.md> [options]

Options:
  -o, --output      Output filename (default: input name + .pptx)
  -d, --directory   Output directory (default: user's current directory)
  -t, --theme       Theme: business, tech_dark, education, neumorphism
  --template        Path to custom .pptx template
  --no-template     Generate without using built-in template
  -q, --quiet       Suppress progress output
  --list-themes     Show available themes
  --list-templates  Show template locations

Examples

# Save to current directory (default)
python scripts/md_to_pptx.py presentation.md

# Specify output filename
python scripts/md_to_pptx.py presentation.md -o slides.pptx

# Save to Desktop
python scripts/md_to_pptx.py presentation.md -d ~/Desktop

# Use tech dark theme
python scripts/md_to_pptx.py presentation.md --theme tech_dark

# Use neumorphism theme
python scripts/md_to_pptx.py presentation.md --theme neumorphism

# Use custom template
python scripts/md_to_pptx.py presentation.md --template company.pptx

# Show available themes
python scripts/md_to_pptx.py --list-themes

# Show template locations
python scripts/md_to_pptx.py --list-templates

Built-in Templates

Four pre-built templates are included in assets/templates/:

TemplateFileDescription
businessbusiness_template.pptxWhite background, dark blue titles, professional
tech_darktech_dark_template.pptxDark gray background, green accents, developer-friendly
educationeducation_template.pptxWarm cream background, orange accents, approachable
neumorphism蓝黄色新拟态行业调研报告PPT模板.pptxBlue-yellow neumorphism style, modern research report

Custom Templates

Place custom .pptx templates in assets/templates/ or specify path with --template:

# Use template from assets/templates/
python scripts/md_to_pptx.py input.md --template assets/templates/my_company.pptx

# Use template from any location
python scripts/md_to_pptx.py input.md --template /path/to/custom.pptx

To regenerate built-in templates:

python scripts/generate_templates.py -o assets/templates

Markdown Format

Key rules: # H1 creates title slide, ## H2 creates content slides, ### H3+ stays on current slide.

For detailed format reference including supported elements, image handling, and layout selection, see references/markdown-format.md.

Error Handling

The generator uses fault-tolerant mode:

  • Unsupported elements are skipped with warnings
  • Missing images show placeholder text
  • Malformed tables fall back to text
  • All warnings are collected and reported at the end

Progress Feedback

The script reports progress per slide:

📄 Reading: presentation.md
📊 Parsed 6 slides
📋 Using built-in template: tech_dark_template.pptx
[████████░░░░░░░░░░░░░░░░░░░░░░] 3/6 - Generating slide 3: Introduction...
✅ Created: /path/to/output.pptx

Python API

from scripts.md_to_pptx import convert_md_to_pptx, generate_from_content

# Convert file
success, output_path, warnings = convert_md_to_pptx(
    "presentation.md",
    output_path="slides.pptx",
    theme="business"
)

# Generate from content string
success, warnings = generate_from_content(
    "# My Title\n\n## Slide 1\nContent here",
    "output.pptx",
    theme="tech_dark"
)

Typical Interaction Flow

  1. User: "Help me create a presentation about X"
  2. Ask: Theme preference? Save location?
  3. Generate outline, present for approval
  4. User approves or requests changes
  5. Generate full Markdown content
  6. Run conversion script with chosen options
  7. Report: Created X slides, saved to Y, any warnings

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.59%
按下载量换算70

Claude

28.79%
按下载量换算57

Cursor

19.09%
按下载量换算38

Gemini CLI

9.6%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills