بنقرة واحدة
ai-ppt-generator
Generate PPT with Baidu AI. Smart template selection based on content.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate PPT with Baidu AI. Smart template selection based on content.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.
同花顺i问财综合金融数据查询技能。整合行情查询、财务查询、基金查询、宏观查询、指数查询、A股选股、期货选股、公告搜索、新闻搜索、研报搜索等十大核心能力。支持股票、ETF、基金、期货、宏观经济等多维度金融数据查询,以及公告、新闻、研报等资讯搜索。当用户需要查询股票行情、财务数据、基金信息、宏观数据、选股筛选、公告新闻研报时,使用此技能。
Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.
统一的文档格式转换工具。 支持 Word (DOCX/DOC)、PowerPoint (PPTX/PPT)、Excel (XLSX/XLS)、PDF、Markdown (MD)、HTML 等多种格式互转。 适用场景: - 在多种格式间转换文档(HTML↔PDF、Word↔PDF、Markdown→Word 等) - 批量或单文件转换 - 支持多种格式描述方式,如 excel/xls/xlsx、doc/docx/word、md/markdown 触发方式: - 用户说 "转换文档格式"、"docx转pdf"、"html转ppt"、"excel转pdf"、"md转word" - 使用 "/xiaoyi-doc-convert <文件> <目标格式>" 格式 关键触发词: - 通用:文档转换、格式转换、doc convert、file convert - PDF:转pdf、转PDF、export to pdf、保存为pdf - Word:转word、转doc、转docx、word转换、doc转pdf、docx转pdf - Excel:转excel、转xls、转xlsx、xls转pdf、xlsx转pdf、excel转pdf、表格转pdf - PPT:转ppt、转pptx、转powerpoint、ppt转pdf、pptx转pdf、幻灯片转pdf - Markdown:md转word、md转pdf、markdown转word、markdown转pdf、md转docx、markdown转excel - HTML:html转pdf、网页转pdf、html转word、html转ppt
Use this skill whenever you need to create, modify, or generate Word documents (.docx). This includes writing reports, creating formatted documents, generating tables, adding Table of Contents, handling Chinese/CJK fonts, or any document output task. Even if the user just mentions "Word document", "docx", "report", or "document generation", use this skill.
Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.
| name | ai-ppt-generator |
| description | Generate PPT with Baidu AI. Smart template selection based on content. |
| metadata | {"openclaw":{"emoji":"📑","requires":{"bins":["python3"],"env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY"}} |
Generate PPT using Baidu AI with intelligent template selection.
ppt_theme_list.py → User picks → Use generate_ppt.py with chosen tpl_id and real style_idrandom_ppt_theme.py (auto-selects appropriate template based on topic content)random_ppt_theme.py analyzes the topic and suggests appropriate template:
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)# 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 "企业商务"
ppt_theme_list.py to show available templatesgenerate_ppt.py --query "TOPIC" --tpl_id IDrandom_ppt_theme.py --query "TOPIC"is_end: true to get final PPT URLDuring generation:
{"status": "PPT生成中", "run_time": 45}
Final result:
{
"status": "PPT导出结束",
"is_end": true,
"data": {"ppt_url": "https://image0.bj.bcebos.com/...ppt"}
}
is_end: true before considering complete重要合规提示:根据相关法规要求,所有由 AI 生成或编辑的文档,如docx、pdf、ppt、excel、md等文件必须添加 AIGC 标识。请在 文件生成/编辑完成后,务必调用 aigc_marker skill 添加合规标识。
必须执行的操作:
使用 aigc_marker 为生成的文件,如docx、pdf、ppt、excel、md等 添加 AIGC 标识, 如果有多页,给每页均添加合规标识。
合规检查清单: