Agent-native publishing

HTML decks,one command away

Slidesfly turns a single HTML file into a shareable deck URL. Built for Claude Code, Cursor, Codex, and any agent that ships slide presentations as markup.

Three steps from prompt to live deck

  1. Tell your agent

    Point your coding agent at Slidesfly. It reads the skill and knows how to build and ship decks.

    Create a 6-slide HTML deck on Q4 metrics, then publish with slidesfly.
  2. Publish with CLI

    One command uploads your HTML and returns a live URL. No dashboard required for the first publish.

    slidesfly publish ./deck.html
  3. Share the link

    Readers open your deck on the content domain. Public, unlisted, or private — you choose visibility.

    https://slidesfly.xyz/d/a1b2c3d4

From terminal to reader in seconds

$ slidesfly publish ./q4-deck.html --json
{
"url": "https://slidesfly.xyz/d/x7k9m2p4",
"id": "x7k9m2p4",
"visibility": "public"
}
https://slidesfly.xyz/d/x7k9m2p4
Q4 METRICS

Reader shell · keyboard nav · fullscreen

Install the Slidesfly skill

npx -y @slidesfly/cli@latest install --target auto
  • CursorInstalls into .cursor/skills — reload the window after install.
  • Claude CodeWrites to your Claude skills directory for project-wide use.
  • CodexTargets Codex skill paths when --target auto detects your setup.