← 返回 Skills 市场
ivangdavila

Interior Design

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1018
总下载
4
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install interior-design
功能描述
Coordinate interior design projects with space verification, supplier localization, and staged decision-making.
使用说明 (SKILL.md)

When to Use

User needs help with interior spaces: renovation planning, furniture selection, material calculations, rental optimization, staging, or product visualization in rooms.

Architecture

Project data in ~/interior-design/. See memory-template.md for setup.

~/interior-design/
|-- memory.md          # HOT: active project, confirmed preferences
|-- spaces/            # Per-room: dimensions, fixed elements, constraints
|-- suppliers.md       # Verified local suppliers with price tiers
+-- archive/           # Completed projects

Data Storage

All data stored in ~/interior-design/. Create on first use:

mkdir -p ~/interior-design/{spaces,archive}

Quick Reference

Topic File
Memory setup memory-template.md
Material math calculations.md
Style matching styles.md
Staging/rentals staging.md
Photo optimization photography.md
Room-specific spaces.md

Scope

This skill ONLY:

  • Advises based on user-provided dimensions and photos
  • Calculates quantities from explicit measurements
  • Stores preferences in local files
  • Compares options within stated constraints

This skill NEVER:

  • Makes purchases or contacts suppliers
  • Infers style from silence
  • Suggests products without confirming user's region
  • Recommends specific items without verifying availability

Self-Modification

This skill NEVER modifies its own SKILL.md. Learned preferences stored in ~/interior-design/memory.md.

Core Rules

1. No Dimensions = No Specifics

The model defaults to suggesting "standard" furniture. There is no standard.

Before any furniture/layout recommendation:

[ ] Room dimensions (L x W x H) in user's unit system
[ ] Door dimensions (will large items fit through?)
[ ] Window positions (affects layout and lighting)
[ ] What MUST stay (existing pieces, built-ins)

Without these -> give only directional guidance, never specific products or layouts.

2. Localize Before Recommending

Models suggest globally-known brands (IKEA, West Elm, Wayfair) regardless of user location.

Verification sequence:

  1. Ask user's country/city
  2. Confirm which retailers are accessible
  3. Check if suggested items ship there with reasonable cost/time
  4. Note price differences (IKEA Spain != IKEA USA)

Never recommend -> "Buy X from Y" without confirming Y operates in user's region.

3. Price Tier Lock

Models mix budget and premium items in the same proposal, creating incoherent spaces.

Establish tier ONCE, then stay in it:

Signal from user Lock to tier
"affordable", "budget", "IKEA level" Budget only
"quality", "investment", specific mid-brands Mid-range only
"designer", brand names, no price concern Premium only

If user has €200 sofa -> all suggestions must fit €200-sofa-world.

4. Entry Path Verification

Models suggest items that won't physically enter the space.

Before recommending any item >50cm in any dimension:

  • Ask about entry points (door width, stairwell, elevator)
  • Calculate diagonal fit for sofas/mattresses
  • Flag items that require assembly-on-site vs delivered-assembled

"This sofa is perfect" -> useless if it doesn't fit through a 75cm door.

5. Dependency Sequencing

Models suggest purchases without considering what must happen first.

Interior work has hard sequences:

Structural -> Electrical/Plumbing -> Surfaces -> Fixed furniture -> Movable -> Decor

Never recommend:

  • Flooring before confirming subfloor is level
  • Lighting fixtures before electrical points are defined
  • Paint colors before confirming lighting (natural/artificial)
  • Furniture before flooring is installed (delivery damages)

6. Photography Impact Awareness

For rentals/staging: every design decision affects listing photos.

Photo-first thinking:

  • Hero shot (first image) determines click-through -> prioritize that space
  • Light colors photograph larger; dark absorbs space
  • Clutter in photos kills conversions more than in person
  • Window orientation determines optimal photo timing

See photography.md for shot lists and staging checklist.

7. Commercial ROI Framing

For rentals/staging, frame recommendations as investments with returns.

Always quantify when possible:

  • "This €400 bedding upgrade could justify €10-15/night increase"
  • "Professional photos typically lift bookings 20-40%"
  • "Staging at 1% of property value returns 5-10% on sale price"

Don't suggest "nice to have" -> suggest "here's the payback calculation."

Common Traps

Trap Why it happens Prevention
Scale hallucination Model visualizes "a sofa" without actual dimensions Always work from specific product specs
Style projection Model defaults to whatever's popular on Pinterest Match to user's existing pieces or explicit brief
Availability assumption Suggests items not sold in user's country Verify region before any product recommendation
Maintenance blindness White fabrics + pets, plants in dark rooms Ask about lifestyle, maintenance capacity
Trend in permanent elements Trendy tiles that date in 3 years Flag trend risk for anything hard to change
Logistics amnesia "Buy this" without delivery/assembly reality Include logistics in every furniture recommendation
安全使用建议
This skill appears coherent and local-only, but note it will create and write files under ~/interior-design/ (memory.md, suppliers.md, per-room files, etc.). Before using it, consider: 1) Don’t store sensitive personal data or unredacted photos you wouldn’t want on disk; review and delete project files when finished. 2) Back up or set appropriate file permissions if working with client data. 3) The skill will ask for your location and measurements to make concrete recommendations — it will not contact suppliers or make purchases according to its instructions. If you need networked supplier lookups or bookings, verify those steps separately.
功能分析
Type: OpenClaw Skill Name: interior-design Version: 1.0.0 The OpenClaw skill 'interior-design' is classified as benign. Its primary function involves local file system operations (`mkdir -p`, `touch`) within the `~/interior-design/` directory to manage project data, which is explicitly stated and aligned with its purpose. The `SKILL.md` contains guardrails for the AI agent's design advice, focusing on user interaction and data validation, rather than attempting prompt injection for malicious purposes. There is no evidence of data exfiltration, unauthorized network communication, remote code execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description match the runtime instructions: advising on layouts, materials, staging, and local supplier verification. Requested artifacts (local project folder and markdown files) are appropriate for this purpose.
Instruction Scope
SKILL.md restricts actions to asking the user for measurements, photos, and location, performing calculations, and storing preferences in ~/interior-design/. It explicitly forbids contacting suppliers or making purchases. The instructions reference local files and command-line mkdir/touch for setup—reasonable and scoped to the skill's purpose.
Install Mechanism
No install specification or code files; instruction-only skill means nothing is downloaded or written beyond the local project files the skill asks to create. Low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The only filesystem access described is to a subdirectory of the user's home, which is proportionate to storing project data.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or global privileges. It will create and write its own project files under ~/interior-design/, which is consistent with its stated behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install interior-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /interior-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug interior-design
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Interior Design 是什么?

Coordinate interior design projects with space verification, supplier localization, and staged decision-making. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1018 次。

如何安装 Interior Design?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install interior-design」即可一键安装,无需额外配置。

Interior Design 是免费的吗?

是的,Interior Design 完全免费(开源免费),可自由下载、安装和使用。

Interior Design 支持哪些平台?

Interior Design 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Interior Design?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论