Baidu Wenku AIPPT
Generate PPT with Baidu Wenku AI. Smart template selection based on content.
_meta.json
application/json · 135 字节
SKILL.md
text/markdown · 3311 字节
scripts/generate_ppt.py
text/x-python-script · 5171 字节
scripts/random_ppt_theme.py
text/x-python-script · 12328 字节
scripts/ppt_theme_list.py
text/x-python-script · 1260 字节
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
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.
置信度: 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.