TopRank Skills

Home / Claw Skills / Intégration d'API / floor-plan-generation
Official OpenClaw rules 36%

floor-plan-generation

Generate floor plans and architectural layouts using each::sense AI. Create apartment designs, house layouts, office spaces, retail stores, restaurants, and 3D visualizations with furniture arrangements and measurements.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 floor-plan-generation 技能。 若已安装,则直接安装 floor-plan-generation 技能。

Overview

Skill Key
eftalyurtseven/floor-plan-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/floor-plan-generation
Latest Commit SHA
cff0376a7c1b6574f1ddc5cf8d9559b49628b92d

Extracted Content

SKILL.md excerpt

# Floor Plan Generation

Generate professional floor plans and architectural layouts using each::sense. This skill creates 2D floor plans, 3D visualizations, and interior layouts for residential, commercial, and retail spaces.

## Features

- **Residential Floor Plans**: Houses, apartments, condos, and multi-story homes
- **Commercial Layouts**: Office spaces, co-working areas, meeting rooms
- **Retail Designs**: Store layouts, product placement, customer flow optimization
- **Restaurant Plans**: Kitchen layouts, dining areas, bar setups
- **3D Visualizations**: Rendered floor plans with depth and perspective
- **Furniture Arrangements**: Interior design with furniture placement
- **Measurements & Annotations**: Scaled plans with dimensions

## Quick Start

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a floor plan for a modern 2-bedroom apartment, approximately 900 sq ft, with open kitchen and living area",
    "mode": "max"
  }'
```

## Floor Plan Types & Use Cases

| Type | Description | Common Applications |
|------|-------------|---------------------|
| 2D Floor Plan | Top-down schematic view | Architecture, real estate listings |
| 3D Floor Plan | Isometric or perspective view | Marketing, client presentations |
| Furnished Plan | Layout with furniture | Interior design, staging |
| Technical Plan | With measurements and annotations | Construction, permits |
| Conceptual Plan | Quick sketch style | Early design phases |

## Use Case Examples

### 1. Generate Floor Plan from Description

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a floor plan for a single-story family home with 3 bedrooms, 2 bathrooms, a large open-concept kitchen and living room, home off...

Related Claw Skills