Skip to content
Skillv1.0.0

ppt-keynote

Apple Keynote-quality slides, one card per screen, with keyboard left/right navigation.

by nexu-io(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nexu-io/open-design (skills/ppt-keynote/SKILL.md) via skills.sh. Install upstream with npx skills add nexu-io/open-design --skill ppt-keynote. Copyright stays with the author.

【模板: Keynote 风格 PPT】

  • 每张幻灯片是一个 <section class="slide">, 整体宽 1280 高 720, 居中显示, 背景渐变。
  • 单页内容极简: 大标题 + 1-3 行支持文字; 或一张数据图; 或一个金句。
  • 字号: 标题 text-7xl font-semibold tracking-tight, 副标题 text-2xl text-neutral-500
  • 第一页是封面 (主题 + 演讲者 / 日期), 最后一页是 "Thanks." 或行动号召。
  • 顶部右上角小指示器: 当前页 / 总页数。
  • 加一段 JavaScript 监听 ArrowLeft / ArrowRight / 空格键切换 slide; 同时维护 hash (#/3)。
  • 每页之间用 fade-in 动画。
  • 保持留白, 数据卡片用 grid 布局对齐, 颜色克制。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nexu-io-open-design-ppt-keynote/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nexu-io-open-design-ppt-keynote.ocm.jsonjson
{
  "ocm": "1",
  "id": "nexu-io-open-design-ppt-keynote",
  "kind": "skill",
  "name": "ppt-keynote",
  "description": "Apple Keynote-quality slides, one card per screen, with keyboard left/right navigation.",
  "publisher": "nexu-io",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "slides",
      "deck",
      "presentation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Apple Keynote-quality slides, one card per screen, with keyboard left/right navigation."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nexu-io/open-design",
      "path": "skills/ppt-keynote/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/nexu-io/open-design/ppt-keynote",
      "key": "nexu-io/open-design/skills/ppt-keynote/SKILL.md"
    }
  },
  "instructions": "【模板: Keynote 风格 PPT】\n- 每张幻灯片是一个 `<section class=\"slide\">`, 整体宽 1280 高 720, 居中显示, 背景渐变。\n- 单页内容极简: 大标题 + 1-3 行支持文字; 或一张数据图; 或一个金句。\n- 字号: 标题 `text-7xl font-semibold tracking-tight`, 副标题 `text-2xl text-neutral-500`。\n- 第一页是封面 (主题 + 演讲者 / 日期), 最后一页是 \"Thanks.\" 或行动号召。\n- 顶部右上角小指示器: 当前页 / 总页数。\n- 加一段 JavaScript 监听 ArrowLeft / ArrowRight / 空格键切换 slide; 同时维护 hash (#/3)。\n- 每页之间用 fade-in 动画。\n- 保持留白, 数据卡片用 grid 布局对齐, 颜色克制。",
  "cost": {
    "context_tokens": 102
  }
}

Fetch it by URL: GET /api/v1/registry/nexu-io-open-design-ppt-keynote/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.