Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

real-estate-photo-generation房地产照片生成

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

13,141

周安装

498

GitHub Stars

12

下载量

6,729
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:real-estate-photo-generation(房地产照片生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/real-estate-photo-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill 'Real Estate Photo Generation'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill 'Real Estate Photo Generation'

简介

用于辅助房地产相关图像生成与视觉素材处理。

  • 适合根据文本生成房产图片、优化背景或整理视觉提示词。
  • 通过调用图像工具实现内容创作,需确认输入输出格式和模型限制。
  • 涉及人物或品牌素材时应核对授权与合规边界。
  • real-estate-photo-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Real Estate Photo Generation

Generate stunning real estate visuals using the each::sense API. Create professional listing photos, virtually stage empty rooms, design interior spaces, render architectural concepts, and preview renovations - all through natural language prompts.

Overview

The each::sense API provides comprehensive real estate visualization capabilities:

  • Listing Photos: Generate professional exterior and interior shots for property listings
  • Virtual Staging: Transform empty rooms into furnished, styled spaces
  • Interior Design: Create design concepts for kitchens, bathrooms, living rooms, and more
  • Architectural Renders: Visualize new construction and renovations before they happen
  • Renovation Previews: Show before/after transformations to help buyers envision potential

Quick Start

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Generate a professional real estate photo of a modern 3-bedroom house exterior with manicured lawn, blue sky, warm afternoon lighting"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Real Estate Content Types

Content TypeDescriptionBest Use Cases
Exterior ShotsFront facade, curb appeal photosMLS listings, marketing materials
Interior RoomsLiving rooms, bedrooms, kitchens, bathroomsProperty tours, virtual walkthroughs
Virtual StagingDigitally furnished empty spacesVacant property marketing
Twilight ShotsDusk/evening exterior photographyLuxury listings, dramatic presentation
Aerial ViewsDrone-style overhead perspectivesLarge properties, lot visualization
Architectural Renders3D visualization of designsNew construction, pre-sale marketing
Renovation PreviewsBefore/after transformationsFixer-upper potential, investor presentations

Use Case Examples

1. Exterior Property Shot

Generate a classic front-of-house listing photo:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Professional real estate exterior photo of a two-story colonial house with white siding, black shutters, red front door, landscaped front yard with flowering bushes, paved driveway, bright sunny day with blue sky and white clouds, wide angle lens perspective, HDR photography style"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Living Room Interior

Create an inviting living space photo:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Bright and airy open concept living room, hardwood floors, large windows with natural light streaming in, modern gray sectional sofa, white walls, fireplace with stone surround, 10 foot ceilings, professional real estate interior photography, wide angle shot"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Kitchen Photography

Showcase a stunning kitchen:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Modern farmhouse kitchen with white shaker cabinets, quartz countertops, stainless steel appliances, large center island with pendant lighting, subway tile backsplash, breakfast nook with window, professional real estate photography, bright natural lighting, wide angle perspective highlighting the spacious layout"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Virtual Staging (Empty Room to Furnished)

Transform an empty room using an existing photo:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Virtually stage this empty living room with contemporary furniture: a modern beige sectional sofa, glass coffee table, area rug, floor lamp, wall art, potted plants. Keep the existing room architecture, flooring, and windows. Make it look professionally staged and inviting for real estate listing"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/empty-living-room.jpg"],
    "mode": "max"
  }'

5. Twilight/Dusk Exterior

Create dramatic evening curb appeal:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Luxury home exterior at twilight, dusk photography, warm interior lights glowing through windows, dramatic purple and orange sky, landscape lighting illuminating walkway and architectural features, modern Mediterranean style villa, pool visible with underwater lighting, professional real estate twilight photography"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Bathroom Renovation Preview

Visualize a bathroom remodel:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Modern spa-like master bathroom renovation, freestanding soaking tub, walk-in shower with frameless glass and rainfall showerhead, double vanity with vessel sinks, large format marble tiles, LED mirror lighting, heated floors, neutral palette with brass fixtures, professional interior photography"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Backyard/Outdoor Space

Showcase outdoor living areas:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Expansive backyard with covered patio, outdoor kitchen with built-in grill and bar seating, rectangular swimming pool with spa, manicured lawn, mature landscaping, string lights overhead, outdoor fireplace, comfortable seating area, golden hour lighting, professional real estate photography showing entire outdoor space"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Aerial/Drone View

Generate overhead property perspectives:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Aerial drone photography of residential property on 2-acre lot, birds eye view showing ranch-style home, detached 3-car garage, swimming pool, tennis court, circular driveway, surrounded by trees, neighboring properties visible, clear sunny day, professional real estate aerial photography"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Floor Plan to 3D Render

Visualize architectural plans:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "3D architectural render of open floor plan home interior, view from above at 45 degree angle showing living room flowing into kitchen and dining area, furniture placed throughout, realistic materials and textures, afternoon sunlight through windows, architectural visualization style, professional quality"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Before/After Renovation

Show transformation potential:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Transform this dated kitchen into a modern renovation: replace oak cabinets with white shaker style, add quartz countertops, install stainless steel appliances, update to pendant lighting over island, add subway tile backsplash, keep the same window and layout, photorealistic renovation preview"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/dated-kitchen.jpg"],
    "mode": "max"
  }'

Using image_urls for Virtual Staging

The image_urls parameter enables powerful virtual staging and renovation visualization by providing existing property photos as reference:

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Virtually stage this empty bedroom as a luxurious master suite: king size bed with upholstered headboard, matching nightstands with lamps, bench at foot of bed, area rug, curtains on windows, tasteful artwork. Maintain the room dimensions, flooring, and natural light from the windows"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://your-domain.com/empty-bedroom-photo.jpg"],
    "mode": "max"
  }'

Virtual Staging Tips:

  • Provide high-quality, well-lit photos of empty rooms
  • Reference the existing architectural features you want preserved
  • Specify furniture style that matches the property's character
  • Request realistic proportions and natural-looking placement

Best Practices for Real Estate Photography

Composition and Perspective

  • Use wide angle language ("wide angle view", "expansive shot") to capture full rooms
  • Specify corner angles for interior shots to show depth
  • Include ceiling and floor references to convey room height
  • Mention "straight vertical lines" to avoid distortion

Lighting Descriptions

  • "Bright natural light streaming through windows"
  • "Warm afternoon golden hour lighting"
  • "HDR balanced exposure" for interiors with window views
  • "Soft diffused daylight" for even, flattering illumination

Staging and Styling

  • Keep staging neutral and widely appealing
  • Specify "decluttered" and "clean" for professional look
  • Include lifestyle elements: fresh flowers, books, throw blankets
  • Match staging style to property price point

Technical Quality

  • Request "professional real estate photography" in prompts
  • Add "high resolution" or "detailed" for sharp results
  • Mention "color corrected" for accurate representation
  • Include "publication quality" for listing-ready images

Prompt Tips

Effective prompt elements for real estate visuals:

ElementExample Phrases
Wide Angle"wide angle lens", "expansive view", "full room visible"
Bright & Airy"natural light flooding in", "bright and welcoming", "light-filled space"
Feature Highlights"showcasing the fireplace", "highlighting the chef's kitchen", "featuring the pool"
Professional Quality"MLS-ready photo", "publication quality", "professional real estate photography"
Time of Day"morning light", "golden hour", "twilight", "midday sun"
Architecture Style"modern farmhouse", "contemporary", "traditional", "mid-century modern"

Mode Selection

Choose the appropriate mode based on your quality and speed requirements:

ModeBest ForCharacteristics
maxFinal listing photos, marketing materials, client presentationsHighest quality, maximum detail, best for publication
ecoQuick previews, concept exploration, draft iterationsFaster generation, suitable for review stages
# High-quality listing photo
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Luxury master bedroom with king bed, tray ceiling, sitting area by bay window"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

# Quick concept preview
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Modern kitchen concept with waterfall island"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

Multi-Turn Sessions for Property Series

Use session_id to maintain consistency when generating multiple images for the same property listing:

# Generate exterior shot
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Modern craftsman style home exterior, gray siding with white trim, covered front porch, landscaped yard, sunny day"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "property-123-listing",
    "mode": "max"
  }'

# Generate matching interior - maintains style consistency
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Living room interior of this craftsman home, matching the exterior style, built-in bookshelves, hardwood floors, neutral palette"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "property-123-listing",
    "mode": "max"
  }'

# Generate kitchen with same style language
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Kitchen of this craftsman home, shaker cabinets, apron sink, butcher block island, consistent with the home style"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "property-123-listing",
    "mode": "max"
  }'

Benefits of session-based property series:

  • Consistent architectural style across all images
  • Cohesive color palette and finishes
  • Unified quality and lighting approach
  • Professional listing package feel

Error Handling

Handle API responses appropriately in your integration:

# Request with error handling
response=$(curl -s -w "\n%{http_code}" -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Modern house exterior photo"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }')

http_code=$(echo "$response" | tail -n1)
body=$(echo "$response" | sed '$d')

if [ "$http_code" -eq 200 ]; then
  echo "Success: $body"
elif [ "$http_code" -eq 401 ]; then
  echo "Error: Invalid API key"
elif [ "$http_code" -eq 429 ]; then
  echo "Error: Rate limit exceeded, retry after delay"
else
  echo "Error $http_code: $body"
fi

Common issues and solutions:

ErrorCauseSolution
401 UnauthorizedInvalid or missing API keyVerify EACHLABS_API_KEY is set correctly
429 Too Many RequestsRate limit exceededImplement exponential backoff retry
400 Bad RequestMalformed request bodyValidate JSON structure and required fields
TimeoutComplex generation taking too longConsider using eco mode for faster results

Related Skills

  • Image Generation - General purpose image creation for marketing materials
  • Image Edit - Modify and enhance existing property photos
  • Product Visuals - Showcase home products and furnishings

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.59%
按下载量换算2,395

Claude

30.09%
按下载量换算2,025

Cursor

16.72%
按下载量换算1,125

Gemini CLI

9.22%
按下载量换算620

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills