Interior Design PPT Generator

v3.0.0

设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。

0· 98·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 137984917-cyber/interior-ppt-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Interior Design PPT Generator" (137984917-cyber/interior-ppt-generator) from ClawHub.
Skill page: https://clawhub.ai/137984917-cyber/interior-ppt-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install interior-ppt-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install interior-ppt-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

interior-designvk9722qyxd0gw6cg1xgm2nk0qks8508w1latestvk9722qyxd0gw6cg1xgm2nk0qks8508w1pptvk9722qyxd0gw6cg1xgm2nk0qks8508w1presentationvk9722qyxd0gw6cg1xgm2nk0qks8508w1renderingvk9722qyxd0gw6cg1xgm2nk0qks8508w1
98downloads
0stars
2versions
Updated 6h ago
v3.0.0
MIT-0

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

功能

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

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

使用方法

python3 generate_ppt.py <图片文件夹> <输出.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

Comments

Loading comments...