← Back to Skills Marketplace
137984917-cyber

Interior Fullplan

by 137984917-cyber · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
130
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install interior-fullplan
Description
Generate a complete interior design plan including layout, lighting, materials, budget, and construction guidelines based on client input and design standards.
README (SKILL.md)

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

功能

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

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

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

使用方法

# 交互式生成
python3 generate_fullplan.py

按提示输入:

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

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

设计规范遵循

  • 动线宽度:客餐厅≥900mm,卧室过道≥600mm
  • 衣柜深度:≥600mm
  • 厨房洗切炒顺序
  • 卫生间干湿分离、马桶中心距要求
  • 色温标准:客厅3500K / 卧室3000K / 厨房4000K
  • 防水高度规范
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: interior-fullplan Version: 1.0.1 The skill bundle is a legitimate tool for generating interior design proposals. The core script, `generate_fullplan.py`, uses standard Python libraries to collect project details via interactive input and generates a Markdown report saved to the user's desktop. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code logic is strictly limited to string formatting and local file writing consistent with its stated purpose.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install interior-fullplan
  3. After installation, invoke the skill by name or use /interior-fullplan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated metadata in skill.json; no functional or user-facing changes. - All features and documentation remain the same.
v1.0.0
Initial release of interior-fullplan: an automated tool for generating comprehensive interior design proposals. - One-click creation of full early-stage design plans, covering layout analysis, style selection, lighting, material lists, budget breakdowns, and construction notes. - Outputs are provided in Markdown for direct use in PPT/design books, adhering to domestic residential/commercial design standards. - Supports step-by-step interactive script for entering project details. - Includes built-in design and construction specifications for compliance.
Metadata
Slug interior-fullplan
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Interior Fullplan?

Generate a complete interior design plan including layout, lighting, materials, budget, and construction guidelines based on client input and design standards. It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.

How do I install Interior Fullplan?

Run "/install interior-fullplan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Interior Fullplan free?

Yes, Interior Fullplan is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Interior Fullplan support?

Interior Fullplan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Interior Fullplan?

It is built and maintained by 137984917-cyber (@137984917-cyber); the current version is v1.0.1.

💬 Comments