← 返回 Skills 市场
Interior Fullplan
作者
137984917-cyber
· GitHub ↗
· v1.0.1
· MIT-0
130
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install interior-fullplan
功能描述
Generate a complete interior design plan including layout, lighting, materials, budget, and construction guidelines based on client input and design standards.
使用说明 (SKILL.md)
室内设计·全案方案自动生成器
功能
一键生成完整室内设计前期方案,包含:
- 户型诊断 —— 动线、采光、结构问题分析
- 风格定位 —— 主辅色、材质组合、避坑提示
- 平面布局逻辑 —— 尺寸规范、功能分区、收纳系统(文字版可直接转CAD)
- 灯光系统设计 —— 灯具选型、色温、防眩光要点
- 材料清单 —— 可落地极简选型推荐
- 预算拆分 —— 行业通用比例拆分
- 设计说明 —— 直接复制进方案册
- 施工要点 —— 规范级工艺注意事项
输出格式:Markdown,可直接导入PPT/方案册,符合国内家装/工装规范。
使用方法
# 交互式生成
python3 generate_fullplan.py
按提示输入:
- 项目名称
- 面积(㎡)
- 户型结构
- 风格定位
- 客户需求
输出:项目名称_全案方案.md 到指定路径
设计规范遵循
- 动线宽度:客餐厅≥900mm,卧室过道≥600mm
- 衣柜深度:≥600mm
- 厨房洗切炒顺序
- 卫生间干湿分离、马桶中心距要求
- 色温标准:客厅3500K / 卧室3000K / 厨房4000K
- 防水高度规范
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install interior-fullplan - 安装完成后,直接呼叫该 Skill 的名称或使用
/interior-fullplan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Interior Fullplan 是什么?
Generate a complete interior design plan including layout, lighting, materials, budget, and construction guidelines based on client input and design standards. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 Interior Fullplan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install interior-fullplan」即可一键安装,无需额外配置。
Interior Fullplan 是免费的吗?
是的,Interior Fullplan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Interior Fullplan 支持哪些平台?
Interior Fullplan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Interior Fullplan?
由 137984917-cyber(@137984917-cyber)开发并维护,当前版本 v1.0.1。
推荐 Skills