← 返回 Skills 市场
257
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-ppt-generator-1-1-4
功能描述
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
- User provides PPT topic
- Agent asks: "Want to choose a template style?"
- If yes → Show styles from
ppt_theme_list.py→ User picks → Usegenerate_ppt.pywith chosentpl_idand realstyle_id - 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_idscripts/random_ppt_theme.py- Smart template selection + generate PPTscripts/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
- Get PPT topic from user
- Ask: "Want to choose a template style?"
- If user says YES:
- Run
ppt_theme_list.pyto show available templates - User selects a template (note the tpl_id)
- Run
generate_ppt.py --query "TOPIC" --tpl_id ID
- Run
- If user says NO:
- Run
random_ppt_theme.py --query "TOPIC" - Script will auto-select appropriate template based on topic
- Run
- Set timeout to 300 seconds (PPT generation takes 2-5 minutes)
- Monitor output, wait for
is_end: trueto 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: truebefore considering complete
安全使用建议
This skill appears to do exactly what it claims: it sends the user's topic (and optionally any provided web_content) to Baidu's AI PPT endpoints and returns a PPT URL hosted on Baidu BOS. Before installing or using: 1) Treat BAIDU_API_KEY like a secret — only provide a key with appropriate, limited privileges and rotate it if shared. 2) Understand that any prompts or web_content you pass will be transmitted to Baidu; do not include sensitive or confidential data. 3) Ensure the runtime has Python3 and the 'requests' library available (the skill does not include an install step). 4) Consider running this in an isolated environment if you need to limit network/file exposure. 5) Review network egress policy and the scripts yourself if you need higher assurance; the code is readable and makes direct requests only to qianfan.baidubce.com and returns BOS URLs (e.g., image0.bj.bcebos.com).
功能分析
Type: OpenClaw Skill
Name: ai-ppt-generator-1-1-4
Version: 1.0.0
The skill bundle provides a legitimate toolset for generating PowerPoint presentations using the Baidu Qianfan AI API. It includes scripts for listing available templates (ppt_theme_list.py), intelligently selecting a theme based on the user's topic (random_ppt_theme.py), and executing the multi-step generation process (generate_ppt.py). The code follows safe practices, such as using environment variables for API keys and avoiding shell execution for subprocess calls.
能力评估
Purpose & Capability
Name/description (Generate PPT with Baidu AI) match the code and runtime requirements: scripts call Baidu qianfan endpoints and require BAIDU_API_KEY. The only minor mismatch is that the package metadata lists only python3 as a required binary but the scripts depend on the Python 'requests' module (a runtime dependency that is not documented in SKILL.md or registry metadata).
Instruction Scope
SKILL.md instructs the agent to request a topic from the user, optionally show template lists, and run the included scripts. The instructions do not ask the agent to read unrelated local files or other environment variables. Be aware that user-provided query/web_content is transmitted to Baidu's API (the core functionality), and the agent is told to wait for streamed 'is_end: true' messages.
Install Mechanism
There is no install spec (instruction-only install), which minimizes installation risk. However, the code will run Python and requires third-party modules (requests) and network access; these dependencies are not declared in an install section (e.g., no pip install instructions).
Credentials
Only BAIDU_API_KEY is requested (declared as primaryEnv) and that matches the API calls in the code. No other unrelated credentials, config paths, or secrets are requested or accessed.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide settings. It runs as-invoked and does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-ppt-generator-1-1-4 - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-ppt-generator-1-1-4触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of AI PPT Generator.
- Generate PowerPoint presentations using Baidu AI with intelligent template selection based on user-provided topics.
- Option for users to manually choose from available template styles or let the tool auto-select the most suitable template.
- Integrated scripts for listing templates, smart template selection, and PPT generation with full style and template IDs.
- Robust fallback logic and error handling for seamless user experience.
- Streaming support and sample command-line usage included.
元数据
常见问题
Ai Ppt Generator 1.1.4 是什么?
Generate PPT with Baidu AI. Smart template selection based on content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。
如何安装 Ai Ppt Generator 1.1.4?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-ppt-generator-1-1-4」即可一键安装,无需额外配置。
Ai Ppt Generator 1.1.4 是免费的吗?
是的,Ai Ppt Generator 1.1.4 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Ppt Generator 1.1.4 支持哪些平台?
Ai Ppt Generator 1.1.4 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Ppt Generator 1.1.4?
由 zou-cc(@zou-cc)开发并维护,当前版本 v1.0.0。
推荐 Skills