← Back to Skills Marketplace
wuliyuan2026

AI PPT Generator Local

by Wu Liyuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-ppt-generator-local
Description
Generate PPT with Baidu Wenku AI. Smart template selection based on content.
README (SKILL.md)

AI PPT Generator

Generate PPT using Baidu AI with intelligent template selection.

Smart Workflow

  1. User provides PPT topic
  2. Agent asks: "Want to choose a template style?"
  3. If yes → Show styles from ppt_theme_list.py → User picks → Use generate_ppt.py with chosen tpl_id and real style_id
  4. If no → Use random_ppt_theme.py (auto-selects appropriate template based on topic content)

Intelligent Template Selection

random_ppt_theme.py analyzes the topic and suggests appropriate template:

  • Business topics → 企业商务 style
  • Technology topics → 未来科技 style
  • Education topics → 卡通手绘 style
  • Creative topics → 创意趣味 style
  • Cultural topics → 中国风 or 文化艺术 style
  • Year-end reports → 年终总结 style
  • Minimalist design → 扁平简约 style
  • Artistic content → 文艺清新 style

Scripts

  • scripts/ppt_theme_list.py - List all available templates with style_id and tpl_id
  • scripts/random_ppt_theme.py - Smart template selection + generate PPT
  • scripts/generate_ppt.py - Generate PPT with specific template (uses real style_id and tpl_id from API)

Key Features

  • Smart categorization: Analyzes topic content to suggest appropriate style
  • Fallback logic: If template not found, automatically uses random selection
  • Complete parameters: Properly passes both style_id and tpl_id to API

Usage Examples

# List all templates with IDs
python3 scripts/ppt_theme_list.py

# Smart automatic selection (recommended for most users)
python3 scripts/random_ppt_theme.py --query "人工智能发展趋势报告"

# Specific template with proper style_id
python3 scripts/generate_ppt.py --query "儿童英语课件" --tpl_id 106

# Specific template with auto-suggested category
python3 scripts/random_ppt_theme.py --query "企业年度总结" --category "企业商务"

Agent Steps

  1. Get PPT topic from user
  2. Ask: "Want to choose a template style?"
  3. If user says YES:
    • Run ppt_theme_list.py to show available templates
    • User selects a template (note the tpl_id)
    • Run generate_ppt.py --query "TOPIC" --tpl_id ID
  4. If user says NO:
    • Run random_ppt_theme.py --query "TOPIC"
    • Script will auto-select appropriate template based on topic
  5. Set timeout to 300 seconds (PPT generation takes 2-5 minutes)
  6. Monitor output, wait for is_end: true to get final PPT URL

Output Examples

During generation:

{"status": "PPT生成中", "run_time": 45}

Final result:

{
  "status": "PPT导出结束", 
  "is_end": true, 
  "data": {"ppt_url": "https://image0.bj.bcebos.com/...ppt"}
}

Technical Notes

  • API integration: Fetches real style_id from Baidu API for each template
  • Error handling: If template not found, falls back to random selection
  • Timeout: Generation takes 2-5 minutes, set sufficient timeout
  • Streaming: Uses streaming API, wait for is_end: true before considering complete
Usage Guidance
This skill appears to do what it says: it runs local Python scripts that call Baidu Wenku APIs and require a BAIDU_API_KEY. Before installing, confirm you trust the key you provide: the key will be sent to qianfan.baidubce.com and the resulting PPT URL may point to Baidu BOS (e.g., bj.bcebos.com). Run the skill in an isolated environment if you have sensitive data, rotate or scope the API key (use a restricted key if possible), and ensure the runtime has the Python 'requests' package installed. If you need to be extra cautious, review the bundled scripts locally or run them in a sandboxed container to observe network traffic and output.
Capability Analysis
Type: OpenClaw Skill Name: ai-ppt-generator-local Version: 1.0.0 The skill bundle is a legitimate tool for generating PowerPoint presentations using the Baidu Qianfan API. The scripts (generate_ppt.py, ppt_theme_list.py, and random_ppt_theme.py) implement a clear workflow for fetching themes, generating outlines, and producing final PPT URLs via official Baidu endpoints (qianfan.baidubce.com). There is no evidence of data exfiltration, malicious execution, or prompt injection; subprocess calls are handled safely using argument lists, and environment variables are used appropriately for API authentication.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scripts call Baidu Wenku PPT endpoints (qianfan.baidubce.com) to list themes, pick templates, generate outlines and produce PPTs. Requiring BAIDU_API_KEY and python3 is appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to run included Python scripts which only read the BAIDU_API_KEY env var, call the Baidu endpoints, and stream results. The instructions do not ask the agent to read unrelated system files, other credentials, or post data to unexpected external endpoints.
Install Mechanism
There is no install spec (instruction-only), and code files are bundled in the skill. The scripts use the Python 'requests' library but the skill only declares python3 as a required binary — missing an explicit dependency declaration for the requests package (and potentially pip) could cause runtime errors or require the environment to install packages first.
Credentials
Only BAIDU_API_KEY is required and used as described. No unrelated credentials, config paths, or broad environment access are requested. The BAIDU_API_KEY will be sent to Baidu endpoints as expected for the service.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configuration, and runs only the included scripts. It requires network access to call Baidu APIs but does not request elevated or persistent system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-ppt-generator-local
  3. After installation, invoke the skill by name or use /ai-ppt-generator-local
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Local install
Metadata
Slug ai-ppt-generator-local
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AI PPT Generator Local?

Generate PPT with Baidu Wenku AI. Smart template selection based on content. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install AI PPT Generator Local?

Run "/install ai-ppt-generator-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI PPT Generator Local free?

Yes, AI PPT Generator Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI PPT Generator Local support?

AI PPT Generator Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI PPT Generator Local?

It is built and maintained by Wu Liyuan (@wuliyuan2026); the current version is v1.0.0.

💬 Comments