modelscope.cn

ppt生成大师

可以直接通过大模型生成ppt文件。支持从 Markdown 大纲自动转换为 PowerPoint 演示文稿。

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,329 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

ppt生成大师

本技能可以将 Markdown 格式的大纲直接转换为 PowerPoint (.pptx) 文件。

使用说明

  1. 准备内容:在输入框中粘贴您的 PPT 大纲。

- 使用一级标题 # 作为每一页的标题。 - 使用列表 - 作为页面的正文内容。

  1. 生成:点击执行,系统将自动生成 PPT 文件。

Markdown 格式示例

# 2024年度工作汇报
- 汇报人:张三
- 部门:技术部

# 项目进展概览
- 完成了核心模块开发
- 性能提升 30%
- 修复了 50+ Bug

# 下一步计划
- 启动二期工程
- 优化用户体验