Interior Fullplan Generator

v1.0.0

Generate a complete interior design plan including layout, lighting, materials, budget, and construction guidelines based on client input and design standards.

0· 85·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-fullplan.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Interior Fullplan Generator" (137984917-cyber/interior-fullplan) from ClawHub.
Skill page: https://clawhub.ai/137984917-cyber/interior-fullplan
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-fullplan

ClawHub CLI

Package manager switcher

npx clawhub@latest install interior-fullplan
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (interior design full plan generator) matches the provided files and runtime instructions. The script prompts for project data, applies style presets, computes budgets, and emits a Markdown plan — all consistent with the stated functionality.
Instruction Scope
SKILL.md instructs the user to run the included Python script and documents expected inputs/outputs. The script only reads interactive input and writes a Markdown file. Minor issue: the script writes the output to ~/Desktop by default and uses the raw project name when creating the filename, which can cause filename surprises (overwrites) or path traversal if a malicious/accidental project name contains path components. The instructions do not mention this behavior or letting the user choose output path.
Install Mechanism
No install specification; the skill is instruction-only with a small Python script. It requires only a local Python runtime (skill.json lists python3), which is proportionate to the task. Nothing is downloaded or executed from external URLs.
Credentials
The skill requests no environment variables, no credentials, and accesses no system configuration beyond writing a file to the user's Desktop. This is proportionate for a local content-generation utility.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. It runs only when invoked and has no autonomous background behavior.
Assessment
This script appears to do exactly what it claims and has no network or credential access. Before running, inspect the code (already small and readable). Be aware it will write a file named <Project>_全案方案.md to ~/Desktop by default and uses the raw project name in the filename: avoid entering names with path separators or special characters to prevent accidental overwrites or writing files outside Desktop. If you want extra safety, run it in a sandbox or modify the script to (1) ask for or validate the output path, (2) sanitize the project name (e.g., use os.path.basename or a filename-safe routine), and (3) check for existing files before overwriting. Otherwise the skill is coherent and low-risk.

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

automationvk97e6ka563cgfwvwpqex7j1k0s851rmsdesign-planvk97e6ka563cgfwvwpqex7j1k0s851rmsinterior-designvk97e6ka563cgfwvwpqex7j1k0s851rmslatestvk97e6ka563cgfwvwpqex7j1k0s851rms
85downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

室内设计·全案方案自动生成器

功能

一键生成完整室内设计前期方案,包含:

  1. 户型诊断 —— 动线、采光、结构问题分析
  2. 风格定位 —— 主辅色、材质组合、避坑提示
  3. 平面布局逻辑 —— 尺寸规范、功能分区、收纳系统(文字版可直接转CAD)
  4. 灯光系统设计 —— 灯具选型、色温、防眩光要点
  5. 材料清单 —— 可落地极简选型推荐
  6. 预算拆分 —— 行业通用比例拆分
  7. 设计说明 —— 直接复制进方案册
  8. 施工要点 —— 规范级工艺注意事项

输出格式:Markdown,可直接导入PPT/方案册,符合国内家装/工装规范。

使用方法

# 交互式生成
python3 generate_fullplan.py

按提示输入:

  • 项目名称
  • 面积(㎡)
  • 户型结构
  • 风格定位
  • 客户需求

输出:项目名称_全案方案.md 到指定路径

设计规范遵循

  • 动线宽度:客餐厅≥900mm,卧室过道≥600mm
  • 衣柜深度:≥600mm
  • 厨房洗切炒顺序
  • 卫生间干湿分离、马桶中心距要求
  • 色温标准:客厅3500K / 卧室3000K / 厨房4000K
  • 防水高度规范

Comments

Loading comments...