← 返回 Skills 市场
137984917-cyber

Interior Design PPT Generator

作者 137984917-cyber · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install interior-ppt-generator
功能描述
设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。
使用说明 (SKILL.md)

设计方案PPT自动生成器 v3.0

功能

设计师把效果图放到文件夹里,一键自动生成交付PPT,直接就能给客户汇报

  • 自动读取文件夹里所有效果图(png/jpg/webp)
  • 按文件名排序,每页一张图自动排版
  • 自动生成标题页、任务回顾、章节页、材质说明
  • 深色品牌设计体系:墨色+暖金配色,不再是白底黑字
  • 标准16:9宽屏,边距合适,不压图

使用方法

python3 generate_ppt.py \x3C图片文件夹> \x3C输出.pptx> [项目名] [风格] [面积]

示例

# 生成酒店项目交付PPT
python3 generate_ppt.py \
  ~/工作图纸/飞翔机械办公室/效果图/ \
  ~/Desktop/飞翔机械交付.pptx \
  "飞翔机械办公室" \
  "工业风" \
  "800"

# 生成别墅交付PPT
python3 generate_ppt.py \
  ~/工作图纸/瑞安江境叠墅/效果图/ \
  ~/Desktop/江境叠墅交付.pptx \
  "瑞安江境叠墅" \
  "现代轻奢" \
  "210"

输出结构(9-15页)

页面 内容 说明
1 封面 深色全屏+大标题+风格面积信息
2 章节页:任务回顾 项目需求与设计目标
3 内容页 左文右图版式+大号装饰数字
4 章节页:设计概念 灵感来源与方案推导
5 内容页 右图左文版式+深色装饰块
6-N 效果展示页 沉浸式全屏图+底部标题条
N+1 材质板 色块网格+标签+色彩比例
末页 封底 感谢聆听+品牌信息

设计升级(v3.0)

  • 配色:深邃黑(#12161c) + 品牌金(#dcb478) + 墨色(#1c232d)
  • 效果页:全屏沉浸式,底部半透明标题条
  • 内容页:深浅色块交替,大号装饰数字
  • 材质页:8个色块+标签+色彩比例图
  • 封底:极简深色+金色线条点缀

依赖

  • python3
  • python-pptx
  • Pillow
pip3 install python-pptx Pillow
安全使用建议
This package appears to be a local PPT generator that reads images and builds slides. Before installing or running it: 1) review the full generate_ppt.py source (the provided excerpt was truncated here) to confirm there are no network calls, subprocess.exec usage, or unexpected file reads/writes; 2) run it in a sandbox or isolated environment the first time; 3) install only the listed Python dependencies (python-pptx, Pillow) in a virtualenv; 4) test on non-sensitive sample images to verify output; 5) note the version mismatch in metadata (SKILL.md/code v3.0 vs skill.json v1.0.0) — this is likely harmless bookkeeping but worth checking. If you want, provide the complete generate_ppt.py file (untruncated) and I can re-check for any hidden network or I/O operations to raise confidence to high.
功能分析
Type: OpenClaw Skill Name: interior-ppt-generator Version: 3.0.0 The skill is a legitimate utility for interior designers to automate PowerPoint generation from image folders. The core logic in `generate_ppt.py` uses standard libraries (python-pptx, Pillow) to process images and create slides without any network activity, sensitive data access, or suspicious execution patterns. The instructions in `SKILL.md` are consistent with the tool's stated purpose and do not contain prompt-injection attacks.
能力评估
Purpose & Capability
Name, SKILL.md, requirements (python-pptx, Pillow), and the included generate_ppt.py all align: the tool reads images from a folder and produces a .pptx with layout and styling. No extra binaries or credentials are requested. Minor metadata inconsistency: SKILL.md and code mention v3.0 while skill.json lists version 1.0.0 (likely bookkeeping, not functional).
Instruction Scope
Runtime instructions are narrow and explicit: install python-pptx and Pillow and run generate_ppt.py <image-folder> <output.pptx> [project] [style] [area]. The SKILL.md does not instruct reading unrelated system files or contacting external services.
Install Mechanism
There is no install spec (instruction-only). Dependencies are standard Python packages available via pip (python-pptx, Pillow). No downloads from arbitrary URLs or archive extraction are present in the metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths. The visible code operates on local files and uses Pillow/pptx; there are no signs of credential access or exfiltration in the shown portion.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges. It is a user-invocable tool that runs locally on provided input; nothing indicates it modifies other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install interior-ppt-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /interior-ppt-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
interior-ppt-generator 1.0.0 initial release - Quickly generates delivery-ready PPTs for interior designers from a folder of renderings. - Automatically adds one image per slide, includes titles and layout. - Produces branded, dark-themed slides with gold accent, suitable for client presentations. - Standard 16:9 widescreen output with proper margins. - No code changes; documentation and descriptions provided for first release.
v3.0.0
interior-ppt-generator v3.0.0 - 全新深色品牌设计体系:墨色+暖金配色,提升专业感和美观度 - 自动生成丰富PPT结构:标题页、任务回顾、设计概念、全屏效果展示、材质说明、极简封底 - 支持一键批量导入图片,按文件名排序排版 - 输出标准16:9宽屏PPT,边距与排版优化,图片无压缩 - 内容页与材质页注重排版美观,支持色彩比例及大号装饰数字 - 简化命令行调用和参数说明,便于快速交付
元数据
Slug interior-ppt-generator
版本 3.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Interior Design PPT Generator 是什么?

设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Interior Design PPT Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install interior-ppt-generator」即可一键安装,无需额外配置。

Interior Design PPT Generator 是免费的吗?

是的,Interior Design PPT Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Interior Design PPT Generator 支持哪些平台?

Interior Design PPT Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Interior Design PPT Generator?

由 137984917-cyber(@137984917-cyber)开发并维护,当前版本 v3.0.0。

💬 留言讨论