文稿生成(PPT / HTML 文档)

SkillWeb & browsing

Generate downloadable presentations (.pptx) or standalone HTML documents (Markdown to web page).

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 文稿生成(PPT / HTML 文档) skill

What this skill tells your AI

The instructions your AI receives, as published by yrris/pro-agent in cognition/runtime/skills/ppt-generation/SKILL.md and read by ahel’s review.

把整理好的内容产出为可交付文件。两个脚本按需选:

1. PPT(build_pptx.py)

script_runner(
  skill="ppt-generation",
  script="build_pptx.py",
  script_args={
    "title": "季度业务汇报",
    "subtitle": "2026 Q2",
    "slides": [
      {"title": "市场概览", "bullets": ["要点一", "要点二"]},
      {"title": "数据结论", "bullets": ["同比 +12%", "环比 +3%"]}
    ]
  }
)

产出 presentation.pptx。每页 3-6 个要点为宜,内容须来自对话中已确认的信息。

2. HTML 文档(md_to_html.py)

script_runner(
  skill="ppt-generation",
  script="md_to_html.py",
  script_args={"title": "调研报告", "markdown": "# 标题\n\n正文……"}
)

产出 document.html(自包含样式的独立网页,浏览器可直接打开/打印)。

Signals

GitHub stars
23
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
ppt-generation-yrris
Source
github.com/yrris/pro-agent