用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CraftOS-dev/CraftBot --skill ai-ppt-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create Living UI applications (PocketBase backend, React kit frontend). Scaffolds, develops, validates, and launches local web apps with persistent state and realtime UI.
Install Living UI apps from the marketplace or import Living UI projects from a ZIP, a local folder, or a git URL. Registers, launches, and verifies imported projects.
Modify an existing Living UI application (PocketBase + React kit) — add features, change design, fix bugs — then re-validate and relaunch it.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ai-ppt-generator |
| description | The awesome PPT format generation tool provided by baidu. |
| metadata | {"emoji":"📑","requires":{"bins":["python3"],"env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY"} |
Using user input topic/query, generate a high-quality PPT download URL via Baidu AI's streaming API.
This skill uses streaming HTTP requests that can take 2+ minutes to complete. Default timeouts may interrupt the stream before completion.
To ensure successful generation:
is_end: true is receivedscripts/generate_ppt.py with user queryis_end: true receivedSuccessful completion returns:
{
"status": "PPT导出结束",
"show_msg": "PPT导出成功",
"is_end": true,
"data": {
"ppt_url": "https://...ppt"
}
}
During generation, you'll see interim {"status": "..."} messages.
python3 scripts/generate_ppt.py --query "经济总结报告ppt"
When using this skill:
is_end: true