Skills Plugins MCP Prompt Model 博客 我的中心

ppt-author

Create and edit PowerPoint (.pptx) presentations programmatically. Requires python-pptx.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=fuyuxiang-echo-agent-skills-creative-ppt-author-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name ppt-author description Create and edit PowerPoint (.pptx) presentations programmatically. Requires python-pptx. version 1.0.0 metadata {"echo":{"tags":["PowerPoint","Presentation","Slides","Office","Creative"],"requires":{"pip":"[Truncated]"}}} PPT Author Generate PowerPoint presentations from structured content. 生成专业演示文稿前必读 生成正式 PPT 前, 必须 先用 skill_view 读取本技能的 references/design-guide.md , 并严格按其中的配色、版式、排版、页数节奏规范执行。该文件含可直接仿写的完整代码样例。 Install pip install python-pptx Quick Start from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() # Title slide slide = prs.slides.add_slide(prs.slide_layouts[ 0 ]) slide.shapes.title.text = "项目汇报" slide.placeholders[ 1 ].text = "2026年6月" # Content slide slide = prs.slides.add_slide(prs.slide_layouts[ 1 ]) slide.shapes.title.text = "核心指标" body = slide.placeholders[ 1 ] body.text = "月活用户: 100万\n收入增长: 25%\n客户满意度: 4.8/5" prs.save( "report.pptx" ) Markdown → Slides Input format: # Presentation Title subtitle: 2026-06-13 ## Slide Title - Bullet point 1 - Bullet point 2 - Bullet point 3 ## Data Slide | Metric | Value | |--------|-------| | Users | 100K | | Revenue| $1M | Script python3 scripts/create_pptx.py from-md outline.md --output presentation.pptx python3 scripts/create_pptx.py quick "Project Update" --slides "Background" "Progress" "Next Steps" --output deck.pptx Slide Types Title (layout 0): Title + subtitle Content (layout 1): Title + bullet points Two Column (layout 3): Side-by-side comparison Blank (layout 6): For custom images/charts Chinese Font Support from pptx.util import Pt from pptx.dml.color import RGBColor for paragraph in body.paragraphs: for run in paragraph.runs: run.font.name = '微软雅黑' run.font.size = Pt( 18 )
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。