Baidu Wenku AIPPT
Generate PPT with Baidu Wenku AI. Smart template selection based on content.
v1.1.5
2026/04/01
- Skill name updated from "ai-ppt-generator" to "Baidu Wenku AIPPT" - Description clarified to reference "Baidu Wenku AI" instead of just "Baidu AI" - No changes to scripts, features, or core functionality - No file changes detected in this version
v1.1.2
2026/02/14
No changelog provided.
v1.1.1
2026/02/14
No changelog provided.
v1.1.0
2026/02/13
No changelog provided.
v1.0.7
2026/02/09
No changelog provided.
v1.0.6
2026/02/08
No changelog provided.
v1.0.1
2026/02/07
No changelog provided.
v1.0.0
2026/02/07
No changelog provided.
Security Scan
Status
clean
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill's code, runtime instructions, and requested environment variable align with its stated purpose (generating PPTs via Baidu Wenku AI); nothing requests unrelated credentials or performs unexpected local/system access.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: ai-ppt-generator Version: 1.1.5 The skill bundle is a legitimate integration with the Baidu Wenku AI PPT generation service. The scripts (generate_ppt.py, ppt_theme_list.py, and random_ppt_theme.py) correctly use the BAIDU_API_KEY to interact with official Baidu Qianfan endpoints (qianfan.baidubce.com). The workflow is transparent, and the use of subprocess.Popen in random_ppt_theme.py is implemented safely using argument lists, preventing shell injection.