felo-slides

Generate PPT decks from prompts via the Felo PPT Task API.

242|22|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Felo-Inc/felo-skills --skill felo-slides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: felo-slides
Source: https://github.com/Felo-Inc/felo-skills/tree/main/felo-slides
Command: npx skills add https://github.com/Felo-Inc/felo-skills --skill felo-slides

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Felo Slides makes it easy to convert prompts into ready-to-share slide decks by coordinating task creation, status polling, and result retrieval via the Felo PPT Task API.

Core Features & Use Cases

  • Generate PPT decks from a topic or outline
  • Respect themes and reuse existing LiveDocs
  • Return a shareable URL (ppt_url or live_doc_url) as soon as the task completes

Quick Start

Install the skill, set FELO_API_KEY, and run the included command to generate slides.

Frequently Asked Questions about felo-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PPT generation from a text prompt using an API?

You can automate PPT generation by submitting a topic or outline to the Felo PPT Task API, which handles task creation and returns a shareable ppt_url upon completion.

What do I need to start creating presentation slides automatically?

You need to install the skill, set your FELO_API_KEY environment variable, and execute the bundled scripts to initiate end-to-end slide creation.

Can I apply custom themes or reuse existing content when generating slides?

Yes, the API accepts optional theme parameters to style your presentation and supports livedoc parameters to reuse existing LiveDocs during automated PPT generation.

How does the API handle the delay between submitting a prompt and getting the final slides?

The automation script manages this by continuously polling the task status endpoint until the generation finishes and then retrieves the final ppt_url or live_doc_url.

Does automated presentation generation work without an active API key?

No, a valid FELO_API_KEY is strictly required to authenticate requests for creating tasks, polling status, and retrieving the final presentation URLs.

What is the difference between the ppt_url and live_doc_url returned by the presentation API?

Both are shareable links returned after task completion; ppt_url provides a finished presentation file, while live_doc_url enables ongoing collaborative editing through a LiveDoc.