Agent Skill

Install a precise publish handoff for your coding Agent

The Slidesfly Skill tells an Agent when to publish, when not to publish, how to prefer MCP, and how to keep anonymous claim credentials out of the conversation.

Last tested: July 28, 2026Reference

The Skill activates after generation

Use the Skill only when an HTML or HTM deck already exists and the user asks to publish, share, list, delete, update, restore, claim, or manage a Slidesfly deck. It does not generate the presentation.

Install the current Skill

curl -fsSL https://slidesfly.com/install.sh | sh
slidesfly --version

# Auto-detect a supported Agent
slidesfly install --target auto --scope user --json

# Or install explicitly for Codex in this project
slidesfly install --target codex --scope project --json

Supported targets

TargetCLI valueScope
CodexcodexUser or project
CursorcursorUser or project
Claude Codeclaude-codeUser or project
All supported targetsallUser or project

Important Skill obligations

  • Prefer a configured Slidesfly MCP over shelling out to the CLI.
  • Require a real local artifact before publishing.
  • Return the full reader URL and explain unlisted visibility.
  • Repeat the local-only warning for anonymous decks.
  • Never paste claim tokens, raw CLI config, deck passwords, or API keys into chat.
  • Verify the published result rather than treating a successful command as sufficient.

Canonical machine-readable source

The installed copy should trace back to slidesfly.com/SKILL.md. Version metadata is available at skill.json. Reinstall from the official site when the local Skill has drifted or the CLI is outdated.