slides

Installation
SKILL.md

Slides

Use this skill when the user wants to create or modify presentation decks with the artifacts tool.

Tool Contract

  • Use the artifacts tool.
  • Send raw JavaScript only. Do not send JSON objects, quoted code, or markdown fences.
  • This tool runs plain JavaScript in Node, not TypeScript. Do not use type annotations, type, interface, or import type.
  • Do not write import { ... } from "@oai/artifact-tool". The @oai/artifact-tool module surface is already preloaded on globalThis.
  • Named exports such as Presentation, PresentationFile, FileBlob, AutoLayoutAlign, and AutoLayoutDirection are available directly.
  • The full module is also available as artifactTool, artifacts, and codexArtifacts.
  • You may still import Node built-ins such as node:fs/promises when you need to write preview bytes to disk.
  • Save outputs under a user-visible path such as artifacts/quarterly-update.pptx or artifacts/slide-1.png.

Quick Start

Related skills
Installs
1
GitHub Stars
210
First Seen
Mar 10, 2026