ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/floor-plan-generation
Or

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

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

TypeDescriptionCommon Applications
2D Floor PlanTop-down schematic viewArchitecture, real estate listings
3D Floor PlanIsometric or perspective viewMarketing, client presentations
Furnished PlanLayout with furnitureInterior design, staging
Technical PlanWith measurements and annotationsConstruction, permits
Conceptual PlanQuick sketch styleEarly design phases

Use Case Examples

1. Generate Floor Plan from Description

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 office, and attached 2-car garage. Modern minimalist style.",
    "mode": "max"
  }'

2. Apartment Layout Design

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": "Design a studio apartment floor plan, 550 sq ft. Include a sleeping area, kitchenette, bathroom, and living space. Maximize natural light with large windows. Modern urban style with efficient use of space.",
    "mode": "max"
  }'

3. House Floor Plan

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-floor-plan-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.