pptclaw
v0.1.0
Published
Local-first presentation editor for AI coding tools
Readme
PPTClaw
Local-first presentation editor for AI coding tools. Edit slides on your machine with a browser-based editor, synced bidirectionally via WebSocket.
Install
npm install -g pptclawUsage
# Start the editor server
pptclaw serve
# Start and open a deck
pptclaw serve ./my-deck
# Open a deck in a running server
pptclaw open ./my-deck
# Validate a deck folder
pptclaw validate ./my-deck
# List active sessions
pptclaw list-decks
# Install the Claude Code skill
pptclaw initDeck Format
A deck is a folder containing:
my-deck/
manifest.json
slides/
001-abc.json
002-def.json
assets/
image.pngLicense
Proprietary
