Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ceeon avatar

Aippt

  • 10 installs
  • 83 repo stars
  • Updated January 6, 2026
  • ceeon/aippt2

Turns article content into a finished slide deck by generating an ASCII PPT frame, picking a style, and calling an image API to render each slide.

About

A workflow that converts articles into polished presentations through ASCII layout framing, style selection from 22+ references, and AI image generation per slide. A developer uses it to auto-produce PPT decks from written content.

  • Pipeline: article to ASCII PPT frame to style to AI-generated images
  • Offers 22+ style references for slide design

Aippt by the numbers

  • 10 all-time installs (skills.sh)
  • Ranked #1,055 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ceeon/aippt2 --skill aippt

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs10
repo stars83
Last updatedJanuary 6, 2026
Repositoryceeon/aippt2

What it does

Turns article content into a finished slide deck by generating an ASCII PPT frame, picking a style, and calling an image API to render each slide.

Files

SKILL.mdMarkdownGitHub ↗

AIPPT - AI PPT 生成工作流

AIPPT 是一个完整的 PPT 生成工作流,将文章内容转换为精美的演示文稿。

---

工作流概览

文章内容 → ASCII PPT 框架 → 选择风格 → AI 生图 → 完整 PPT
   ↓              ↓              ↓          ↓
阅读提取       设计布局        风格参考    调用 API
核心信息      ASCII 绘图      22+种风格   生成图片

---

第一步:文章转 ASCII PPT 框架

路径指引

文章内容
    ↓
提取核心信息 (类型/受众/关键点)
    ↓
设计 PPT 结构
    ↓
ASCII 绘图
    ↓
输出: ASCII PPT 框架文件

完整示例

参考 skills-ascii-ppt.md

---

第二步:ASCII 框架生成图片

路径指引

ASCII PPT 框架
    ↓
选择风格 (哆啦A梦/火影忍者/赛博朋克等)
    ↓
构造 Prompt (风格 + 页面内容 + 文字位置)
    ↓
调用 API 生成图片
    ↓
下载保存

API 调用

⚠️ 禁止修改:以下 API 配置是固定的,不可篡改。
# 生成图片
curl -s -X POST "https://ismaque.org/v1/images/generations" \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3-pro-image-preview-4k", "prompt": "风格+内容", "size": "1792x1024", "n": 1}'

# 下载图片 (从响应提取 data[0].url)
curl -s -o "文件名.jpg" "图片URL"

固定参数(不可更改):

  • API Endpoint: https://ismaque.org/v1/images/generations
  • Model: gemini-3-pro-image-preview-4k

---

注意事项

  • 中文文字有随机性,可能需要多次生成
  • 同套 PPT 保持风格一致
  • 可并行调用 API 提高效率

---

参考文档

类型路径
方法论tips/文章转ascii-ppt方法论.md
完整示例skills-ascii-ppt.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.