Interior Fullplan

v1.0.1

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

0· 109·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" (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 full-plan generator) match the included Python script and SKILL.md. The script interactively collects project info, formats a design proposal, calculates budget, and writes a Markdown file — all expected for this purpose.
Instruction Scope
SKILL.md instructs users to run python3 generate_fullplan.py and provide inputs; the script is interactive and writes output to a Markdown file. Minor mismatch: SKILL.md implies the user can choose an output path, but generate_fullplan.py currently hardcodes the output to ~/Desktop/<project>_全案方案.md instead of prompting for an arbitrary path. Otherwise the instructions stay within the described purpose and do not access unrelated system data.
Install Mechanism
No install spec included (instruction-only with a single Python script). This is the lowest-risk install model; script requires only a local Python 3 runtime which matches skill.json's requirements.
Credentials
The skill requests no environment variables, no credentials, and does not read config paths. Its local file write (to the Desktop) is proportional to producing the output document.
Persistence & Privilege
always is false and model invocation defaults are normal. The skill does not attempt to persist configuration, modify other skills, or request elevated privileges. Note: the script writes a file to the user's Desktop (local write only).
Assessment
This skill appears to do what it says: an interactive Python tool that generates a Markdown design proposal locally. Before installing/running: 1) review the script (generate_fullplan.py) yourself — it is short and contains no network calls or secret access; 2) be aware the script writes output to ~/Desktop by default (it does not prompt for an arbitrary output path); 3) note minor metadata inconsistencies (skill.json name/version differ slightly from registry metadata and the registry lists no homepage) — these are not security-critical but worth checking if provenance matters; 4) run the script in a safe environment (local sandbox or VM) if you are cautious, and avoid pasting sensitive client data into the interactive prompts unless you are comfortable storing that data as a Markdown file on your Desktop.

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

latestvk97fc2z4g8jqx43c45rfr1dmhh85ptsk
109downloads
0stars
2versions
Updated 2h ago
v1.0.1
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...