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 --jsonSupported targets
| Target | CLI value | Scope |
|---|---|---|
| Codex | codex | User or project |
| Cursor | cursor | User or project |
| Claude Code | claude-code | User or project |
| All supported targets | all | User 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.