interior-ppt-generator
设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Access the full suite of CarsXE vehicle data APIs — VIN decoding, license plate lookup, market value, vehicle history, safety recalls, lien/theft checks, OBD-II diagnostic code decoding, vehicle images, international VIN decoding, Year/Make/Model lookups, and plate/VIN OCR from images. Use this skill any time the user asks about a vehicle by VIN, plate, make/model, or OBD code. Also triggers for: "what's this car worth", "check for recalls", "vehicle history report", "decode this plate", "what does check engine code X mean", or any automotive data query. Always use this skill when working with CarsXE APIs — do not guess API behavior without it.
Generate images using Google Gemini models (Nano Banana 2 / gemini-3-pro-image-preview). Use when the user asks to create, generate, or make an image, picture, photo, or visual from a text description. Also supports image-to-image generation (modify/edit existing images). Supports multiple aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4) and resolutions up to 4K. Triggers on phrases like "generate an image", "create a picture", "make me a photo", "draw", "visualize", "edit this image", "modify this picture", or any request to produce or transform visual content.
Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the user wants a typewriter subtitle effect, SRT-to-video conversion, animated captions, or a Remotion project generated from subtitle files.
Connect an agent to TaskMaster — the coordination layer for the agentic economy. Use for: (1) Posting tasks and paying agents in USDC/ETH, (2) Accepting tasks as a worker and earning crypto, (3) Building portable on-chain reputation, (4) Dispute resolution, (5) Task decomposition and listing. Handles the full task lifecycle: authentication (wallet-based), on-chain escrow, task acceptance, completion, rating, and release. Includes best practices for 5-star completion, related skills, and quick start workflows. Requires a wallet with a small ETH balance on Base, Optimism, or Arbitrum.
Notion via notion-cli — a Rust CLI + MCP server for Notion API 2025-09-03+. Three-tier agent integration (read-only default, opt-in runtime writes, opt-in admin lifecycle) with rate limiting, response-size cap, untrusted-source output envelope, per-tier JSONL audit logs, and --check-request dry-runs. Supports the new data-source model, 22 property types, 12 block types, admin schema mutation, relation wiring, dedicated page-move endpoint, db update, and users me (v0.4).
| name | interior-ppt-generator |
| description | 设计师把效果图放到文件夹里,一键自动生成交付PPT,每页一张图,自动加标题排版,直接就能给客户汇报。适合室内设计师快速生成方案交付文件。 |
设计师把效果图放到文件夹里,一键自动生成交付PPT,直接就能给客户汇报。
python3 generate_ppt.py <图片文件夹> <输出.pptx> [项目名] [风格] [面积]
# 生成酒店项目交付PPT
python3 generate_ppt.py \
~/工作图纸/飞翔机械办公室/效果图/ \
~/Desktop/飞翔机械交付.pptx \
"飞翔机械办公室" \
"工业风" \
"800"
# 生成别墅交付PPT
python3 generate_ppt.py \
~/工作图纸/瑞安江境叠墅/效果图/ \
~/Desktop/江境叠墅交付.pptx \
"瑞安江境叠墅" \
"现代轻奢" \
"210"
| 页面 | 内容 | 说明 |
|---|---|---|
| 1 | 封面 | 深色全屏+大标题+风格面积信息 |
| 2 | 章节页:任务回顾 | 项目需求与设计目标 |
| 3 | 内容页 | 左文右图版式+大号装饰数字 |
| 4 | 章节页:设计概念 | 灵感来源与方案推导 |
| 5 | 内容页 | 右图左文版式+深色装饰块 |
| 6-N | 效果展示页 | 沉浸式全屏图+底部标题条 |
| N+1 | 材质板 | 色块网格+标签+色彩比例 |
| 末页 | 封底 | 感谢聆听+品牌信息 |
pip3 install python-pptx Pillow