← 返回 Skills 市场
tigertamvip

Ai Ppt Generator 1

作者 tigertamvip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-ppt-generator-1
功能描述
Generate PPT with Baidu AI. Smart template selection based on content.
使用说明 (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
安全使用建议
This skill appears coherent: it only needs a BAIDU_API_KEY and calls Baidu's PPT-generation endpoints. Before installing, ensure you are comfortable sending your prompt/content to Baidu (the text and generated PPT are transmitted to qianfan.baidubce.com and output URLs point to Baidu storage). Make sure the runtime has Python 3 and the 'requests' library installed (the package isn't declared). Limit the BAIDU_API_KEY scope if possible and avoid submitting sensitive data. If you need offline or private generation, don't use this skill. If anything looks odd, review the scripts (they are included) and confirm network access and API usage are acceptable.
功能分析
Type: OpenClaw Skill Name: ai-ppt-generator-1 Version: 1.0.0 The skill bundle is a legitimate integration with the Baidu Qianfan AI PPT generation service. It includes scripts to list templates (ppt_theme_list.py), automatically select themes based on user queries (random_ppt_theme.py), and generate presentations via the official Baidu API (generate_ppt.py). The code uses the required BAIDU_API_KEY for its stated purpose and does not exhibit signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (generate PPT with Baidu AI) match the actual behavior: the scripts call Baidu endpoints (qianfan.baidubce.com) and only require a BAIDU_API_KEY and python3. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md directs the agent to run the included Python scripts and to use BAIDU_API_KEY. The scripts only read the declared env var, call the Baidu API, and stream results; they do not access other system files or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes install risk. However the code uses the Python 'requests' package but the skill metadata does not declare Python package dependencies or an install step — users or the runtime must ensure 'requests' is available.
Credentials
Only BAIDU_API_KEY is required and is the primary credential; this is proportionate for a skill that calls Baidu's AI PPT APIs. The scripts do not request other secrets or environment variables.
Persistence & Privilege
always:false and no modifications to other skills or system settings. The skill does not request permanent/always-on presence and does not alter other skill configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-ppt-generator-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-ppt-generator-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of AI PPT Generator for Baidu AI. - Supports automatic smart template selection based on PPT topic content. - Optionally allows users to manually choose a template from a list. - Includes robust fallback logic: auto-selects a template if none is specified or found. - Integrates with Baidu API, handling real style IDs and template IDs. - Provides sample commands for both automatic and manual PPT generation workflows.
元数据
Slug ai-ppt-generator-1
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ai Ppt Generator 1 是什么?

Generate PPT with Baidu AI. Smart template selection based on content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Ai Ppt Generator 1?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-ppt-generator-1」即可一键安装,无需额外配置。

Ai Ppt Generator 1 是免费的吗?

是的,Ai Ppt Generator 1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Ppt Generator 1 支持哪些平台?

Ai Ppt Generator 1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Ppt Generator 1?

由 tigertamvip(@tigertamvip)开发并维护,当前版本 v1.0.0。

💬 留言讨论