ai-ppt-generator

Generate a presentation download URL from a topic query via Baidu AI PPT streaming APIs.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill ai-ppt-generator-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-ppt-generator
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/ai-ppt-generator
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill ai-ppt-generator-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of outlining and producing presentation decks by generating a downloadable PPT URL from a user topic or query.

Core Features & Use Cases

  • Topic-to-Presentation Generation: Converts a prompt into a structured outline and then into a finished PPT export.
  • Streaming Progress Handling: Supports long-running generation with incremental status updates until the final result is ready.
  • Baidu AI Integration: Uses Baidu's AI PPT service to create presentation content and return the export URL.
  • Use Case: A user needs an executive summary deck for a quarterly business review, so the Skill can generate the presentation link without manual slide building.

Quick Start

Ask the skill to generate a PPT for your topic, such as creating a business analysis presentation from the query “经济总结报告ppt”.

Frequently Asked Questions about ai-ppt-generator

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

FAQPage Schema
How do I generate a presentation download URL from a topic query?

To generate a presentation download URL from a topic query, you provide a prompt or topic to the Skill, which uses Baidu AI PPT streaming APIs to build a structured outline and return a finished PPT export link.

Can I use Baidu AI streaming API for long-running PPT generation tasks?

Yes, Baidu AI streaming API supports long-running PPT generation tasks by providing incremental status updates and monitoring the streaming progress until the final presentation download URL is ready.

Do I need authenticated API access to create a business summary deck automatically?

Yes, you need authenticated API access to create a business summary deck automatically, as the Skill requires valid credentials to interact with Baidu AI PPT services and monitor the streaming generation process.

What types of slide generation tasks are supported by topic-to-presentation automation?

Topic-to-presentation automation supports slide generation tasks for executive reports, business summaries, marketing decks, and other topic-driven scenarios where a user needs a structured presentation export quickly.

How does streaming progress handling work for AI-generated presentation decks?

Streaming progress handling for AI-generated presentation decks works by continuously monitoring the generation status through long-lived streaming APIs until the task completes and the final PPT download URL is returned.

Why does automated deck creation require the requests dependency?

Automated deck creation requires the requests dependency to handle HTTP calls to Baidu AI PPT streaming APIs, manage long-lived connections, and poll for completion status until the final presentation export URL is retrieved.